Metadata-Version: 2.1
Name: persuader-technology-automata-api
Version: 0.1.5
Summary: Automata API
Author: Persuader Technology
Author-email: software@persuader.technology
License: UNLICENSE
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# Automata API

## Packaging
`python3 -m build`

## Development

### View API end-points
* http://127.0.0.1:8000/docs
* http://127.0.0.1:8000/redoc

### Start Web Server
Instead of using `uvicorn` with `--reload` (as this does not wire-in dependencies as per this projects' conventions)

Use [simulations/serve](simulations/serve/__init__.py)

### Issues
Beware of the Zombies `ps aux | grep defunct`
