Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/statisticsnorway/ssb-utdanning

Education-statistics functionality package in python, owned by Statistics Norway
https://github.com/statisticsnorway/ssb-utdanning

education pypi ssb-project statistics

Last synced: 6 days ago
JSON representation

Education-statistics functionality package in python, owned by Statistics Norway

Awesome Lists containing this project

README

        

# SSB Utdanning Fellesfunksjoner

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

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

[sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-utdanning
[sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-utdanning
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
[poetry]: https://python-poetry.org/

## Features

- UtdFormat: Mimics SAS-"formats", with ranges, "other" and empty values, subclassing dict, should be applied to columns through something like pandas' map-method.

## Requirements

- TODO

## Installation

You can install _SSB Utdanning Fellesfunksjoner_ via [pip] from [PyPI]:

```console
poetry add ssb-utdanning
```

## 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],
_SSB Utdanning Fellesfunksjoner_ 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-utdanning/issues
[pip]: https://pip.pypa.io/

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