Metadata-Version: 2.1
Name: bonbon
Version: 1.0.2
Summary: A utility library to help with data processing.
Home-page: https://github.com/lbyxiafei/bonbon
Author: Binyan
Author-email: lbyxiafei@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pipenv (==2022.1.8)
Requires-Dist: twine (==3.7.1)
Requires-Dist: pynput (==1.7.6)
Requires-Dist: pyperclip (==1.8.2)
Requires-Dist: pydirectinput (==1.0.4)
Requires-Dist: numpy (==1.19.3)
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: requests
Requires-Dist: pyodbc
Requires-Dist: azure-storage-blob

# bonbon

> A python utility library to help with data processing.

# pypi

> Apply changes to repo.

> Increment setup.py version number.

> `python setup.py sdist bdist_wheel`

> `twine upload dist/*`


