Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner
This repo contains a collection of commonly used functions in the division for population statistics in SSB. The goal is to ensure standardisation across production of different statistic
https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner
ssb-project
Last synced: 6 days ago
JSON representation
This repo contains a collection of commonly used functions in the division for population statistics in SSB. The goal is to ensure standardisation across production of different statistic
- Host: GitHub
- URL: https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner
- Owner: statisticsnorway
- License: mit
- Created: 2024-10-21T13:39:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:40:42.000Z (2 months ago)
- Last Synced: 2024-10-23T11:54:21.035Z (2 months ago)
- Topics: ssb-project
- Language: Python
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Befolkning Fagfunksjoner
[![PyPI](https://img.shields.io/pypi/v/ssb-befolkning-fagfunksjoner.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/ssb-befolkning-fagfunksjoner.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/ssb-befolkning-fagfunksjoner)][pypi status]
[![License](https://img.shields.io/pypi/l/ssb-befolkning-fagfunksjoner)][license][![Documentation](https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner/actions/workflows/docs.yml/badge.svg)][documentation]
[![Tests](https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner/actions/workflows/tests.yml/badge.svg)][tests]
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=statisticsnorway_ssb-befolkning-fagfunksjoner&metric=coverage)][sonarcov]
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=statisticsnorway_ssb-befolkning-fagfunksjoner&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/ssb-befolkning-fagfunksjoner/
[documentation]: https://statisticsnorway.github.io/ssb-befolkning-fagfunksjoner
[tests]: https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner/actions?workflow=Tests[sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-befolkning-fagfunksjoner
[sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-befolkning-fagfunksjoner
[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 _Befolkning Fagfunksjoner_ via [pip] from [PyPI]:
```console
pip install ssb-befolkning-fagfunksjoner
```## 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],
_Befolkning Fagfunksjoner_ 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/statisticsnorway/ssb-befolkning-fagfunksjoner/issues
[pip]: https://pip.pypa.io/[license]: https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner/blob/main/LICENSE
[contributor guide]: https://github.com/statisticsnorway/ssb-befolkning-fagfunksjoner/blob/main/CONTRIBUTING.md
[reference guide]: https://statisticsnorway.github.io/ssb-befolkning-fagfunksjoner/reference.html