k-hhc 1.0.4__tar.gz → 1.0.5__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.
- {k_hhc-1.0.4 → k_hhc-1.0.5}/PKG-INFO +2 -2
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k_hhc.egg-info/PKG-INFO +2 -2
- {k_hhc-1.0.4 → k_hhc-1.0.5}/pyproject.toml +2 -2
- {k_hhc-1.0.4 → k_hhc-1.0.5}/setup.py +1 -1
- {k_hhc-1.0.4 → k_hhc-1.0.5}/LICENSE +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/MANIFEST.in +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/README.md +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/hhc_python.cpp +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k-hhc/hhc.hpp +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k-hhc/hhc_assert.hpp +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k-hhc/hhc_constants.hpp +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k_hhc.egg-info/SOURCES.txt +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k_hhc.egg-info/dependency_links.txt +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k_hhc.egg-info/not-zip-safe +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k_hhc.egg-info/requires.txt +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/k_hhc.egg-info/top_level.txt +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/setup.cfg +0 -0
- {k_hhc-1.0.4 → k_hhc-1.0.5}/test_hhc.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: k-hhc
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: Python bindings for the k-hhc C++ library for HexaHexaContaDecimal (base66) encoding
|
|
5
5
|
Home-page: https://github.com/kirbyevanj/k-hhc
|
|
6
6
|
Author: Evan Kirby
|
|
@@ -210,7 +210,7 @@ License:
|
|
|
210
210
|
Project-URL: Homepage, https://github.com/kirbyevanj/k-hhc
|
|
211
211
|
Project-URL: Repository, https://github.com/kirbyevanj/k-hhc
|
|
212
212
|
Project-URL: Issues, https://github.com/kirbyevanj/k-hhc/issues
|
|
213
|
-
Keywords: encoding,codec,
|
|
213
|
+
Keywords: encoding,codec,hhc,hexahexacontadecimal,base66,performance
|
|
214
214
|
Classifier: Development Status :: 4 - Beta
|
|
215
215
|
Classifier: Intended Audience :: Developers
|
|
216
216
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: k-hhc
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
4
4
|
Summary: Python bindings for the k-hhc C++ library for HexaHexaContaDecimal (base66) encoding
|
|
5
5
|
Home-page: https://github.com/kirbyevanj/k-hhc
|
|
6
6
|
Author: Evan Kirby
|
|
@@ -210,7 +210,7 @@ License:
|
|
|
210
210
|
Project-URL: Homepage, https://github.com/kirbyevanj/k-hhc
|
|
211
211
|
Project-URL: Repository, https://github.com/kirbyevanj/k-hhc
|
|
212
212
|
Project-URL: Issues, https://github.com/kirbyevanj/k-hhc/issues
|
|
213
|
-
Keywords: encoding,codec,
|
|
213
|
+
Keywords: encoding,codec,hhc,hexahexacontadecimal,base66,performance
|
|
214
214
|
Classifier: Development Status :: 4 - Beta
|
|
215
215
|
Classifier: Intended Audience :: Developers
|
|
216
216
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "k-hhc"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.5"
|
|
8
8
|
description = "Python bindings for the k-hhc C++ library for HexaHexaContaDecimal (base66) encoding"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.6"
|
|
@@ -12,7 +12,7 @@ license = {file = "LICENSE"}
|
|
|
12
12
|
authors = [
|
|
13
13
|
{name = "Evan Kirby"}
|
|
14
14
|
]
|
|
15
|
-
keywords = ["encoding", "codec", "
|
|
15
|
+
keywords = ["encoding", "codec", "hhc", "hexahexacontadecimal", "base66", "performance"]
|
|
16
16
|
classifiers = [
|
|
17
17
|
"Development Status :: 4 - Beta",
|
|
18
18
|
"Intended Audience :: Developers",
|
|
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
|