polyapi-python 0.0.31__py3-none-any.whl → 0.1.0.dev0__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.
- {polyapi_python-0.0.31.dist-info → polyapi_python-0.1.0.dev0.dist-info}/METADATA +10 -2
- {polyapi_python-0.0.31.dist-info → polyapi_python-0.1.0.dev0.dist-info}/RECORD +5 -5
- {polyapi_python-0.0.31.dist-info → polyapi_python-0.1.0.dev0.dist-info}/LICENSE +0 -0
- {polyapi_python-0.0.31.dist-info → polyapi_python-0.1.0.dev0.dist-info}/WHEEL +0 -0
- {polyapi_python-0.0.31.dist-info → polyapi_python-0.1.0.dev0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: polyapi-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.1.0.dev0
|
|
4
4
|
Summary: The PolyAPI Python Client
|
|
5
5
|
Author-email: Dan Fellin <dan@polyapi.io>
|
|
6
6
|
License: MIT License
|
|
@@ -126,12 +126,20 @@ def bar(n: int) -> Foobar:
|
|
|
126
126
|
|
|
127
127
|
## Upgrade
|
|
128
128
|
|
|
129
|
-
To upgrade your library to the latest version, pass the upgrade flag
|
|
129
|
+
To upgrade your library to the latest version, pass the upgrade flag.
|
|
130
130
|
|
|
131
131
|
```bash
|
|
132
132
|
pip install polyapi-python --upgrade
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
+
## Pre-Release
|
|
136
|
+
|
|
137
|
+
To upgrade your library to the latest dev version, pass the `--pre` flag.
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
pip install polyapi-python --pre --upgrade
|
|
141
|
+
```
|
|
142
|
+
|
|
135
143
|
## Unit Tests
|
|
136
144
|
|
|
137
145
|
To run this library's unit tests, please clone the repo then run:
|
|
@@ -13,8 +13,8 @@ polyapi/schema.py,sha256=ljXDoXDY5570onOEAzWyVTF7Cc76WK48dG6u51xCIxQ,2626
|
|
|
13
13
|
polyapi/typedefs.py,sha256=zh4F36fZSZ6r4YqkcjDjNo_z__kIdiX7fLkC3QniDK0,1082
|
|
14
14
|
polyapi/utils.py,sha256=mvkuJU27QMLKdcqyPktlDD-iO0OI3gbA7xhWCjR4UeM,709
|
|
15
15
|
polyapi/variables.py,sha256=z1zfR3imJ735G2V89BMOYdzEdXiEHKZ5Q58O4ipWcpk,2897
|
|
16
|
-
polyapi_python-0.0.
|
|
17
|
-
polyapi_python-0.0.
|
|
18
|
-
polyapi_python-0.0.
|
|
19
|
-
polyapi_python-0.0.
|
|
20
|
-
polyapi_python-0.0.
|
|
16
|
+
polyapi_python-0.1.0.dev0.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
|
|
17
|
+
polyapi_python-0.1.0.dev0.dist-info/METADATA,sha256=MZKXtg2ZvvOiWjCBwtPwZ0Y4eNs3dcUiEDGnpZORMsI,4243
|
|
18
|
+
polyapi_python-0.1.0.dev0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
19
|
+
polyapi_python-0.1.0.dev0.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
20
|
+
polyapi_python-0.1.0.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|