Metadata-Version: 2.1
Name: methodflow
Version: 0.0.1a1
Summary: A lightweight library for building pipelines from methods
Home-page: https://github.com/WeixuanZ/methodflow/
Author: Weixuan Zhang
Author-email: weixuanz@icloud.com
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Project-URL: Source, https://github.com/WeixuanZ/methodflow/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Requires-Dist: importlib-metadata ; python_version >= "3.8"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

[![ReadTheDocs](https://readthedocs.org/projects/methodflow/badge/?version=latest)](https://methodflow.readthedocs.io/en/stable/)
[![PyPI-Server](https://img.shields.io/pypi/v/methodflow.svg)](https://pypi.org/project/methodflow/)

# methodflow

> A lightweight library for building pipelines from methods
