Metadata-Version: 2.1
Name: sandspythonfunctions
Version: 0.0.1a4
Summary: Functions I use regularly with my python projects
Home-page: https://github.com/ldsands/SandsPythonFunctions
License: MIT
Author: ldsands
Author-email: ldsands@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: altair (>=4.1.0,<5.0.0)
Requires-Dist: black (>=19.10b0,<20.0)
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: flake8 (>=3.8.1,<4.0.0)
Requires-Dist: nltk (>=3.5,<4.0)
Requires-Dist: notebook (>=6.0.3,<7.0.0)
Requires-Dist: pandas (>=1.0.3,<2.0.0)
Requires-Dist: pyarrow (>=0.17.1,<0.18.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: tqdm (>=4.46.0,<5.0.0)
Requires-Dist: zstandard (>=0.13.0,<0.14.0)
Project-URL: Repository, https://github.com/ldsands/SandsPythonFunctions
Description-Content-Type: text/markdown

# Sands Python Functions

Some functions I find useful regularly and I put them all into one package for easy access

I created this using [Poetry](https://python-poetry.org/).

