Metadata-Version: 2.1
Name: chris
Version: 0.2.0
Summary: Personal website SDK.
Home-page: https://github.com/gregorybchris/personal-website
Author: Chris Gregory
Author-email: christopher.b.gregory@gmail.com
License: Apache Software License
Keywords: python,tools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: Flask
Requires-Dist: flask-cors
Requires-Dist: opencensus-ext-azure
Requires-Dist: pandas
Requires-Dist: sty
Requires-Dist: tabulate
Provides-Extra: releasing
Requires-Dist: twine (<3.3.0,>=3.2.0) ; extra == 'releasing'
Provides-Extra: testing
Requires-Dist: mypy (==0.790) ; extra == 'testing'
Requires-Dist: pytest (<5.3.0,>=5.2.2) ; extra == 'testing'
Requires-Dist: pytest-cov (<2.9.0,>=2.8.1) ; extra == 'testing'
Requires-Dist: pytest-forked (<1.2.0,>=1.1.3) ; extra == 'testing'
Requires-Dist: pytest-xdist (<1.31.0,>=1.30.0) ; extra == 'testing'
Requires-Dist: pycodestyle (<2.6.0,==2.5.0) ; extra == 'testing'
Requires-Dist: pydocstyle (<4.1.0,==4.0.1) ; extra == 'testing'

# Personal Website Backend

## About

The `chris` Python package is the backend for the website [chrisgregory.me](http://www.chrisgregory.me)

## How to Use

```bash
# Install the chris package from PyPI
pip install chris

# Start the local Flask server
cgme app
```

Then open `localhost:8000` to check that you can access the API

## API Documentation

The [documentation for the website REST API](https://documenter.getpostman.com/view/4051098/TVYM4Fzz) is hosted by Postman


