ucon 0.3.1rc3__tar.gz → 0.3.1rc4__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.
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/PKG-INFO +2 -2
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/README.md +1 -1
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon.egg-info/PKG-INFO +2 -2
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/.github/workflows/publish.yaml +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/.github/workflows/tests.yaml +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/.gitignore +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/LICENSE +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ROADMAP.md +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/noxfile.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/requirements.txt +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/setup.cfg +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/setup.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/tests/__init__.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/tests/ucon/__init__.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/tests/ucon/test_core.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/tests/ucon/test_dimension.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/tests/ucon/test_unit.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/tests/ucon/test_units.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon/__init__.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon/core.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon/dimension.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon/unit.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon/units.py +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon.egg-info/SOURCES.txt +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon.egg-info/dependency_links.txt +0 -0
- {ucon-0.3.1rc3 → ucon-0.3.1rc4}/ucon.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ucon
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1rc4
|
|
4
4
|
Summary: a tool for dimensional analysis: a "Unit CONverter"
|
|
5
5
|
Home-page: https://github.com/withtwoemms/ucon
|
|
6
6
|
Author: Emmanuel I. Obi
|
|
@@ -82,7 +82,7 @@ To best answer this question, we turn to an age-old technique ([dimensional anal
|
|
|
82
82
|
|
|
83
83
|
`ucon` models unit math through a hierarchy where each layer builds on the last:
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
<img src=https://gist.githubusercontent.com/withtwoemms/429d2ca1f979865aa80a2658bf9efa32/raw/f3518d37445301950026fc9ffd1bd062768005fe/ucon.data-model.png align="center" alt="ucon Data Model" width=600/>
|
|
86
86
|
|
|
87
87
|
## Why `ucon`?
|
|
88
88
|
|
|
@@ -46,7 +46,7 @@ To best answer this question, we turn to an age-old technique ([dimensional anal
|
|
|
46
46
|
|
|
47
47
|
`ucon` models unit math through a hierarchy where each layer builds on the last:
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
<img src=https://gist.githubusercontent.com/withtwoemms/429d2ca1f979865aa80a2658bf9efa32/raw/f3518d37445301950026fc9ffd1bd062768005fe/ucon.data-model.png align="center" alt="ucon Data Model" width=600/>
|
|
50
50
|
|
|
51
51
|
## Why `ucon`?
|
|
52
52
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ucon
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1rc4
|
|
4
4
|
Summary: a tool for dimensional analysis: a "Unit CONverter"
|
|
5
5
|
Home-page: https://github.com/withtwoemms/ucon
|
|
6
6
|
Author: Emmanuel I. Obi
|
|
@@ -82,7 +82,7 @@ To best answer this question, we turn to an age-old technique ([dimensional anal
|
|
|
82
82
|
|
|
83
83
|
`ucon` models unit math through a hierarchy where each layer builds on the last:
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
<img src=https://gist.githubusercontent.com/withtwoemms/429d2ca1f979865aa80a2658bf9efa32/raw/f3518d37445301950026fc9ffd1bd062768005fe/ucon.data-model.png align="center" alt="ucon Data Model" width=600/>
|
|
86
86
|
|
|
87
87
|
## Why `ucon`?
|
|
88
88
|
|
|
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
|
|
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
|