Metadata-Version: 1.1
Name: WebPages
Version: 1.0.0a2
Summary: WebPages - python web framework
Home-page: https://github.com/webpages/webpages
Author: Anton Danilchenko
Author-email: anton@danilchenko.me
License: MIT
Description: 
        WebPages framework
        ====================
        
        This project designed for web developers who want to do more for the less time.
        To create new project with Hello World and database connection you need few minutes.
        No need to create own user registration and authentication system - save your time
        and focus on your main task - create amazing product in short time.
        
        
        Quick start
        -------------
        
        Clone and run example application. Don't forget to swith to your project's virtualenv.
        
        .. code:: shell
        
           git clone git@github.com:webpages/examples.git
           cd examples/
           pip install -r requirements.txt
           # run server on 127.0.0.1:8000
           python main.py
        
        
        Development
        -------------
        
        You can install development version by clone `git repository <https://github.com/webpages/webpages>`_::
        
            git clone git@github.com:webpages/webpages.git
        
        
        Links
        -------
        
        * `project website <https://github.com/webpages/webpages>`_
        * `documentation <https://github.com/webpages/docs>`_
        * `sample applications <https://github.com/webpages/examples>`_
        
        
Keywords: web framework development
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
