Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```