Metadata-Version: 2.1
Name: eptools
Version: 9.0.3
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: sentry-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
Requires-Dist: servicemanager
Requires-Dist: contextvars

# 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:\Software\EasypostLibrary\eptools
    python -m pip install --upgrade pip setuptools wheel
    python setup.py sdist bdist_wheel
    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

