Metadata-Version: 2.1
Name: zoro-ds-utils
Version: 0.0.1
Summary: Utilities for the Zoro Data Science team.
Author: Zoro Data Science
Author-email: 
Project-URL: homepage, https://bitbucket.org/zorotools/zuds/src/master/
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: coverage
Requires-Dist: coverage[toml] (>=6.3.1) ; extra == 'coverage'
Requires-Dist: diff-cover (>=3) ; extra == 'coverage'
Provides-Extra: docs
Requires-Dist: sphinx (~=4.5) ; extra == 'docs'
Requires-Dist: sphinx-argparse-cli (>=1.5) ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints (>=1.18) ; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc (~=0.3.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-confluencebuilder (~=1.8.0) ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: pre-commit ; extra == 'lint'
Requires-Dist: pyproject-flake8 ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest (>=6.2.4) ; extra == 'test'
Requires-Dist: pytest-cases (>=3.6.11) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.12) ; extra == 'test'
Requires-Dist: pytest-mock (>=3) ; extra == 'test'
Requires-Dist: pytest-xdist (>=1.34) ; extra == 'test'
Requires-Dist: toml (>=0.10.0) ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Provides-Extra: typing
Requires-Dist: mypy (>=0.950) ; extra == 'typing'
Requires-Dist: typing-extensions (>=4.2.0) ; extra == 'typing'

# Zoro Data Science Utilities (AKA zuds)
Library with common utilities for Data Science projects.
