raqm-core 0.2.5__tar.gz → 0.2.6__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 (21) hide show
  1. {raqm_core-0.2.5 → raqm_core-0.2.6}/PKG-INFO +1 -1
  2. {raqm_core-0.2.5 → raqm_core-0.2.6}/pyproject.toml +1 -1
  3. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core.egg-info/PKG-INFO +1 -1
  4. {raqm_core-0.2.5 → raqm_core-0.2.6}/README.md +0 -0
  5. {raqm_core-0.2.5 → raqm_core-0.2.6}/setup.cfg +0 -0
  6. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/__init__.py +0 -0
  7. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/easypaisa.py +0 -0
  8. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/exceptions/exceptions.py +0 -0
  9. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/headers/__init__.py +0 -0
  10. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/headers/easypaisa.py +0 -0
  11. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/headers/jazzcash.py +0 -0
  12. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/jazzcash.py +0 -0
  13. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/schemas/__init__.py +0 -0
  14. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/schemas/easypaisa.py +0 -0
  15. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core/schemas/jazzcash.py +0 -0
  16. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core.egg-info/SOURCES.txt +0 -0
  17. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core.egg-info/dependency_links.txt +0 -0
  18. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core.egg-info/requires.txt +0 -0
  19. {raqm_core-0.2.5 → raqm_core-0.2.6}/src/raqm_core.egg-info/top_level.txt +0 -0
  20. {raqm_core-0.2.5 → raqm_core-0.2.6}/tests/test_easypaisa.py +0 -0
  21. {raqm_core-0.2.5 → raqm_core-0.2.6}/tests/test_jazzcash.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: raqm-core
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Unified Python SDK for Pakistani payment gateways (EasyPaisa, JazzCash, HBL, ABL, UBL, etc.)
5
5
  Classifier: Programming Language :: Python :: 3.9
6
6
  Classifier: Programming Language :: Python :: 3.10
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "raqm-core"
3
- version = "0.2.5"
3
+ version = "0.2.6"
4
4
  description = "Unified Python SDK for Pakistani payment gateways (EasyPaisa, JazzCash, HBL, ABL, UBL, etc.)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: raqm-core
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: Unified Python SDK for Pakistani payment gateways (EasyPaisa, JazzCash, HBL, ABL, UBL, etc.)
5
5
  Classifier: Programming Language :: Python :: 3.9
6
6
  Classifier: Programming Language :: Python :: 3.10
File without changes
File without changes