swarmauri_billing_authorize_net 0.1.2.dev23__tar.gz → 0.1.3.dev2__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,44 +1,46 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_billing_authorize_net
3
- Version: 0.1.2.dev23
3
+ Version: 0.1.3.dev2
4
4
  Summary: Authorize.Net billing provider for the Swarmauri SDK.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
7
7
  Keywords: swarmauri,sdk,billing,authorize.net,standards,payments,card-present,card-not-present,merchant services,reporting
8
8
  Author: Jacob Stewart
9
9
  Author-email: jacob@swarmauri.com
10
- Requires-Python: >=3.10,<3.13
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: Topic :: Office/Business :: Financial :: Point-Of-Sale
22
- Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
24
+ Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
23
26
  Requires-Dist: swarmauri_base
24
27
  Requires-Dist: swarmauri_core
25
28
  Description-Content-Type: text/markdown
26
29
 
27
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
30
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
28
31
 
29
32
  <p align="center">
30
- <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
31
- <img src="https://img.shields.io/pypi/dm/swarmauri_billing_authorize_net" alt="PyPI - Downloads"/></a>
33
+ <a href="https://pepy.tech/project/swarmauri_billing_authorize_net/">
34
+ <img src="https://static.pepy.tech/badge/swarmauri_billing_authorize_net/month" alt="PyPI - Downloads"/></a>
32
35
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_billing_authorize_net/">
33
36
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_billing_authorize_net.svg"/></a>
34
37
  <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
35
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_billing_authorize_net" alt="PyPI - Python Version"/></a>
38
+ <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>
36
39
  <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
37
40
  <img src="https://img.shields.io/pypi/l/swarmauri_billing_authorize_net" alt="PyPI - License"/></a>
38
41
  <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
39
42
  <img src="https://img.shields.io/pypi/v/swarmauri_billing_authorize_net?label=swarmauri_billing_authorize_net&color=green" alt="PyPI - swarmauri_billing_authorize_net"/></a>
40
43
  </p>
41
-
42
44
  ---
43
45
 
44
46
  # Swarmauri Billing Authorize.Net
@@ -47,10 +49,10 @@ The **Swarmauri Billing Authorize.Net** package exposes a payments-first provide
47
49
 
48
50
  ## Features
49
51
 
50
- - Focuses on the Authorize.Net core: transactions, refunds, customer profiles, and reporting.
51
- - Emits deterministic payloads keyed by the provider namespace for straightforward assertions.
52
- - Provides webhook parsing hooks for signature verification and fraud review flows.
53
- - Designed as a drop-in replacement that can later call the Authorize.Net XML/JSON APIs.
52
+ - ✅ Focuses on the Authorize.Net core: transactions, refunds, customer profiles, and reporting.
53
+ - ✅ Emits deterministic payloads keyed by the provider namespace for straightforward assertions.
54
+ - ✅ Provides webhook parsing hooks for signature verification and fraud review flows.
55
+ - ✅ Designed as a drop-in replacement that can later call the Authorize.Net XML/JSON APIs.
54
56
 
55
57
  ## Installation
56
58
 
@@ -1,18 +1,17 @@
1
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
1
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
2
2
 
3
3
  <p align="center">
4
- <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
5
- <img src="https://img.shields.io/pypi/dm/swarmauri_billing_authorize_net" alt="PyPI - Downloads"/></a>
4
+ <a href="https://pepy.tech/project/swarmauri_billing_authorize_net/">
5
+ <img src="https://static.pepy.tech/badge/swarmauri_billing_authorize_net/month" alt="PyPI - Downloads"/></a>
6
6
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_billing_authorize_net/">
7
7
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_billing_authorize_net.svg"/></a>
8
8
  <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
9
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_billing_authorize_net" alt="PyPI - Python Version"/></a>
9
+ <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>
10
10
  <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
11
11
  <img src="https://img.shields.io/pypi/l/swarmauri_billing_authorize_net" alt="PyPI - License"/></a>
12
12
  <a href="https://pypi.org/project/swarmauri_billing_authorize_net/">
13
13
  <img src="https://img.shields.io/pypi/v/swarmauri_billing_authorize_net?label=swarmauri_billing_authorize_net&color=green" alt="PyPI - swarmauri_billing_authorize_net"/></a>
14
14
  </p>
15
-
16
15
  ---
17
16
 
18
17
  # Swarmauri Billing Authorize.Net
@@ -21,10 +20,10 @@ The **Swarmauri Billing Authorize.Net** package exposes a payments-first provide
21
20
 
22
21
  ## Features
23
22
 
24
- - Focuses on the Authorize.Net core: transactions, refunds, customer profiles, and reporting.
25
- - Emits deterministic payloads keyed by the provider namespace for straightforward assertions.
26
- - Provides webhook parsing hooks for signature verification and fraud review flows.
27
- - Designed as a drop-in replacement that can later call the Authorize.Net XML/JSON APIs.
23
+ - ✅ Focuses on the Authorize.Net core: transactions, refunds, customer profiles, and reporting.
24
+ - ✅ Emits deterministic payloads keyed by the provider namespace for straightforward assertions.
25
+ - ✅ Provides webhook parsing hooks for signature verification and fraud review flows.
26
+ - ✅ Designed as a drop-in replacement that can later call the Authorize.Net XML/JSON APIs.
28
27
 
29
28
  ## Installation
30
29
 
@@ -1,24 +1,27 @@
1
1
  [project]
2
2
  name = "swarmauri_billing_authorize_net"
3
- version = "0.1.2.dev23"
3
+ version = "0.1.3.dev2"
4
4
  description = "Authorize.Net billing provider for the Swarmauri SDK."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
7
7
  repository = "http://github.com/swarmauri/swarmauri-sdk"
8
- requires-python = ">=3.10,<3.13"
8
+ requires-python = ">=3.10,<3.15"
9
9
  classifiers = [
10
10
  "Development Status :: 1 - Planning",
11
11
  "Intended Audience :: Developers",
12
12
  "Intended Audience :: Information Technology",
13
13
  "License :: OSI Approved :: Apache Software License",
14
14
  "Operating System :: OS Independent",
15
+ "Topic :: Office/Business :: Financial :: Point-Of-Sale",
16
+ "Topic :: Software Development :: Libraries :: Application Frameworks",
17
+ "Programming Language :: Python",
15
18
  "Programming Language :: Python :: 3",
16
19
  "Programming Language :: Python :: 3 :: Only",
17
20
  "Programming Language :: Python :: 3.10",
18
21
  "Programming Language :: Python :: 3.11",
19
22
  "Programming Language :: Python :: 3.12",
20
- "Topic :: Office/Business :: Financial :: Point-Of-Sale",
21
- "Topic :: Software Development :: Libraries :: Application Frameworks",
23
+ "Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
22
25
  ]
23
26
  authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
24
27
  dependencies = [