Metadata-Version: 1.0
Name: django-flashcard
Version: 0.1.0
Summary: A flashcard application to practice virtual two-sided cards
Home-page: http://github.com/km0r3/django-flashcard
Author: Kenny Meyer
Author-email: knny.myer@gmail.com
License: BSD
Description: A simple and reusable flashcard application for the Django web framework
        ========================================================================
        
        What is the motivation behind the project?
        ------------------------------------------
        
        To provide a tool to quickly review new/old vocabulary, definitions
        and other stuff which can be resumed in under 200 words.
        
        
        How is that going to be accomplished?
        -------------------------------------
        
        Coming soon.
        
        
        Coding guidelines
        -----------------
        
        Trying to follow PEP8, and the KISS and DRY principle.
        
Keywords: django flashcard practice
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Libraries :: Python Modules
