1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
# Intellifire4Py
[][pypi_]
[][status]
[][python version]
[][license]
[][read the docs]
[][tests]
[][codecov]
[][pre-commit]
[][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
|