km-keybind 1.2.0__tar.gz → 1.2.2__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.
Files changed (30) hide show
  1. {km_keybind-1.2.0/km_keybind.egg-info → km_keybind-1.2.2}/PKG-INFO +5 -4
  2. {km_keybind-1.2.0 → km_keybind-1.2.2/km_keybind.egg-info}/PKG-INFO +5 -4
  3. {km_keybind-1.2.0 → km_keybind-1.2.2}/pyproject.toml +7 -4
  4. {km_keybind-1.2.0 → km_keybind-1.2.2}/LICENSE +0 -0
  5. {km_keybind-1.2.0 → km_keybind-1.2.2}/README.md +0 -0
  6. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/__init__.py +0 -0
  7. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/chunker.py +0 -0
  8. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/compressor.py +0 -0
  9. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/config.py +0 -0
  10. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/constants.py +0 -0
  11. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/crypto.py +0 -0
  12. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/enums.py +0 -0
  13. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/exceptions.py +0 -0
  14. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/hasher.py +0 -0
  15. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/hkdf.py +0 -0
  16. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/identities.py +0 -0
  17. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/interfaces.py +0 -0
  18. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/keybind.py +0 -0
  19. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/merkle.py +0 -0
  20. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/nonce.py +0 -0
  21. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/serializer.py +0 -0
  22. {km_keybind-1.2.0 → km_keybind-1.2.2}/keybind/validator.py +0 -0
  23. {km_keybind-1.2.0 → km_keybind-1.2.2}/km_keybind.egg-info/SOURCES.txt +0 -0
  24. {km_keybind-1.2.0 → km_keybind-1.2.2}/km_keybind.egg-info/dependency_links.txt +0 -0
  25. {km_keybind-1.2.0 → km_keybind-1.2.2}/km_keybind.egg-info/requires.txt +0 -0
  26. {km_keybind-1.2.0 → km_keybind-1.2.2}/km_keybind.egg-info/top_level.txt +0 -0
  27. {km_keybind-1.2.0 → km_keybind-1.2.2}/setup.cfg +0 -0
  28. {km_keybind-1.2.0 → km_keybind-1.2.2}/tests/test1.py +0 -0
  29. {km_keybind-1.2.0 → km_keybind-1.2.2}/tests/test2.py +0 -0
  30. {km_keybind-1.2.0 → km_keybind-1.2.2}/tests/test_stateless_decode.py +0 -0
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: km-keybind
3
- Version: 1.2.0
3
+ Version: 1.2.2
4
4
  Summary: Stateless encrypted identity-bound token library
5
5
  Author: Pravanjan Roy
6
- Project-URL: Homepage, https://github.com/kingmon6996/keybind
7
- Project-URL: Repository, https://github.com/kingmon6996/keybind
8
- Project-URL: Issues, https://github.com/kingmon6996/keybind/issues
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/kingmon6996/keybind-py
8
+ Project-URL: Repository, https://github.com/kingmon6996/keybind-py
9
+ Project-URL: Issues, https://github.com/kingmon6996/keybind-py/issues
9
10
  Keywords: km-keybind,keybind,encrypted-token,identity-bound,stateless-token,cryptography
10
11
  Classifier: Programming Language :: Python :: 3
11
12
  Classifier: License :: OSI Approved :: Apache Software License
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: km-keybind
3
- Version: 1.2.0
3
+ Version: 1.2.2
4
4
  Summary: Stateless encrypted identity-bound token library
5
5
  Author: Pravanjan Roy
6
- Project-URL: Homepage, https://github.com/kingmon6996/keybind
7
- Project-URL: Repository, https://github.com/kingmon6996/keybind
8
- Project-URL: Issues, https://github.com/kingmon6996/keybind/issues
6
+ License: Apache-2.0
7
+ Project-URL: Homepage, https://github.com/kingmon6996/keybind-py
8
+ Project-URL: Repository, https://github.com/kingmon6996/keybind-py
9
+ Project-URL: Issues, https://github.com/kingmon6996/keybind-py/issues
9
10
  Keywords: km-keybind,keybind,encrypted-token,identity-bound,stateless-token,cryptography
10
11
  Classifier: Programming Language :: Python :: 3
11
12
  Classifier: License :: OSI Approved :: Apache Software License
@@ -4,9 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "km-keybind"
7
- version = "1.2.0"
7
+ version = "1.2.2"
8
8
  description = "Stateless encrypted identity-bound token library"
9
9
  readme = "README.md"
10
+ license = { text = "Apache-2.0" }
10
11
  requires-python = ">=3.9"
11
12
  dependencies = [
12
13
  "cryptography",
@@ -35,10 +36,12 @@ keywords = [
35
36
  "stateless-token",
36
37
  "cryptography",
37
38
  ]
39
+ [tool.setuptools]
40
+ license-files = ["LICENSE"]
38
41
  [tool.setuptools.packages.find]
39
42
  include = ["keybind*"]
40
43
  exclude = ["decoded_files*"]
41
44
  [project.urls]
42
- Homepage = "https://github.com/kingmon6996/keybind"
43
- Repository = "https://github.com/kingmon6996/keybind"
44
- Issues = "https://github.com/kingmon6996/keybind/issues"
45
+ Homepage = "https://github.com/kingmon6996/keybind-py"
46
+ Repository = "https://github.com/kingmon6996/keybind-py"
47
+ Issues = "https://github.com/kingmon6996/keybind-py/issues"
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