Metadata-Version: 1.0
Name: entwine
Version: 0.0.1
Summary: Command-line tool querying twine.com
Home-page: http://code.google.com/p/entwine/
Author: Rob Cakebread
Author-email: <cakebread@gmail.com>
License: GPL-2
Description: entwine
        =======
        
        .. contents::
        
        Installation
        ------------
        
        You can install entwine with ``easy_install entwine`` or install from the `subversion
        repository <http://entwine.googlecode.com/svn/trunk/#egg=entwine-dev>`_
        with ``easy_install entwine==dev``.
        
        
        
        Summary
        -------
        
        entwine is a command-line client for accessing information from twine.com
        It is just a beginning and very bare-bones, due to the fact that there really is no public API yet ;)
        
        
        Usage Examples::
        
        $ entwine -p <username>
        List a user's Twine profile. It only shows the raw RDF for now. The next version will parse the RDF and show it in human-readable format.
        
        
        Changes
        -------
        **0.0.1**: Initial release.
        
        
        Requirements
        ------------
        
        * setuptools
        
        * ConfigObj
        
Keywords: twine,semweb,RDF
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
