polyapi-python 0.0.33__py3-none-any.whl → 0.0.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.
- {polyapi_python-0.0.33.dist-info → polyapi_python-0.0.35.dist-info}/METADATA +10 -1
- {polyapi_python-0.0.33.dist-info → polyapi_python-0.0.35.dist-info}/RECORD +5 -5
- {polyapi_python-0.0.33.dist-info → polyapi_python-0.0.35.dist-info}/LICENSE +0 -0
- {polyapi_python-0.0.33.dist-info → polyapi_python-0.0.35.dist-info}/WHEEL +0 -0
- {polyapi_python-0.0.33.dist-info → polyapi_python-0.0.35.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.0.35
|
|
4
4
|
Summary: The PolyAPI Python Client
|
|
5
5
|
Author-email: Dan Fellin <dan@polyapi.io>
|
|
6
6
|
License: MIT License
|
|
@@ -124,6 +124,11 @@ def bar(n: int) -> Foobar:
|
|
|
124
124
|
return Foobar(count=n)
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
+
## Pypi
|
|
128
|
+
|
|
129
|
+
This library is hosted on Pypi. You can find the latest version on the [pypi polyapi-python](https://pypi.org/project/polyapi-python/) project.
|
|
130
|
+
|
|
131
|
+
|
|
127
132
|
## Upgrade
|
|
128
133
|
|
|
129
134
|
To upgrade your library to the latest version, pass the upgrade flag.
|
|
@@ -147,3 +152,7 @@ To run this library's unit tests, please clone the repo then run:
|
|
|
147
152
|
```bash
|
|
148
153
|
python -m unittest discover
|
|
149
154
|
```
|
|
155
|
+
|
|
156
|
+
## Support
|
|
157
|
+
|
|
158
|
+
If you run into any issues or want help getting started with this project, please contact support@polyapi.io
|
|
@@ -13,8 +13,8 @@ polyapi/schema.py,sha256=LBBj2_qR793-4dhp0xyywtctbYMnS85lPwitldGJ5yo,2756
|
|
|
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.0.35.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
|
|
17
|
+
polyapi_python-0.0.35.dist-info/METADATA,sha256=23vsMqWXpA848hRmT_ehQ8uxBGd23EAcLsiuRAuNRcE,4516
|
|
18
|
+
polyapi_python-0.0.35.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
19
|
+
polyapi_python-0.0.35.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
20
|
+
polyapi_python-0.0.35.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|