/poster-0.8.1-for-Python-3.4

Workaround to use 2.x poster library in Python 3.x

Primary LanguagePython

poster-0.8.1 for Python 3.4

This repository contains a poster version working in Python 3.x I wanted to use an API from https://www.mashape.com but their library (unirest) requires poster >=0.8.1 (available in 2.x only).

Since poster has not been released for Python 3.x, I did some workarounds using 2to3 and changing urllib methods manually.

Like the original package, this repository contains:

setup.py
poster/init.py
poster/encode.py
poster/streaminghttp.py
poster.egg-info/PKG-INFO
poster.egg-info/SOURCES.txt
poster.egg-info/dependency_links.txt
poster.egg-info/requires.txt
poster.egg-info/top_level.txt
poster.egg-info/zip-safe
tests/init.py
tests/test_encode.py
tests/test_server.py
tests/test_streaming.py

After downloading it, you can normally install it using from the command line setup.py install

Please note this is not an official distribution of the package and I don't have any copyright on it.