Metadata-Version: 2.1
Name: pilotis-io
Version: 0.1.0
Summary: This is a lib with IO functions to use while coding Python ML projects
Home-page: https://gitlab.com/ekinox-io/ekinox-libraries/pilotis-io
License: MIT
Keywords: pilotis,data science,IO
Author: Ekinox
Author-email: contact@ekinox.io
Requires-Python: >=3.7,<3.8
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: format
Provides-Extra: lint
Provides-Extra: repl
Provides-Extra: test
Provides-Extra: type
Requires-Dist: PyHamcrest (>=2.0,<3.0); extra == "test"
Requires-Dist: black; extra == "format"
Requires-Dist: bpython (>=0.18,<0.19); extra == "repl"
Requires-Dist: flake8 (>=3.7,<4.0); extra == "lint"
Requires-Dist: flake8-bugbear (>=19.8.0,<20.0.0); extra == "lint"
Requires-Dist: isort (>=4.3,<5.0); extra == "format"
Requires-Dist: mypy (>=0.740.0,<0.741.0); extra == "type"
Requires-Dist: numpy (>=1.19.2,<1.20.0)
Requires-Dist: pandas (>=0.25.3,<0.26.0)
Requires-Dist: pyarrow (>=0.17.1,<0.18.0)
Requires-Dist: pydocstyle (>=3.0,<4.0); extra == "lint"
Requires-Dist: pylint (>=2.3,<3.0); extra == "lint"
Requires-Dist: pytest (>=5.1,<6.0); extra == "test"
Requires-Dist: pytest-asyncio (>=0.10.0,<0.11.0); extra == "test"
Requires-Dist: pytest-cov (>=2.8.1,<3.0.0); extra == "test"
Requires-Dist: pytest-html (>=2.0.1,<3.0.0); extra == "test"
Requires-Dist: pytest-mock (>=1.13.0,<2.0.0); extra == "test"
Requires-Dist: scikit-learn (>=0.22,<0.23)
Requires-Dist: seed-isort-config (>=1.9.3,<2.0.0); extra == "format"
Requires-Dist: yapf (>=0.27.0,<0.28.0); extra == "lint"
