Metadata-Version: 1.1
Name: demopy
Version: 1.0.0.dev0
Summary: Une démo de packaging
Home-page: http://pypi.python.org/pypi/demopy
Author: Gilles lenfant
Author-email: gilles.lenfant@alterway.fr
License: GPLv3
Description: ======
        demopy
        ======
        
        Une démo de packaging
        
        FIXME: provide a two paragraphs summary of this package
        
        Full documentation and API
        ==========================
        
        FIXME: Provide the URL of the documentation (@ readthedocs.org ?)
        
        Developer notes
        ===============
        
        Please use a virtualenv to maintain this package, but I should not need to say that.
        
        Grab the source from the SCM repository::
        
          $ python setup.py develop
          $ easy_install demopy[test,devel]
        
        Run the tests::
        
          $ nosetests
        
        Build the Sphinx documentation::
        
          $ python setup.py build_sphinx
          $ firefox build/sphinx/html/index.html
        
        Links
        =====
        
        FIXME: Provide real links
        
        Project home page
        
          http://www.mystuff.com/project
        
        Source code
        
          http://www.mystuff.com/source
        
        Issues tracker
        
          http://www.mystuff.com/issues
        
        Contributors
        ============
        
        ``demopy`` is a software provided by Mafa.
        
        * `Gilles lenfant <gilles.lenfant@alterway.fr>`_
        
        Changes log
        ===========
        
        1.0.0
        -----
        
        - Package creation with ``bobtemplates.gillux``
          [glenfant]
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
