databutton 0.38.18__py3-none-any.whl → 0.38.35__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.
- databutton/version.py +1 -1
- {databutton-0.38.18.dist-info → databutton-0.38.35.dist-info}/METADATA +5 -7
- {databutton-0.38.18.dist-info → databutton-0.38.35.dist-info}/RECORD +5 -5
- {databutton-0.38.18.dist-info → databutton-0.38.35.dist-info}/WHEEL +1 -1
- {databutton-0.38.18.dist-info → databutton-0.38.35.dist-info}/LICENSE +0 -0
databutton/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: databutton
|
3
|
-
Version: 0.38.
|
3
|
+
Version: 0.38.35
|
4
4
|
Summary: The CLI for databutton.com
|
5
5
|
License: Databutton
|
6
6
|
Author: Databutton
|
@@ -10,15 +10,15 @@ Classifier: License :: Other/Proprietary License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
13
|
-
Requires-Dist: PyJWT (>=2
|
14
|
-
Requires-Dist: PyYAML (>=6
|
13
|
+
Requires-Dist: PyJWT (>=2,<3)
|
14
|
+
Requires-Dist: PyYAML (>=6,<7)
|
15
15
|
Requires-Dist: certifi (>=2022.12.7,<2023.0.0)
|
16
|
-
Requires-Dist: cryptography (>=40
|
16
|
+
Requires-Dist: cryptography (>=40)
|
17
17
|
Requires-Dist: fastapi
|
18
18
|
Requires-Dist: httpx (>=0.20.0,<1)
|
19
19
|
Requires-Dist: pandas[feather] (>=0.25,<3)
|
20
20
|
Requires-Dist: pydantic (>=1,<3)
|
21
|
-
Requires-Dist: tenacity (
|
21
|
+
Requires-Dist: tenacity (>=8.3)
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
# databutton-cli
|
@@ -28,8 +28,6 @@ Description-Content-Type: text/markdown
|
|
28
28
|

|
29
29
|
|
30
30
|
|
31
|
-
|
32
|
-
|
33
31
|
The CLI for building and deploying databutton projects
|
34
32
|
|
35
33
|
## Getting Started
|
@@ -22,8 +22,8 @@ databutton/secrets/__init__.py,sha256=sI0okrfRBs2l5tcLTrKc9uUfPVVRMM9D7WED8p226t
|
|
22
22
|
databutton/secrets/secrets.py,sha256=8Dfxe3jB_THnSwYvk-XbIOJ9u8YjtC2Jx4bDDd0kYcs,3392
|
23
23
|
databutton/storage/__init__.py,sha256=7ZNd4eQQ7lYYIe1MqCuFbFF1aAVCuj2c_zmJfaPVlDY,252
|
24
24
|
databutton/storage/storage.py,sha256=x9LTyoAfLTWFCoy7XhA0tVUTkjldx8gYax09RkhMR1Q,20369
|
25
|
-
databutton/version.py,sha256=
|
26
|
-
databutton-0.38.
|
27
|
-
databutton-0.38.
|
28
|
-
databutton-0.38.
|
29
|
-
databutton-0.38.
|
25
|
+
databutton/version.py,sha256=9syoMM2BOMiPbcLP3piwBES9V3jaKYIUnbQcs4tY5sU,176
|
26
|
+
databutton-0.38.35.dist-info/LICENSE,sha256=c7h4pcVZapFEmqWoRTRv_S1P_aibrtDobqmlR-QtMUk,45
|
27
|
+
databutton-0.38.35.dist-info/METADATA,sha256=7jlhJ2SJFoTyAnkqgzly9YX5_DoEPHS_SDhJ-avKTWU,2698
|
28
|
+
databutton-0.38.35.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
29
|
+
databutton-0.38.35.dist-info/RECORD,,
|
File without changes
|