Metadata-Version: 1.0
Name: django-pendulum
Version: 0.1.6-pre
Summary: A simple timeclock/timecard application for use in Django-powered Web sites.
Home-page: http://code.google.com/p/django-pendulum/
Author: Josh VanderLinden
Author-email: codekoala@gmail.com
License: MIT
Description: 
        django-pendulum is a basic timeclock/timecard/time logging application that
        can easily be plugged into a Django-powered Web site.
        
        Features include:
        - Configuration: Pendulum can be configured to operate on several Django-
        powered sites.  The period lengths can be configured as monthly or as
        a fixed-length period.
        - Projects: You can have an unlimited number of projects to be able to
        categorize hours spent working on certain tasks.  Each project can be
        activated/deactivated as necessary via the Django admin.
        - Activities: Activities allow you to further categorize work done on
        particular tasks for each project.
        
Keywords: django,time tracking,pendulum
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Scheduling
