Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oldhammade/pinocchio

Working clone of pinocchio
https://github.com/oldhammade/pinocchio

Last synced: about 6 hours ago
JSON representation

Working clone of pinocchio

Awesome Lists containing this project

README

        

Pinocchio
=========

This is a clone of the `Pinocchio project `_, placed here because currently ``zc.buildout`` fails when trying to use the original url/`pypi submission `_.

This version has also been fixed to work with Python 2.7.

The following is a ``buildout.cfg`` example to help you use this version of ``pinocchio`` in your project::

[buildout]
...
versions = versions
find-links =
https://github.com/OldhamMade/pinocchio/tarball/0.2#egg=pinocchio-0.2
eggs =
pinocchio

[versions]
pinocchio=0.2

...