Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meatyite/zipapi.us
An unoffical python object oriented wrapper for zipapi.us
https://github.com/meatyite/zipapi.us
Last synced: 8 days ago
JSON representation
An unoffical python object oriented wrapper for zipapi.us
- Host: GitHub
- URL: https://github.com/meatyite/zipapi.us
- Owner: meatyite
- License: wtfpl
- Created: 2019-06-01T13:19:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T07:00:44.000Z (over 5 years ago)
- Last Synced: 2024-04-24T01:02:34.314Z (7 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# zipapi.us
An unoffical python object oriented wrapper for zipapi.us
## Installation
### Install from PyPi
On windows: `py -m pip install zipapi.us requests`On linux:
```
$ sudo apt-get install -y python3 python3-pip
$ pip3 install zipapi.us requests
```
### Install from source
On linux:
```
$ git clone https://github.com/sl4vkek/zipapi.us.git
$ cd zipapi.us
$ python3 setup.py install
```