File: __init__.py

package info (click to toggle)
pyusid 0.0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60,144 kB
  • sloc: python: 7,951; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
Formalizing data processing on USID datasets using parallel computing tools

Submodules
----------

.. autosummary::
    :toctree: _autosummary

"""

from .process import Process
from .comp_utils import *

__all__ = ['Process', 'comp_utils']