swarmauri_billing_paystack 0.9.2.dev23__py3-none-any.whl → 0.9.3.dev2__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.
- {swarmauri_billing_paystack-0.9.2.dev23.dist-info → swarmauri_billing_paystack-0.9.3.dev2.dist-info}/METADATA +16 -14
- swarmauri_billing_paystack-0.9.3.dev2.dist-info/RECORD +7 -0
- {swarmauri_billing_paystack-0.9.2.dev23.dist-info → swarmauri_billing_paystack-0.9.3.dev2.dist-info}/WHEEL +1 -1
- swarmauri_billing_paystack-0.9.2.dev23.dist-info/RECORD +0 -7
- {swarmauri_billing_paystack-0.9.2.dev23.dist-info → swarmauri_billing_paystack-0.9.3.dev2.dist-info}/entry_points.txt +0 -0
- {swarmauri_billing_paystack-0.9.2.dev23.dist-info → swarmauri_billing_paystack-0.9.3.dev2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,45 +1,47 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swarmauri_billing_paystack
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.3.dev2
|
|
4
4
|
Summary: Paystack billing provider for the Swarmauri SDK.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Keywords: swarmauri,sdk,billing,paystack,community,payments,payment gateway,recurring billing,subscription management,merchant services,e-commerce integration
|
|
8
8
|
Author: Jacob Stewart
|
|
9
9
|
Author-email: jacob@swarmauri.com
|
|
10
|
-
Requires-Python: >=3.10,<3.
|
|
10
|
+
Requires-Python: >=3.10,<3.15
|
|
11
11
|
Classifier: Development Status :: 1 - Planning
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
13
13
|
Classifier: Intended Audience :: Information Technology
|
|
14
14
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
16
|
+
Classifier: Topic :: Office/Business :: Financial :: Point-Of-Sale
|
|
17
|
+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
18
|
+
Classifier: Programming Language :: Python
|
|
16
19
|
Classifier: Programming Language :: Python :: 3
|
|
17
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
20
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
-
Classifier:
|
|
22
|
-
Classifier:
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
23
26
|
Requires-Dist: paystackapi (>=2.0.0)
|
|
24
27
|
Requires-Dist: swarmauri_base
|
|
25
28
|
Requires-Dist: swarmauri_core
|
|
26
29
|
Description-Content-Type: text/markdown
|
|
27
30
|
|
|
28
|
-

|
|
29
32
|
|
|
30
33
|
<p align="center">
|
|
31
|
-
<a href="https://
|
|
32
|
-
<img src="https://
|
|
34
|
+
<a href="https://pepy.tech/project/swarmauri_billing_paystack/">
|
|
35
|
+
<img src="https://static.pepy.tech/badge/swarmauri_billing_paystack/month" alt="PyPI - Downloads"/></a>
|
|
33
36
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_billing_paystack/">
|
|
34
37
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_billing_paystack.svg"/></a>
|
|
35
38
|
<a href="https://pypi.org/project/swarmauri_billing_paystack/">
|
|
36
|
-
<img src="https://img.shields.io/
|
|
39
|
+
<img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
|
|
37
40
|
<a href="https://pypi.org/project/swarmauri_billing_paystack/">
|
|
38
41
|
<img src="https://img.shields.io/pypi/l/swarmauri_billing_paystack" alt="PyPI - License"/></a>
|
|
39
42
|
<a href="https://pypi.org/project/swarmauri_billing_paystack/">
|
|
40
43
|
<img src="https://img.shields.io/pypi/v/swarmauri_billing_paystack?label=swarmauri_billing_paystack&color=green" alt="PyPI - swarmauri_billing_paystack"/></a>
|
|
41
44
|
</p>
|
|
42
|
-
|
|
43
45
|
---
|
|
44
46
|
|
|
45
47
|
# Swarmauri Billing Paystack
|
|
@@ -48,11 +50,11 @@ The **Swarmauri Billing Paystack** package provides an integration between the P
|
|
|
48
50
|
|
|
49
51
|
## Features
|
|
50
52
|
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
53
|
+
- ✅ Manages Paystack products and price codes with Swarmauri references.
|
|
54
|
+
- ✅ Initializes hosted checkout sessions and card-not-present payments.
|
|
55
|
+
- ✅ Integrates Paystack's subscription lifecycle endpoints.
|
|
56
|
+
- ✅ Issues invoices and forwards notifications as required.
|
|
57
|
+
- ✅ Configures split codes and marketplace charges while validating webhooks.
|
|
56
58
|
|
|
57
59
|
## Installation
|
|
58
60
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
swarmauri_billing_paystack/__init__.py,sha256=eShhSnlceqDDYlGrggPBsgxZCAfk4ErilkcR1HGdC-4,127
|
|
2
|
+
swarmauri_billing_paystack/provider.py,sha256=kryfnWBrNaWWrshpa29Poc1gyyevGhM3KHHi5deldGs,11107
|
|
3
|
+
swarmauri_billing_paystack-0.9.3.dev2.dist-info/METADATA,sha256=QGSmNOl1AanZ8FqP71WwNt3ar5ptnuzVipprYE0p-XU,4633
|
|
4
|
+
swarmauri_billing_paystack-0.9.3.dev2.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
5
|
+
swarmauri_billing_paystack-0.9.3.dev2.dist-info/entry_points.txt,sha256=XFT16iRLcdlXMxVu0NSkxg12DRW7F48ZWpnOX9vYIiA,115
|
|
6
|
+
swarmauri_billing_paystack-0.9.3.dev2.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
|
7
|
+
swarmauri_billing_paystack-0.9.3.dev2.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
swarmauri_billing_paystack/__init__.py,sha256=eShhSnlceqDDYlGrggPBsgxZCAfk4ErilkcR1HGdC-4,127
|
|
2
|
-
swarmauri_billing_paystack/provider.py,sha256=kryfnWBrNaWWrshpa29Poc1gyyevGhM3KHHi5deldGs,11107
|
|
3
|
-
swarmauri_billing_paystack-0.9.2.dev23.dist-info/METADATA,sha256=DoB6nF-SO60Oy1KTn0OJEJQ0_RFHrQajwdCOvaZjLyQ,4457
|
|
4
|
-
swarmauri_billing_paystack-0.9.2.dev23.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
5
|
-
swarmauri_billing_paystack-0.9.2.dev23.dist-info/entry_points.txt,sha256=XFT16iRLcdlXMxVu0NSkxg12DRW7F48ZWpnOX9vYIiA,115
|
|
6
|
-
swarmauri_billing_paystack-0.9.2.dev23.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
|
7
|
-
swarmauri_billing_paystack-0.9.2.dev23.dist-info/RECORD,,
|
|
File without changes
|