qnty 0.0.2__py3-none-any.whl → 0.0.4__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qnty
3
- Version: 0.0.2
3
+ Version: 0.0.4
4
4
  Summary: High-performance unit system library for Python with dimensional safety and fast unit conversions
5
5
  License: Apache-2.0
6
6
  Keywords: units,dimensional analysis,engineering,physics,quantities,measurements
@@ -0,0 +1,19 @@
1
+ qnty/__init__.py,sha256=ath8f_aNoOH_wAXqd71DOZNHckcvjbydSwvlU06VDlY,5491
2
+ qnty/dimension.py,sha256=PiRpZydh7QifD7YdzGCoJZ9EI1fixDsX5KWZj92IXdo,10826
3
+ qnty/equation.py,sha256=XgzM91jn__GomKbgslncoFJWPDJiMb4_VKD-8sdcFXc,9096
4
+ qnty/expression.py,sha256=UM0hCqOVD1gK_O5-Rsq7BWIPDTEL_kFORprV6LIqGcU,20890
5
+ qnty/prefixes.py,sha256=bRwcNbE_nX9gXI_WnJZLL-i7kQncIOZivCCSN8dur2g,6000
6
+ qnty/unit.py,sha256=ZTL_H5FqDCnbNRjPbVrIvhvZkyR6qmMatuVwM5OGqmQ,7071
7
+ qnty/unit_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ qnty/unit_types/base.py,sha256=Gk2Ab4TE-SfGBn-ko_p0vDI178PG9SyZOJ0cBOYEpdg,1620
9
+ qnty/units.py,sha256=d7qzWnD5y25EhGSd3Et-jBwZqJ4E0lO-yLZENHOZytA,302734
10
+ qnty/variable.py,sha256=YP4zSvsR0JjEGPiMAFuFbj21SPFeSf1YZ0LhJc-t1qI,9850
11
+ qnty/variable_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ qnty/variable_types/base.py,sha256=Otm7FOvuvi1gdlZm-djlTwqhlsSdzPIL46AXnB2cd18,1735
13
+ qnty/variable_types/expression_variable.py,sha256=sRQ4VUMLBEh6tPqOwh4gLtGQH9Y3XeeHGdLKo0E6mWc,2997
14
+ qnty/variable_types/typed_variable.py,sha256=ibmbUh8JCXk2XLc0yvpjMYAtAlpxvia0vB_3xaBqzkc,4345
15
+ qnty/variables.py,sha256=fc7CPLAgqxI7zjeB22PXrTTA6fnl_1gnaX74MYhXMFM,142963
16
+ qnty/variables.pyi,sha256=Sm99jqyVQmuxdPhctmxuSvYrMO9vz4XqhMzBDsr2uC8,217982
17
+ qnty-0.0.4.dist-info/METADATA,sha256=qOxMHMRcnziR5bPNi5QIOZUGShY-0CITI0zsSIqbsvY,12113
18
+ qnty-0.0.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
19
+ qnty-0.0.4.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- qnty/__init__.py,sha256=wzFXh3bgSbjHzg1tHYRwEcEO25mijhsdohHUQDibVu4,106
2
- qnty/dimension.py,sha256=X9v4_-8IhLcUsXzYgC6rXaGZ-Y6tqB8MPZgN9re_lx8,2781
3
- qnty/equation.py,sha256=XgzM91jn__GomKbgslncoFJWPDJiMb4_VKD-8sdcFXc,9096
4
- qnty/expression.py,sha256=UM0hCqOVD1gK_O5-Rsq7BWIPDTEL_kFORprV6LIqGcU,20890
5
- qnty/unit.py,sha256=dgJX6rcbeAv6NFyQtrT-Zp7m93X39GlU9jkcRYBKic4,4187
6
- qnty/units.py,sha256=uazbYoC3sFE6MKd46f2BrysmgJ-r0v7BvKGsvw8a2W0,1367
7
- qnty/variable.py,sha256=6Z-QmLE3ke2fdw-d6hNR7OSC7aAhE02htHY5XTN7zgI,9808
8
- qnty/variables.py,sha256=_dchFWFOedWkGDMC4AhZ_kHEM6VVH7iqANksVyfHoLc,9039
9
- qnty-0.0.2.dist-info/METADATA,sha256=90UoHneLF5m66UFkdjV84C5KohJVBxMy0wzx1LN8rD0,12113
10
- qnty-0.0.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
11
- qnty-0.0.2.dist-info/RECORD,,
File without changes