Metadata-Version: 2.1
Name: arneso-pypitemplate-instance
Version: 0.0.4
Summary: Arneso Pypitemplate Instance
Home-page: https://github.com/arneso-ssb/arneso-pypitemplate-instance
License: MIT
Author: Arne Sørli
Author-email: arne.sorli@ssb.no
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.0.1)
Project-URL: Changelog, https://github.com/arneso-ssb/arneso-pypitemplate-instance/releases
Project-URL: Documentation, https://arneso-pypitemplate-instance.readthedocs.io
Project-URL: Repository, https://github.com/arneso-ssb/arneso-pypitemplate-instance
Description-Content-Type: text/markdown

# Arneso Pypitemplate Instance

[![PyPI](https://img.shields.io/pypi/v/arneso-pypitemplate-instance.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/arneso-pypitemplate-instance.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/arneso-pypitemplate-instance)][pypi status]
[![License](https://img.shields.io/pypi/l/arneso-pypitemplate-instance)][license]

[![Documentation](https://github.com/arneso-ssb/arneso-pypitemplate-instance/actions/workflows/docs.yml/badge.svg)][documentation]
[![Tests](https://github.com/arneso-ssb/arneso-pypitemplate-instance/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/arneso-ssb/arneso-pypitemplate-instance/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]
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)][poetry]

[pypi status]: https://pypi.org/project/arneso-pypitemplate-instance/
[documentation]: https://arneso-ssb.github.io/arneso-pypitemplate-instance/
[tests]: https://github.com/arneso-ssb/arneso-pypitemplate-instance/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/arneso-ssb/arneso-pypitemplate-instance
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
[poetry]: https://python-poetry.org/

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _Arneso Pypitemplate Instance_ via [pip] from [PyPI]:

```console
$ pip install arneso-pypitemplate-instance
```

## Usage

Please see the [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],
_Arneso Pypitemplate Instance_ 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/arneso-ssb/arneso-pypitemplate-instance/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/arneso-ssb/arneso-pypitemplate-instance/blob/main/LICENSE
[contributor guide]: https://github.com/arneso-ssb/arneso-pypitemplate-instance/blob/main/CONTRIBUTING.md
[reference]: https://arneso-ssb.github.io/arneso-pypitemplate-instance/reference.html

