Metadata-Version: 1.1
Name: atelier
Version: 0.0.5
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 my collection of tools for managing and
        maintaining multiple Python software projects.
        
        It contains
        
        - some general Python utilities (:mod:`atelier.utils`)
        - a library for generating reStructuredText from Python (:mod:`atelier.rstgen`)
        - some Sphinx extensions (:mod:`atelier.rstgen`)
        - a library of fabric commands (:mod:`atelier.fablib`)
        - a minimalistic project management (:mod:`atelier.projects`)
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
