Vennligst se komme i gang for brukerveiledning
The getting started guide is in norwegian and intended for Statistics Norway internal use.
More technical and in-depth information can be found in the Contributor Guide.
- Dashboard for editing data, includes modules for among other things:
- Controls for the data
- Visualizations to find outliers
- Seeing micro-level information about observations
- TODO
You can install SSB Sirius Dash via pip from PyPI:
pip install ssb-sirius-dash
or using poetry:
poetry add ssb-sirius-dash
The above will install the latest stable release.
This version contains new features and improvements that are heading to the stable release eventually, but is still subject to changes.
poetry add ssb-sirius-dash --allow-prereleases
This is the currently in-development version. Be aware that this is a very unstable version and is subject to rapid breaking changes.
- Primarily intended for testing of in-development features.
First add this to your pyproject.toml:
[[tool.poetry.source]]
name = "testpypi"
url = "https://test.pypi.org/simple"
default = false
Then run this command, optionally with --allow-prereleases to ensure you get the latest version.
poetry add --source testpypi ssb-sirius-dash --allow-prereleases
Please see the Reference Guide for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
We are following the gitflow workflow, meaning that the main branch is the release version, while development happens on the develop branch. An explanation of how gitflow works can be found here: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
Distributed under the terms of the GNU license, SSB Sirius Dash is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from Statistics Norway's SSB PyPI Template.