<div align="center">
| | ![Badges][label-badges] |
|:-|:-|
| ![Build][label-build] | [![Nox][badge-actions]][actions] [![semantic-release][badge-semantic-release]][semantic-release] [![PyPI][badge-pypi]][pypi] [![Read the Docs][badge-docs]][docs] |
| ![Tests][label-tests] | [![coverage][badge-coverage]][coverage] [![pre-commit][badge-pre-commit]][pre-commit] |
| ![Standards][label-standards] | [![SemVer 2.0.0][badge-semver]][semver] [![Conventional Commits][badge-conventional-commits]][conventional-commits] |
| ![Code][label-code] | [![Poetry][badge-poetry]][poetry] [![Code style: black][badge-black]][Black] [![Ruff][badge-ruff]][ruff] [![Checked with mypy][badge-mypy]][mypy] |
| ![Repo][label-repo] | [![GitHub issues][badge-issues]][issues] [![GitHub stars][badge-stars]][stars] [![GitHub license][badge-license]][license] [![All Contributors][badge-all-contributors]][contributors] [![Contributor Covenant][badge-code-of-conduct]][code-of-conduct] |
</div>
<!-- Badges -->
<!-- Labels -->
[label-badges]: https://img.shields.io/badge/%F0%9F%94%96-badges-purple?style=for-the-badge
[label-build]: https://img.shields.io/badge/%F0%9F%94%A7-build-darkblue?style=flat-square
[label-tests]: https://img.shields.io/badge/%F0%9F%A7%AA-tests-darkblue?style=flat-square
[label-standards]: https://img.shields.io/badge/%F0%9F%93%91-standards-darkblue?style=flat-square
[label-code]: https://img.shields.io/badge/%F0%9F%92%BB-code-darkblue?style=flat-square
[label-repo]: https://img.shields.io/badge/%F0%9F%93%81-repo-darkblue?style=flat-square
<!-- Build -->
[badge-actions]: https://img.shields.io/github/actions/workflow/status/MicaelJarniac/crustypy-instance/ci.yml?branch=main&style=flat-square
[actions]: https://github.com/MicaelJarniac/crustypy-instance/actions
[badge-semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square
[semantic-release]: https://github.com/semantic-release/semantic-release
[badge-pypi]: https://img.shields.io/pypi/v/crustypy-instance?style=flat-square
[pypi]: https://pypi.org/project/crustypy-instance
[badge-docs]: https://img.shields.io/readthedocs/crustypy-instance?style=flat-square
[docs]: https://crustypy-instance.readthedocs.io
<!-- Tests -->
[badge-coverage]: https://img.shields.io/codecov/c/gh/MicaelJarniac/crustypy-instance?logo=codecov&style=flat-square
[coverage]: https://codecov.io/gh/MicaelJarniac/crustypy-instance
[badge-pre-commit]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white
[pre-commit]: https://github.com/pre-commit/pre-commit
<!-- Standards -->
[badge-semver]: https://img.shields.io/badge/SemVer-2.0.0-blue?style=flat-square&logo=semver
[semver]: https://semver.org/spec/v2.0.0.html
[badge-conventional-commits]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=flat-square
[conventional-commits]: https://conventionalcommits.org
<!-- Code -->
[badge-poetry]: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json&style=flat-square
[poetry]: https://python-poetry.org
[badge-black]: https://img.shields.io/badge/code%20style-black-black?style=flat-square
[Black]: https://github.com/psf/black
[badge-ruff]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square
[ruff]: https://github.com/astral-sh/ruff
[badge-mypy]: https://img.shields.io/badge/mypy-checked-2A6DB2?style=flat-square
[mypy]: http://mypy-lang.org
<!-- Repo -->
[badge-issues]: https://img.shields.io/github/issues/MicaelJarniac/crustypy-instance?style=flat-square
[issues]: https://github.com/MicaelJarniac/crustypy-instance/issues
[badge-stars]: https://img.shields.io/github/stars/MicaelJarniac/crustypy-instance?style=flat-square
[stars]: https://github.com/MicaelJarniac/crustypy-instance/stargazers
[badge-license]: https://img.shields.io/github/license/MicaelJarniac/crustypy-instance?style=flat-square
[license]: https://github.com/MicaelJarniac/crustypy-instance/blob/main/LICENSE
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[badge-all-contributors]: https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[contributors]: #Contributors-✨
[badge-code-of-conduct]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa?style=flat-square
[code-of-conduct]: CODE_OF_CONDUCT.md
<!---->
# CrustyPy Instance
Generated with CrustyPy.
[Read the Docs][docs]
## Installation
### PyPI
[*crustypy-instance*][pypi] is available on PyPI:
```bash
# With pip
pip install crustypy-instance
# With Poetry
poetry add crustypy-instance
```
### GitHub
You can also install the latest version of the code directly from GitHub:
```bash
# With pip
pip install git+git://github.com/MicaelJarniac/crustypy-instance
# With Poetry
poetry add git+git://github.com/MicaelJarniac/crustypy-instance
```
## Usage
For more examples, see the [full documentation][docs].
```python
from crustypy_instance import crustypy_instance
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
## Contributors ✨
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
## License
[MIT](../LICENSE)
This project was created with the [MicaelJarniac/crustypy](https://github.com/MicaelJarniac/crustypy) template.
Raw data
{
"_id": null,
"home_page": "https://github.com/MicaelJarniac/crustypy-instance",
"name": "crustypy-instance",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "",
"author": "Micael Jarniac",
"author_email": "micael@jarniac.dev",
"download_url": "https://files.pythonhosted.org/packages/11/c6/77ea50c15c7b294c4995221170492bfb6cb755e989b40555194e22530b85/crustypy_instance-0.1.1.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n\n | | ![Badges][label-badges] |\n |:-|:-|\n | ![Build][label-build] | [![Nox][badge-actions]][actions] [![semantic-release][badge-semantic-release]][semantic-release] [![PyPI][badge-pypi]][pypi] [![Read the Docs][badge-docs]][docs] |\n | ![Tests][label-tests] | [![coverage][badge-coverage]][coverage] [![pre-commit][badge-pre-commit]][pre-commit] |\n | ![Standards][label-standards] | [![SemVer 2.0.0][badge-semver]][semver] [![Conventional Commits][badge-conventional-commits]][conventional-commits] |\n | ![Code][label-code] | [![Poetry][badge-poetry]][poetry] [![Code style: black][badge-black]][Black] [![Ruff][badge-ruff]][ruff] [![Checked with mypy][badge-mypy]][mypy] |\n | ![Repo][label-repo] | [![GitHub issues][badge-issues]][issues] [![GitHub stars][badge-stars]][stars] [![GitHub license][badge-license]][license] [![All Contributors][badge-all-contributors]][contributors] [![Contributor Covenant][badge-code-of-conduct]][code-of-conduct] |\n</div>\n\n<!-- Badges -->\n\n<!-- Labels -->\n[label-badges]: https://img.shields.io/badge/%F0%9F%94%96-badges-purple?style=for-the-badge\n[label-build]: https://img.shields.io/badge/%F0%9F%94%A7-build-darkblue?style=flat-square\n[label-tests]: https://img.shields.io/badge/%F0%9F%A7%AA-tests-darkblue?style=flat-square\n[label-standards]: https://img.shields.io/badge/%F0%9F%93%91-standards-darkblue?style=flat-square\n[label-code]: https://img.shields.io/badge/%F0%9F%92%BB-code-darkblue?style=flat-square\n[label-repo]: https://img.shields.io/badge/%F0%9F%93%81-repo-darkblue?style=flat-square\n\n<!-- Build -->\n[badge-actions]: https://img.shields.io/github/actions/workflow/status/MicaelJarniac/crustypy-instance/ci.yml?branch=main&style=flat-square\n[actions]: https://github.com/MicaelJarniac/crustypy-instance/actions\n[badge-semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square\n[semantic-release]: https://github.com/semantic-release/semantic-release\n[badge-pypi]: https://img.shields.io/pypi/v/crustypy-instance?style=flat-square\n[pypi]: https://pypi.org/project/crustypy-instance\n[badge-docs]: https://img.shields.io/readthedocs/crustypy-instance?style=flat-square\n[docs]: https://crustypy-instance.readthedocs.io\n\n<!-- Tests -->\n[badge-coverage]: https://img.shields.io/codecov/c/gh/MicaelJarniac/crustypy-instance?logo=codecov&style=flat-square\n[coverage]: https://codecov.io/gh/MicaelJarniac/crustypy-instance\n[badge-pre-commit]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=flat-square&logo=pre-commit&logoColor=white\n[pre-commit]: https://github.com/pre-commit/pre-commit\n\n<!-- Standards -->\n[badge-semver]: https://img.shields.io/badge/SemVer-2.0.0-blue?style=flat-square&logo=semver\n[semver]: https://semver.org/spec/v2.0.0.html\n[badge-conventional-commits]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=flat-square\n[conventional-commits]: https://conventionalcommits.org\n\n<!-- Code -->\n[badge-poetry]: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json&style=flat-square\n[poetry]: https://python-poetry.org\n[badge-black]: https://img.shields.io/badge/code%20style-black-black?style=flat-square\n[Black]: https://github.com/psf/black\n[badge-ruff]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square\n[ruff]: https://github.com/astral-sh/ruff\n[badge-mypy]: https://img.shields.io/badge/mypy-checked-2A6DB2?style=flat-square\n[mypy]: http://mypy-lang.org\n\n<!-- Repo -->\n[badge-issues]: https://img.shields.io/github/issues/MicaelJarniac/crustypy-instance?style=flat-square\n[issues]: https://github.com/MicaelJarniac/crustypy-instance/issues\n[badge-stars]: https://img.shields.io/github/stars/MicaelJarniac/crustypy-instance?style=flat-square\n[stars]: https://github.com/MicaelJarniac/crustypy-instance/stargazers\n[badge-license]: https://img.shields.io/github/license/MicaelJarniac/crustypy-instance?style=flat-square\n[license]: https://github.com/MicaelJarniac/crustypy-instance/blob/main/LICENSE\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[badge-all-contributors]: https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n[contributors]: #Contributors-\u2728\n[badge-code-of-conduct]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa?style=flat-square\n[code-of-conduct]: CODE_OF_CONDUCT.md\n<!---->\n\n# CrustyPy Instance\nGenerated with CrustyPy.\n\n[Read the Docs][docs]\n\n## Installation\n\n### PyPI\n[*crustypy-instance*][pypi] is available on PyPI:\n\n```bash\n# With pip\npip install crustypy-instance\n# With Poetry\npoetry add crustypy-instance\n```\n\n### GitHub\nYou can also install the latest version of the code directly from GitHub:\n```bash\n# With pip\npip install git+git://github.com/MicaelJarniac/crustypy-instance\n# With Poetry\npoetry add git+git://github.com/MicaelJarniac/crustypy-instance\n```\n\n## Usage\nFor more examples, see the [full documentation][docs].\n\n```python\nfrom crustypy_instance import crustypy_instance\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\nMore details can be found in [CONTRIBUTING](CONTRIBUTING.md).\n\n## Contributors \u2728\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n## License\n[MIT](../LICENSE)\n\nThis project was created with the [MicaelJarniac/crustypy](https://github.com/MicaelJarniac/crustypy) template.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Generated with CrustyPy.",
"version": "0.1.1",
"project_urls": {
"Bug Tracker": "https://github.com/MicaelJarniac/crustypy-instance/issues",
"Changelog": "https://github.com/MicaelJarniac/crustypy-instance/blob/main/docs/CHANGELOG.md",
"Documentation": "https://crustypy-instance.readthedocs.io",
"Homepage": "https://github.com/MicaelJarniac/crustypy-instance",
"Repository": "https://github.com/MicaelJarniac/crustypy-instance"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a62996580b288d79736889662c0bb1eba0a9a5a41a9ae9944876e91240572acb",
"md5": "551715f8717d7571b4c740436cea650f",
"sha256": "83f606758192b44261d93c93fcc5bef26e6a781a2116f9f0fa2f5935a57529a1"
},
"downloads": -1,
"filename": "crustypy_instance-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "551715f8717d7571b4c740436cea650f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 4705,
"upload_time": "2023-07-14T22:39:12",
"upload_time_iso_8601": "2023-07-14T22:39:12.507745Z",
"url": "https://files.pythonhosted.org/packages/a6/29/96580b288d79736889662c0bb1eba0a9a5a41a9ae9944876e91240572acb/crustypy_instance-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "11c677ea50c15c7b294c4995221170492bfb6cb755e989b40555194e22530b85",
"md5": "12fc5ae1247326cf9c982247dd7c8f2a",
"sha256": "149ce6b34e63db8988729927208ea8b89b4305345412d6dcc1c911954d7e7fa6"
},
"downloads": -1,
"filename": "crustypy_instance-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "12fc5ae1247326cf9c982247dd7c8f2a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 4689,
"upload_time": "2023-07-14T22:39:14",
"upload_time_iso_8601": "2023-07-14T22:39:14.171462Z",
"url": "https://files.pythonhosted.org/packages/11/c6/77ea50c15c7b294c4995221170492bfb6cb755e989b40555194e22530b85/crustypy_instance-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-14 22:39:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MicaelJarniac",
"github_project": "crustypy-instance",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "crustypy-instance"
}