Metadata-Version: 2.1
Name: intellifire4py
Version: 3.0.4
Summary: Intellifire4Py
Home-page: https://github.com/jeeftor/intellifire4py
License: MIT
Author: Jeff Stein
Author-email: jeffstein@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aenum (>=3.1.11,<4.0.0)
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: asynctest[dev-dependencies] (>=0.13.0,<0.14.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pytest-asyncio[dev-dependencies] (>=0.19.0,<0.20.0)
Requires-Dist: pytest-httpx[dev-dependencies] (>=0.21.0,<0.22.0)
Requires-Dist: respx[dev-dependencies] (>=0.20.0,<0.21.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: sphinx-copybutton[dev-dependencies] (>=0.5.0,<0.6.0)
Project-URL: Changelog, https://github.com/jeeftor/intellifire4py/releases
Project-URL: Documentation, https://intellifire4py.readthedocs.io
Project-URL: Repository, https://github.com/jeeftor/intellifire4py
Description-Content-Type: text/markdown

# Intellifire4Py

[![PyPI](https://img.shields.io/pypi/v/intellifire4py.svg)][pypi_]
[![Status](https://img.shields.io/pypi/status/intellifire4py.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/intellifire4py)][python version]
[![License](https://img.shields.io/pypi/l/intellifire4py)][license]

[![Read the documentation at https://intellifire4py.readthedocs.io/](https://img.shields.io/readthedocs/intellifire4py/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/jeeftor/intellifire4py/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/jeeftor/intellifire4py/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi_]: https://pypi.org/project/intellifire4py/
[status]: https://pypi.org/project/intellifire4py/
[python version]: https://pypi.org/project/intellifire4py
[read the docs]: https://intellifire4py.readthedocs.io/
[tests]: https://github.com/jeeftor/intellifire4py/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/jeeftor/intellifire4py
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _Intellifire4Py_ via [pip] from [PyPI]:

```console
$ pip install intellifire4py
```

## Usage

Please see the [API Reference] for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_Intellifire4Py_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/jeeftor/intellifire4py/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/jeeftor/intellifire4py/blob/main/LICENSE
[contributor guide]: https://github.com/jeeftor/intellifire4py/blob/main/CONTRIBUTING.md
[command-line reference]: https://intellifire4py.readthedocs.io/en/latest/usage.html

