Metadata-Version: 1.0
Name: bobtemplates.gillux
Version: 1.0.0a2
Summary: Templates for mr.bob
Home-page: http://pypi.python.org/
Author: Gilles Lenfant
Author-email: gilles.lenfant@gmail.com
License: GPLv3
Description: ===================
        bobtemplates.gillux
        ===================
        
        Python package templates for `mr.bob <http://pypi.python.org/pypi/mr.bob/>`_
        
        About the templates
        ===================
        
        Only one template in this version of ``bobtempaltes.gillux``.
        
        nspackage
        ---------
        
        A regular Python package bootstrap with following features:
        
        - Any namespaces level you want, even none at all. This is detected with the
          name you provide in the wizard.
        - Code targeted to Python 2.4 to 2.7
        - Tests with **nose** and **nosexcover**. Run them with ``python setup.py
          nosetests``
        - A **Sphinx** documentation skeleton. Build the HTML doc with ``python setup.py
          build_sphinx``. The doctest files are automatically included in the doc.
        
        Package files outline::
        
          src/<your>/<package>/  # Your package source
          docs/                  # Sphinx source tree
          tests/                 # Test module skeleton with nose goodies
          setup.py               # Usual setup script
          setup.cfg
          README.rst
          MANIFEST.in
        
        Usage (short)::
        
          mrbob -O my.package bobtemplates.gillux:nspackage
        
        Then grep - and optionally fix - the ``FIXME:`` that occur in the resulting
        files tree for optional stuffs I couldn't fix easily with the regular mr.bob
        features.
        
        Read the generated ``README.rst`` in your newly created package for more
        information about what you got.
        
        **TODO**
        
        - Provide a Python 3.x option
        - Provide a `six <http://pypi.python.org/pypi/six/>`_ support option
        - Add "ignored files list" for most popular SCMs (git, mercurial, bzr, svn)
        - Make nosetests and sphinx supports optional
        
        Links
        =====
        
        Project workspace @ Github (contribute, file issues...):
            https://github.com/glenfant/bobtemplates.gillux
        Pypi:
            http://pypi.python.org/pypi/bobtemplates.gillux
        ``mr.bob`` @ Pypi
            http://pypi.python.org/pypi/mr.bob/
        ``mr.bob`` @ readthedocs.org
          http://mrbob.readthedocs.org/en/latest/
        
        Changes log
        ===========
        
        1.0.0a2
        -------
        
        - Improved README about namespaces support.
          [glenfant]
        
        - Renamed mrbobtemplates.gillux -> bobtemplates.gillux as in standard policy
          http://mrbob.readthedocs.org/en/latest/userguide.html#collection-of-community-managed-templates
          [glenfant]
        
        1.0.0a1
        -------
        
        - First public version
          [glenfant]
Keywords: mr.bob template
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
