cadwyn 3.15.0__tar.gz → 3.15.1__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.
Potentially problematic release.
This version of cadwyn might be problematic. Click here for more details.
- {cadwyn-3.15.0 → cadwyn-3.15.1}/PKG-INFO +3 -3
- {cadwyn-3.15.0 → cadwyn-3.15.1}/README.md +2 -2
- {cadwyn-3.15.0 → cadwyn-3.15.1}/pyproject.toml +1 -1
- {cadwyn-3.15.0 → cadwyn-3.15.1}/LICENSE +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/__init__.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/__main__.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/_asts.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/_compat.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/_package_utils.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/_utils.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/applications.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/README.md +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/__init__.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_common.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_main.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_plugins/__init__.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_plugins/class_migrations.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_plugins/class_rebuilding.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_plugins/class_renaming.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_plugins/import_auto_adding.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/codegen/_plugins/module_migrations.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/exceptions.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/main.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/middleware.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/py.typed +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/route_generation.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/routing.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/static/__init__.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/static/docs.html +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/__init__.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/common.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/data.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/endpoints.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/enums.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/modules.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/schemas.py +0 -0
- {cadwyn-3.15.0 → cadwyn-3.15.1}/cadwyn/structure/versions.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cadwyn
|
|
3
|
-
Version: 3.15.
|
|
3
|
+
Version: 3.15.1
|
|
4
4
|
Summary: Production-ready community-driven modern Stripe-like API versioning in FastAPI
|
|
5
5
|
Home-page: https://github.com/zmievsa/cadwyn
|
|
6
6
|
License: MIT
|
|
@@ -54,8 +54,8 @@ Production-ready community-driven modern [Stripe-like](https://stripe.com/blog/a
|
|
|
54
54
|
<a href="https://github.com/zmievsa/cadwyn/actions/workflows/ci.yaml?branch=main&event=push" target="_blank">
|
|
55
55
|
<img src="https://github.com/zmievsa/cadwyn/actions/workflows/ci.yaml/badge.svg?branch=main&event=push" alt="Test">
|
|
56
56
|
</a>
|
|
57
|
-
<a href="https://codecov.io/gh/
|
|
58
|
-
<img src="https://img.shields.io/codecov/c/github/
|
|
57
|
+
<a href="https://codecov.io/gh/zmievsa/cadwyn" target="_blank">
|
|
58
|
+
<img src="https://img.shields.io/codecov/c/github/zmievsa/cadwyn?color=%2334D058&logo=codecov" alt="Coverage">
|
|
59
59
|
</a>
|
|
60
60
|
<a href="https://pypi.org/project/cadwyn/" target="_blank">
|
|
61
61
|
<img alt="PyPI" src="https://img.shields.io/pypi/v/cadwyn?color=%2334D058&logo=pypi&label=PyPI package" alt="Package version">
|
|
@@ -8,8 +8,8 @@ Production-ready community-driven modern [Stripe-like](https://stripe.com/blog/a
|
|
|
8
8
|
<a href="https://github.com/zmievsa/cadwyn/actions/workflows/ci.yaml?branch=main&event=push" target="_blank">
|
|
9
9
|
<img src="https://github.com/zmievsa/cadwyn/actions/workflows/ci.yaml/badge.svg?branch=main&event=push" alt="Test">
|
|
10
10
|
</a>
|
|
11
|
-
<a href="https://codecov.io/gh/
|
|
12
|
-
<img src="https://img.shields.io/codecov/c/github/
|
|
11
|
+
<a href="https://codecov.io/gh/zmievsa/cadwyn" target="_blank">
|
|
12
|
+
<img src="https://img.shields.io/codecov/c/github/zmievsa/cadwyn?color=%2334D058&logo=codecov" alt="Coverage">
|
|
13
13
|
</a>
|
|
14
14
|
<a href="https://pypi.org/project/cadwyn/" target="_blank">
|
|
15
15
|
<img alt="PyPI" src="https://img.shields.io/pypi/v/cadwyn?color=%2334D058&logo=pypi&label=PyPI package" alt="Package version">
|
|
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
|
|
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
|
|
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
|