Metadata-Version: 2.4
Name: arneso-pypitemplate-instance
Version: 0.2.0
Summary: Arneso Pypitemplate Instance
Author: Arne Sørli
Author-email: Arne Sørli <arne.sorli@ssb.no>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Typing :: Typed
Requires-Dist: click>=8.0.1
Requires-Python: >=3.10, <4.0
Project-URL: Changelog, https://github.com/arneso-ssb/arneso-pypitemplate-instance/releases
Project-URL: documentation, https://arneso-ssb.github.io/arneso-pypitemplate-instance
Project-URL: homepage, https://github.com/arneso-ssb/arneso-pypitemplate-instance
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/actions/workflows/tests.yml/badge.svg)][tests]
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=arneso-ssb_arneso-pypitemplate-instance&metric=coverage)][sonarcov]
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=arneso-ssb_arneso-pypitemplate-instance&metric=alert_status)][sonarquality]

[![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]
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![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

[sonarcov]: https://sonarcloud.io/summary/overall?id=arneso-ssb_arneso-pypitemplate-instance
[sonarquality]: https://sonarcloud.io/summary/overall?id=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 Guide] 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 [Statistics Norway]'s [SSB PyPI Template].

[statistics norway]: https://www.ssb.no/en
[pypi]: https://pypi.org/
[ssb pypi template]: https://github.com/statisticsnorway/ssb-pypitemplate
[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 guide]: https://arneso-ssb.github.io/arneso-pypitemplate-instance/reference.html
