Metadata-Version: 1.1
Name: atelier
Version: 1.0.0
Summary: A collection of tools for software artists
Home-page: http://atelier.lino-framework.org
Author: Luc Saffre
Author-email: luc.saffre@gmail.com
License: Free BSD
Description: `atelier` is a collection of tools for managing and maintaining
        Python software projects.
        
        It contains:
        
        - some general Python utilities
          (`atelier.utils <http://atelier.lino-framework.org/api/atelier.utils.html>`_)
        - a library for generating reStructuredText from Python
          (`atelier.rstgen <http://atelier.lino-framework.org/api/atelier.rstgen.html>`_)
        - some Sphinx extensions
          (`atelier.sphinxconf <http://atelier.lino-framework.org/api/atelier.sphinxconf.html>`_)
        - a library of invoke commands
          (`atelier.invlib <http://atelier.lino-framework.org/api/atelier.invlib.html>`_)
        - a minimalistic project management
          (`atelier.projects <http://atelier.lino-framework.org/api/atelier.projects.html>`_)
        
        .. raw:: html
        
          <a href="https://travis-ci.org/lsaffre/atelier">
          <img src="https://api.travis-ci.org/lsaffre/atelier.png?branch=master"/>
          </a>
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Sphinx :: Extension
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
