Metadata-Version: 1.0
Name: pyfixit
Version: 0.1.0a5
Summary: A Python library wrapping the iFixit API.
Home-page: https://github.com/xiongchiamiov/pyfixit
Author: James Pearson
Author-email: pearson@changedmy.name
License:            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2013 James Pearson

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.


Description: A Python library wrapping `the iFixit
        API <https://www.ifixit.com/api/2.0/doc>`_.
        
        Status
        ======
        
        `|Version| <https://crate.io/packages/pyfixit>`_
        
        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/ .
        
        .. |Version| image:: https://pypip.in/v/pyfixit/badge.png
        
Platform: UNKNOWN
