HowdenCommonObjects 0.1.0__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.
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects.egg-info/PKG-INFO +1 -1
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects.egg-info/SOURCES.txt +1 -5
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/PKG-INFO +1 -1
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/pyproject.toml +9 -9
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects/__init__.py +0 -0
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects/howden_result.py +0 -0
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects/usage.py +0 -0
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects.egg-info/dependency_links.txt +0 -0
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects.egg-info/top_level.txt +0 -0
- {howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/setup.cfg +0 -0
{howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects.egg-info/SOURCES.txt
RENAMED
|
@@ -5,8 +5,4 @@ HowdenCommonObjects/usage.py
|
|
|
5
5
|
HowdenCommonObjects.egg-info/PKG-INFO
|
|
6
6
|
HowdenCommonObjects.egg-info/SOURCES.txt
|
|
7
7
|
HowdenCommonObjects.egg-info/dependency_links.txt
|
|
8
|
-
HowdenCommonObjects.egg-info/top_level.txt
|
|
9
|
-
howdencommonobjects.egg-info/PKG-INFO
|
|
10
|
-
howdencommonobjects.egg-info/SOURCES.txt
|
|
11
|
-
howdencommonobjects.egg-info/dependency_links.txt
|
|
12
|
-
howdencommonobjects.egg-info/top_level.txt
|
|
8
|
+
HowdenCommonObjects.egg-info/top_level.txt
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
[project]
|
|
2
|
-
name = "HowdenCommonObjects"
|
|
3
|
-
version = "
|
|
4
|
-
description = "A simple configuration manager with Pydantic and JSON export."
|
|
5
|
-
authors = [{name = "Casper Bresdahl", email = "casper.bresdahl@howdendanmark.dk"}]
|
|
6
|
-
readme = "README.md"
|
|
7
|
-
license = {text = "MIT"}
|
|
8
|
-
requires-python = ">=3.12,<3.14"
|
|
9
|
-
dependencies = []
|
|
1
|
+
[project]
|
|
2
|
+
name = "HowdenCommonObjects"
|
|
3
|
+
version = "1.0.0"
|
|
4
|
+
description = "A simple configuration manager with Pydantic and JSON export."
|
|
5
|
+
authors = [{name = "Casper Bresdahl", email = "casper.bresdahl@howdendanmark.dk"}]
|
|
6
|
+
readme = "README.md"
|
|
7
|
+
license = {text = "MIT"}
|
|
8
|
+
requires-python = ">=3.12,<3.14"
|
|
9
|
+
dependencies = []
|
|
File without changes
|
{howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects/howden_result.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{howdencommonobjects-0.1.0 → howdencommonobjects-1.0.0}/HowdenCommonObjects.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|