Metadata-Version: 1.1
Name: edmunds-framework
Version: 0.2.24
Summary: Edmunds is a fast Python framework for building web applications with a firm base to start from.
Home-page: https://github.com/LowieHuyghe/edmunds
Author: Lowie Huyghe
Author-email: iam@lowiehuyghe.com
License: Apache-2.0
Description-Content-Type: UNKNOWN
Description: Edmunds
        =======
        
        |PyPI| |CircleCI| |codecov| |Code Health| |Code Climate| |Updates|
        
        Edmunds is a Python framework for building web applications with a firm
        base to start from. Edmunds takes away the pain of bootstrap code so you
        can kickoff with the things that really matter.
        
        Getting Started
        ---------------
        
        1. Download an Edmunds Instance to kick-start your project:
           https://github.com/LowieHuyghe/edmunds-instance/archive/master.zip
        2. Unzip it and rename it after your project.
        3. Setup you virtual environment for your project (see `The Hitchhiker's
           guide to
           Python <http://docs.python-guide.org/en/latest/dev/virtualenvs/>`__).
        4. Activate your project's virtual environment
        5. Install the required package setuptools\_scm:
           ``pip install setuptools_scm``
        6. Install all other dependencies: ``pip install -r requirements.txt``
        7. Try starting it up! ``python main.py``
        
        Further Documentation
        ---------------------
        
        See: https://lowiehuyghe.github.io/edmunds/
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/edmunds-framework.svg
           :target: https://pypi.python.org/pypi/edmunds-framework
        .. |CircleCI| image:: https://img.shields.io/circleci/project/github/LowieHuyghe/edmunds.svg
           :target: https://circleci.com/gh/LowieHuyghe/edmunds
        .. |codecov| image:: https://codecov.io/gh/LowieHuyghe/edmunds/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/LowieHuyghe/edmunds
        .. |Code Health| image:: https://landscape.io/github/LowieHuyghe/edmunds/master/landscape.svg?style=flat
           :target: https://landscape.io/github/LowieHuyghe/edmunds/master
        .. |Code Climate| image:: https://codeclimate.com/github/LowieHuyghe/edmunds/badges/gpa.svg
           :target: https://codeclimate.com/github/LowieHuyghe/edmunds
        .. |Updates| image:: https://pyup.io/repos/github/LowieHuyghe/edmunds/shield.svg
           :target: https://pyup.io/repos/github/LowieHuyghe/edmunds/
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
