Metadata-Version: 2.4
Name: hubspot-api-client-async
Version: 12.0.3
Summary: HubSpot API client
Home-page: https://github.com/GraninInfo/hubspot-api-python-async
Author: HubSpot + Pavel Granin
Author-email: support@hubspot.com, granininfo@gmail.com
License: Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Requires-Dist: urllib3.future>=2.6.900
Requires-Dist: six<2.0,>=1.10
Requires-Dist: certifi>=2023.1.1
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: importlib-metadata<5; python_version < "3.8"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# hubspot-api-python

Python [HubSpot API](https://developers.hubspot.com/docs/api/overview) v3 SDK(Client) files and sample apps

Sample Applications can be found in [Sample apps](https://github.com/HubSpot/sample-apps-list)

## Documentation

See the [API docs](https://developers.hubspot.com/docs/api/overview).

## Installation

If you just want to use the package, run:

```bash
pip install --upgrade hubspot-api-client-async
```

Please visit the official GitHub page [HubSpot GitHub](https://github.com/HubSpot/hubspot-api-python)
