Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oldhammade/pinocchio
- Owner: OldhamMade
- Created: 2011-01-13T09:28:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T14:59:46.000Z (over 10 years ago)
- Last Synced: 2023-03-11T16:26:40.403Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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...