Metadata-Version: 2.1
Name: fondat-hubspot
Version: 4.1.0
Summary: Fondat package for HubSpot.
Home-page: https://github.com/fondat/fondat-hubspot/
License: MIT
Keywords: asgi,framework,resource,openapi
Author: fondat-hubspot authors
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aiodns (>=3.1,<4.0)
Requires-Dist: aiohttp (>=3.8,<4.0)
Requires-Dist: fondat (>=4.1.15,<5.0.0)
Project-URL: Documentation, https://github.com/fondat/fondat-hubspot/wiki
Description-Content-Type: text/markdown

# fondat-hubspot

[![PyPI](https://badge.fury.io/py/fondat-hubspot.svg)](https://badge.fury.io/py/fondat-hubspot)
[![Python](https://img.shields.io/pypi/pyversions/fondat-hubspot)](https://python.org/)
[![GitHub](https://img.shields.io/badge/github-main-blue.svg)](https://github.com/fondat/fondat-hubspot/)
[![Test](https://github.com/fondat/fondat-hubspot/workflows/test/badge.svg)](https://github.com/fondat/fondat-hubspot/actions?query=workflow/test)
[![License](https://img.shields.io/github/license/fondat/fondat-hubspot.svg)](https://github.com/fondat/fondat-hubspot/blob/main/LICENSE)
[![Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/psf/black)

Fondat package for HubSpot.

## Develop

```
poetry install
poetry run pre-commit install
```

## Test

```
poetry run pytest
```

