pyfixit

A Python library wrapping the iFixit API.


License
Other
Install
pip install pyfixit==0.1.1a2

Documentation

A Python library wrapping the iFixit API.

Status

Version

Working, but incomplete. Fully tested and documented.

Hacking

I highly recommend using virtualenv:

[$]> virtualenv --no-site-packages --distribute env
[$]> source env/bin/activate
[$]> pip install -r requirements.txt
[$]> pip install -e . # So we can import the version from inside bin/ .