Skip to content
Snippets Groups Projects
Commit aa85a768 authored by Timothe Jost's avatar Timothe Jost
Browse files

cleanup folder

parent fa81e991
No related branches found
No related tags found
No related merge requests found
Pipeline #120276 failed
File deleted
File deleted
Metadata-Version: 2.1
Name: pypelines
Version: 0.0.1
Summary: Framework to organize processing code outputs to/from disk, processing chaining and versionning with a common easy to use api
Home-page: https://gitlab.pasteur.fr/haisslab/data-management/pypelines
Author: Timothé Jost-MOUSSEAU
Author-email: timothe.jost-mousseau@pasteur.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
README.md
setup.py
pypelines/__init__.py
pypelines/disk.py
pypelines/examples.py
pypelines/loggs.py
pypelines/multisession.py
pypelines/pickle_backend.py
pypelines/pipe.py
pypelines/pipeline.py
pypelines/sessions.py
pypelines/step.py
pypelines/versions.py
pypelines.egg-info/PKG-INFO
pypelines.egg-info/SOURCES.txt
pypelines.egg-info/dependency_links.txt
pypelines.egg-info/top_level.txt
tests/__init__.py
tests/tests.py
\ No newline at end of file
pypelines
tests
__version__ = "0.0.13"
__version__ = "0.0.14"
from . import loggs
from .pipes import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment