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

https://github.com/limebrains/pymorizon

Python scrapper for morizon
https://github.com/limebrains/pymorizon

morizon morizonpl python python3 scrapper

Last synced: 3 months ago
JSON representation

Python scrapper for morizon

Awesome Lists containing this project

README

        

# pymorizon
Python scrapper for morizon

[![Coverage Status](https://coveralls.io/repos/github/limebrains/pymorizon/badge.svg?branch=master)](https://coveralls.io/github/limebrains/pymorizon?branch=master)
[![Build Status](https://travis-ci.org/limebrains/pymorizon.svg?branch=master)](https://travis-ci.org/limebrains/pymorizon)
[![Documentation Status](https://readthedocs.org/projects/pymorizon/badge/?version=latest)](http://pymorizon.readthedocs.io/en/latest/?badge=latest)

# Running

### Installation
Version from https://pypi.python.org/pypi/pymorizon:
```
pip install pymorizon
```
Latest version from git:
```
pip install git+git://github.com/limebrains/pymorizon.git
```

### Example script
```
python example.py
```

### Travis pipeline
```
tox
```

### Tests
```
py.test tests.py -vv --pdb

```