Metadata-Version: 2.0
Name: renderer
Version: 1.0.1
Summary: A Bridge that allows devs to seamlessly write code that is python 2,3 compatible; with respect to the subtle variations (especially str) in data type representations between the two base versions of python.
Home-page: https://bitbucket.org/mzuka/renderer
Author: Mzuka
Author-email: mzukafull@gmail.com
License: MIT
Keywords: render str unicode bytes
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: six
Requires-Dist: structlog
Requires-Dist: iohandler
Requires-Dist: singledispatch; python_version <= "2.7"

### Summary ###
A Bridge that allows devs to **seamlessly** write code that is python 2,3 compatible; with 
respect to the subtle variations (especially **str**) in data type representations between the two 
base versions of python.
### Version ###
0.1

### How do I get set up? ###
run pip install renderer
### Usage: ###
run pip install renderer
### How to run tests ###
[Nose](https://nose.readthedocs.org/en/latest/) is already integrated with setup.py. To run 
tests, we can simply do:
~~~
$ python setup.py test
~~~

### Contribution guidelines ###

* Writing tests
TBA
* Code review
TBA
* Other guidelines
TBA

### Who do I talk to? ###

* admin: mzukafull@gmail.com
* Other :
mzukafull@gmail.com

