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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: k-hhc
3
- Version: 1.0.4
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,hash,performance
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.4
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,hash,performance
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.4"
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", "hash", "performance"]
15
+ keywords = ["encoding", "codec", "hhc", "hexahexacontadecimal", "base66", "performance"]
16
16
  classifiers = [
17
17
  "Development Status :: 4 - Beta",
18
18
  "Intended Audience :: Developers",
@@ -123,7 +123,7 @@ else:
123
123
 
124
124
  setup(
125
125
  name="k-hhc",
126
- version="1.0.4",
126
+ version="1.0.5",
127
127
  author="Evan Kirby",
128
128
  author_email="kirbyevanj@gmail.com",
129
129
  url="https://github.com/kirbyevanj/k-hhc",
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