Metadata-Version: 2.1
Name: framesss
Version: 0.0.6
Summary: framesss
Home-page: https://github.com/DanBeranek/framesss
License: MIT
Author: Daniel Beranek
Author-email: daniel.beraanek@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aenum (>=3.1.15,<4.0.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Project-URL: Changelog, https://github.com/DanBeranek/framesss/releases
Project-URL: Documentation, https://DanBeranek.github.io/framesss
Project-URL: Repository, https://github.com/DanBeranek/framesss
Description-Content-Type: text/markdown

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="docs/assets/logo-dark-mode.png">
  <source media="(prefers-color-scheme: light)" srcset="docs/assets/logo-light-mode.png">
  <img alt="framesss logo" src="docs/assets/logo-light-mode.png">
</picture>

<!-- github-only-logo -->

# framesss

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

[![Documentation](https://github.com/DanBeranek/framesss/actions/workflows/docs.yml/badge.svg)][documentation]
[![Tests](https://github.com/DanBeranek/framesss/actions/workflows/tests.yml/badge.svg)][tests]
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=DanBeranek_framesss&metric=coverage)][sonarcov]
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=DanBeranek_framesss&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/framesss/
[documentation]: https://DanBeranek.github.io/framesss
[tests]: https://github.com/DanBeranek/framesss/actions?workflow=Tests

[sonarcov]: https://sonarcloud.io/summary/overall?id=DanBeranek_framesss
[sonarquality]: https://sonarcloud.io/summary/overall?id=DanBeranek_framesss
[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 _framesss_ via [pip] from [PyPI]:

```console
pip install framesss
```

## Usage

Please see the [User 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],
_framesss_ 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/DanBeranek/framesss/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/DanBeranek/framesss/blob/main/LICENSE
[contributor guide]: https://github.com/DanBeranek/framesss/blob/main/CONTRIBUTING.md
[user guide]: https://danberanek.github.io/framesss/user_guide.html

