Metadata-Version: 2.1
Name: five-one-one
Version: 1.2.2
Summary: a collection of data science helper functions
Home-page: https://datascience.stromsy.com
Author: ecowley
Author-email: erik@stromsy.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: spacy

# Five One One

This is a collection of utility methods.

Install with:
`pip install -i https://test.pypi.org/simple/ five-one-one`

Import with:
`import five_one_one`

If you are building the module, use:
`python3 setup.py sdist bdist_wheel`

Upload with:
`twine upload --repository-url https://test.pypi.org/legacy/ dist/*`


