Metadata-Version: 2.2
Name: swiftly_api_python_client
Version: 0.8.0
Summary: Hopthru's Swiftly API Python Client
Home-page: https://github.com/Hopthru/swiftly-api-python-client
Author: Swiftly
Author-email: brock@goswift.ly
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.5.3
Requires-Dist: typing-extensions>=3.10
Requires-Dist: requests>=2.28

# Swiftly API Python Client

Hopthru's Python Client for the Swiftly API. 

## Building this package

- Create a virtual environment
    - `python -m venv venv`  
- Install the Python dependencies:
    - `python -m pip install --upgrade pip`
    - `python -m pip install -r test-requirements.txt`
- Build the distribution:
    - `python -m build`
- The distribution will be in the dist folder.
