Metadata-Version: 1.0
Name: simplenote
Version: 0.1.1
Summary: Python library for the simplenote.com API
Home-page: https://github.com/mrtazz/simplenote.py
Author: Daniel Schauenberg
Author-email: d@unwiredcouch.com
License: MIT
Description: ==============
        simplenote.py
        ==============
        
        Introduction
        =============
        simplenote.py is a python library for the simplenote.com_ web service.
        
        Installation
        =============
        Install via pip::
        
            pip install simplenote
        
        Or if you must::
        
            easy_install simplenote
        
        
        Usage
        ======
        simplenote.py can be imported into any python module::
        
            import simplenote
        
        Contribute
        ===========
        If you want to contribute:
        
        * Fork the project.
        * Make your feature addition or bug fix based on develop.
        * Add tests for it. This is important so I don’t break it in a future version unintentionally.
        * Commit, do not mess with version
        * Send me a pull request. Bonus points for topic branches.
        
        .. _simplenote.com: http://simplenoteapp.com
        
        
        History
        ========
        
        0.1.1 (2011-06-25)
        -------------------
        * minor changes for pypi
        
        0.1.0 (2011-06-25)
        -------------------
        * basic API methods
        * get note list
        * get single note
        * add note
        * update note
        * trash note
        * delete note
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
