No description
- Python 95.8%
- Dockerfile 4.2%
* Removed deprecated bearer token code * Removed BPL auth code and updated pypi location * Remove poetry version defined in ci and deockerfile * Update step uses versions in ci * Update poetry config in ci |
||
|---|---|---|
| .github/workflows | ||
| callbacca | ||
| .gitignore | ||
| asgi.py | ||
| Dockerfile | ||
| LICENSE | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| settings.py | ||
callbacca
Github url here
An asynchronous mock callback processing application primarily working alongside API Reflector mocking service.
Development
Local developer setup is very straight-forward, there isn't any! No environment variables require, therefore no .env
To debug in PyCharm, edit configurations, add a python config, set the script path to: /Users/<>/projects/callbacca/asgi.py
callbacca uses poetry for dependency management.
It is recommended that you use poetry 1.2+ along with poetry-dotenv-plugin for easier project configuration.
$ poetry install
$ poetry shell
$ flask run
API framework - Starlette Local dev server uvicorn