xiongchiamiov / pyfixit

A Python library wrapping the iFixit (Dozuki) API.

Home Page:https://pyfixit.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/ .

About

A Python library wrapping the iFixit (Dozuki) API.

https://pyfixit.readthedocs.org

License:Do What The F*ck You Want To Public License


Languages

Language:Python 88.5%Language:Shell 11.5%