Metadata-Version: 1.0
Name: liquor
Version: 0.1
Summary: A simple Django app to download LCBO Product Data.
Home-page: UNKNOWN
Author: Nahim Nasser
Author-email: nnasser@gmail.com
License: UNKNOWN
Description: =====
        Liquor
        =====
        
        Liquor is a simple library that will copy the lcbo's products api to your database.
        This was created from a workshop assignment for the YMC (www.theymc.com)
        
        Quick start
        -----------
        
        1. Add "liquor" to your INSTALLED_APPS setting like this::
        
              INSTALLED_APPS = (
                  ...
                  'liquor',
              )
        
        2. Run `python manage.py syncdb` to create the LcboProduct models.
        
        3. Run `python manage.py steal_booze` to get data from the LCBO API, and store it in your models.
        
        4. Run `python manage.py analyze_booze` to get some.
        
Platform: UNKNOWN
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
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
