Metadata-Version: 2.1
Name: chris
Version: 1.1.0
Summary: Personal website SDK
Home-page: https://github.com/gregorybchris/personal-website
License: Apache Software License
Keywords: personal,website,sdk,python,tools
Author: Chris Gregory
Author-email: christopher.b.gregory@gmail.com
Requires-Python: >=3.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: fastapi (>=0.109.2,<0.110.0)
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Requires-Dist: jsonvl (>=0.5.0,<0.6.0)
Requires-Dist: pandas (>=2.2.0,<3.0.0)
Requires-Dist: pydantic (>=2.6.0,<3.0.0)
Requires-Dist: uvicorn[standard] (>=0.27.0,<0.28.0)
Project-URL: Repository, https://github.com/gregorybchris/personal-website
Description-Content-Type: text/markdown

# Personal Website Backend

## About

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

## Usage

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

# Start the local Flask server
cgme app
```

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

## Frontend

Details for running the frontend locally can be found in the [GitHub repo for the project](https://github.com/gregorybchris/personal-website)

