Metadata-Version: 1.0
Name: fspotlib
Version: 0.0.2
Summary: test publishing on pypi
Home-page: http://github.com/fspot/fspotlib
Author: fspot
Author-email: fred@fspot.org
License: WTFPL
Description: Fspot Lib
        =========
        
        This is a useless module created in order to test publishing on PyPi.
        
        
        Installation
        ------------
        
        Preferably, in a virtualenv :
        
        ```bash
        $ pip install fspotlib
        ```
        
        Example
        -------
        
        Using as a python lib :
        
        ```bash
        >>> from fspotlib import say_hi
        >>> say_hi()
        ```
        
        Using as a shell command :
        
        ```bash
        $ fspot-say --help  # uses clize module
        ```
        
        Thanks
        ------
        
        Sam&Max ! (http://sametmax.com)
        
        
        License
        -------
        
        WTFPL
        
Platform: UNKNOWN
