Metadata-Version: 2.1
Name: pypr0
Version: 0.1.9
Summary: Implementation of the pr0gramm api in python
Home-page: https://github.com/itssme/pypr0
Author: itssme
Author-email: itssme3000@gmail.com
License: GNU GPLv3
Description: # Python api for pr0gramm.com
        
        ## Installation
        
        ### pip
        
        `pip3 install pypr0`
        
        ### Manually
        
        For Debian and Ubuntu users: <br>
        `apt install python python3-pip` <br>
        `pip3 install requests`
        
        Then clone the repository <br>
        `git clone https://github.com/itssme/pypr0.git`
        
        ---
        For running the tests go into the cloned folder <br>
        `cd pypr0`
        
        Run the tests with following command <br>
        `python3 tests.py`
        
        For running tests with login <br>
        `USERNAME="itssme" PASSWORD="1234" LOGIN="true" python3 tests.py`
        
        
        ---
        ## Examples
        For examples see this repository: https://github.com/itssme/pypr0-examples
        
        ---
        
        ### CircleCI build
        [![CircleCI](https://circleci.com/gh/itssme/pypr0.svg?style=svg&circle-token=87c5fd78b5010d4e2c26dc9c2a385ed40be57818)](https://circleci.com/gh/itssme/python_pr0gramm_api)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
