Metadata-Version: 1.0
Name: pyfixit
Version: 0.1.0a2
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
        ======
        
        Working, but incomplete, and almost completely lacking in documentation.
        You probably don't want to use this yet.
        
        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/ .
        
        
Platform: UNKNOWN
