Metadata-Version: 1.1
Name: django-projector
Version: 0.1.3.beta
Summary: 
Project management Django application with task
tracker and repository backend integration.

Home-page: http://code.python-center.pl/projects/projector/
Author: Lukasz Balcerzak
Author-email: lukasz.balcerzak@python-center.pl
License: UNKNOWN
Description: ================
        django-projector
        ================
        
        ``django-projector`` is a project management application with task tracker
        and repository backend integration. Aimed to work with upcoming, version
        1.2 of Django_ framework. We are sick of Trac [1]_ and wanted to create
        simple application which can be easily customized or plugged into
        existing systems.
        
        This application is at early-development stage but we strongly encourage
        you to give it a try if you are looking for project management toolkit
        for your Django_ based projet.
        
        ------------
        Installation
        ------------
        
        See http://packages.python.org/django-projector/installation.html
        for information on installing ``django-projector``. It is also
        available in ``docs`` directory at ``docs/installation.rst``.
        
        -------------
        Documentation
        -------------
        
        Online documentation for development version is available at
        http://packages.python.org/django-projector/.
        
        You may also build documentation for yourself but you would need Sphinx_
        for that. Go into ``docs/`` and run::
        
        make html
        
        -------
        License
        -------
        
        ``django-projector`` is released under MIT license. You should get a copy
        of the license with source distribution, at the root location, within
        ``LICENSE`` file.
        
        .. _Django: http://www.djangoproject.com/
        .. _Trac: http://trac.edgewall.org/
        .. _Sphinx: http://sphinx.pocoo.org/
        
        .. [1] Don't get us wrong, Trac_ is great tool but we believe that
        django's pluggable applications are far easier to configure and
        deploy.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires: Djalog
Requires: richtemplates
Requires: mercurial
