Metadata-Version: 2.1
Name: pipelog
Version: 0.0.2
Summary: A python packages to make functional pandas pipelines more transparent.
Home-page: https://github.com/ademfr/pipelog
License: MIT
Author: Adem Frenk
Author-email: adem.frenk@gmail.com
Requires-Python: >=3.6.11,<4.0.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: Sphinx (>=3.4.3,<4.0.0); extra == "docs"
Requires-Dist: black (>=20.8b1,<21.0); extra == "dev"
Requires-Dist: bump2version (>=1.0.1,<2.0.0); extra == "dev"
Requires-Dist: coverage (>=5.5,<6.0); extra == "test"
Requires-Dist: flake8 (>=3.8.4,<4.0.0); extra == "dev"
Requires-Dist: flake8-annotations (>=2.5.0,<3.0.0); extra == "dev"
Requires-Dist: flake8-docstrings (>=1.5.0,<2.0.0); extra == "dev"
Requires-Dist: furo (>=2021.3.20-beta.31,<2022.0.0); extra == "docs"
Requires-Dist: pandas (>=1.0.0,<2.0.0)
Requires-Dist: pytest (>=6.2.1,<7.0.0); extra == "test"
Requires-Dist: sphinx-autobuild (>=2021.3.14,<2022.0.0); extra == "dev"
Requires-Dist: sphinx-copybutton (>=0.3.1,<0.4.0); extra == "docs"
Requires-Dist: tox (>=3.21.0,<4.0.0); extra == "dev"
Project-URL: Documentation, https://pipelog.readthedocs.io/
Project-URL: Repository, https://github.com/ademfr/pipelog
Description-Content-Type: text/x-rst

=========
PipeLog
=========


.. image:: https://img.shields.io/pypi/v/pipelog?style=flat-square
        :target: https://pypi.python.org/pypi/pipelog

.. image:: https://img.shields.io/travis/com/ademfr/pipelog?style=flat-square
        :target: https://travis-ci.com/ademfr/pipelog

.. image:: https://img.shields.io/readthedocs/pipelog?style=flat-square
        :target: https://pipelog.readthedocs.io/
        :alt: Documentation Status


pipelog tries to make functional pandas pipelines more transparent.


Features
--------

* TODO

