plain.api 0.2.0__tar.gz → 0.2.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.
- {plain_api-0.2.0 → plain_api-0.2.1}/.gitignore +3 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/PKG-INFO +1 -3
- plain_api-0.2.1/README.md +1 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/pyproject.toml +1 -1
- plain_api-0.2.0/README.md +0 -3
- {plain_api-0.2.0 → plain_api-0.2.1}/LICENSE +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/README.md +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/__init__.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/config.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/forms.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/migrations/0001_initial.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/migrations/0002_apikey_expires_at.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/migrations/__init__.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/models.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/openapi.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/responses.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/plain/api/views.py +0 -0
- {plain_api-0.2.0 → plain_api-0.2.1}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plain.api
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: API for Plain.
|
|
5
5
|
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
|
|
6
6
|
License-File: LICENSE
|
|
@@ -8,6 +8,4 @@ Requires-Python: >=3.11
|
|
|
8
8
|
Requires-Dist: plain<1.0.0
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
|
|
11
|
-
<!-- This file is compiled from plain-api/plain/api/README.md. Do not edit this file directly. -->
|
|
12
|
-
|
|
13
11
|
# plain.api
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
./plain/api/README.md
|
plain_api-0.2.0/README.md
DELETED
|
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
|