Metadata-Version: 2.1
Name: eptools
Version: 8.6.4
Summary: EasyPost Tools
Home-page: UNKNOWN
Author: Arno De Decker
Author-email: arno.dedecker@easypost.eu
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: slack-sdk
Requires-Dist: pyodbc
Requires-Dist: holidays
Requires-Dist: O365
Requires-Dist: simple-salesforce
Requires-Dist: sqlalchemy
Requires-Dist: requests
Requires-Dist: pymysql
Requires-Dist: pypiwin32 (==223)

# EasyPost Tools

## How to deploy to PyPi

Reference: https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56


Manually change with new number in setup.cfg (increment it)

Upload to PyPi
 cd c:\EasypostLibrary\eptools
 python -m build
 python -m twine upload dist/*

Afterwards install it globaly:
> pip install eptools==&lt;version&gt;

E.g. "pip install -U eptools"


add config.py of with following methods!
    - slacktoken

