ssb-konjunk 0.1.22__tar.gz → 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/PKG-INFO +4 -5
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/README.md +0 -1
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/pyproject.toml +7 -4
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/LICENSE +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/__init__.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/__main__.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/_functions.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/data_formating.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/fame.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/prompts.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/py.typed +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/rounding.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/saving.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/statbank_format.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/timestamp.py +0 -0
- {ssb_konjunk-0.1.22 → ssb_konjunk-1.0.0}/src/ssb_konjunk/xml_handling.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ssb-konjunk
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: SSB Konjunk
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: SSB Konjunk 422
|
|
5
5
|
License: MIT
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
6
|
+
Author: Johanne Saxegaard
|
|
7
|
+
Author-email: jox@ssb.no
|
|
8
8
|
Requires-Python: >=3.10,<4.0
|
|
9
9
|
Classifier: Development Status :: 1 - Planning
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -44,7 +44,6 @@ Description-Content-Type: text/markdown
|
|
|
44
44
|
[pypi status]: https://pypi.org/project/ssb-konjunk/
|
|
45
45
|
[documentation]: https://statisticsnorway.github.io/ssb-konjunk
|
|
46
46
|
[tests]: https://github.com/statisticsnorway/ssb-konjunk/actions?workflow=Tests
|
|
47
|
-
|
|
48
47
|
[sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
|
|
49
48
|
[sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
|
|
50
49
|
[pre-commit]: https://github.com/pre-commit/pre-commit
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
[pypi status]: https://pypi.org/project/ssb-konjunk/
|
|
19
19
|
[documentation]: https://statisticsnorway.github.io/ssb-konjunk
|
|
20
20
|
[tests]: https://github.com/statisticsnorway/ssb-konjunk/actions?workflow=Tests
|
|
21
|
-
|
|
22
21
|
[sonarcov]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
|
|
23
22
|
[sonarquality]: https://sonarcloud.io/summary/overall?id=statisticsnorway_ssb-konjunk
|
|
24
23
|
[pre-commit]: https://github.com/pre-commit/pre-commit
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "ssb-konjunk"
|
|
3
|
-
version = "0.
|
|
4
|
-
description = "SSB Konjunk"
|
|
5
|
-
authors = ["
|
|
3
|
+
version = "1.0.0"
|
|
4
|
+
description = "SSB Konjunk 422"
|
|
5
|
+
authors = ["Johanne Saxegaard <jox@ssb.no>"]
|
|
6
6
|
license = "MIT"
|
|
7
7
|
readme = "README.md"
|
|
8
8
|
homepage = "https://github.com/statisticsnorway/ssb-konjunk"
|
|
@@ -60,6 +60,9 @@ relative_files = true
|
|
|
60
60
|
show_missing = true
|
|
61
61
|
fail_under = 50
|
|
62
62
|
|
|
63
|
+
[tool.deptry.per_rule_ignores]
|
|
64
|
+
DEP001 = ["nox", "nox_poetry"] # packages available by default
|
|
65
|
+
|
|
63
66
|
[tool.mypy]
|
|
64
67
|
strict = true
|
|
65
68
|
warn_unreachable = true
|
|
@@ -96,7 +99,7 @@ select = [
|
|
|
96
99
|
"RUF", # the ruff developer's own rules
|
|
97
100
|
]
|
|
98
101
|
ignore = [
|
|
99
|
-
"ANN202", # Don't
|
|
102
|
+
"ANN202", # Don't require return type annotation for private functions.
|
|
100
103
|
"ANN401", # Allow type annotation with type Any.
|
|
101
104
|
"D100", # Supress undocumented-public-module. Only doc of public api required.
|
|
102
105
|
"FBT001", # Allow boolean positional arguments in a function.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|