No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 95.8%
  • Dockerfile 4.2%
Find a file
Mick Latham 458a81d2d4
Some checks failed
CI / create_dev_release (push) Has been cancelled
CI / tests (push) Has been cancelled
RET-2642 Removed deprecated bearer token code (#15)
* 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
2024-01-24 11:53:36 +00:00
.github/workflows RET-2642 Removed deprecated bearer token code (#15) 2024-01-24 11:53:36 +00:00
callbacca RET-2642 Removed deprecated bearer token code (#15) 2024-01-24 11:53:36 +00:00
.gitignore Initial callbacca commit 2021-10-28 14:30:03 +01:00
asgi.py Initial callbacca commit 2021-10-28 14:30:03 +01:00
Dockerfile RET-2642 Removed deprecated bearer token code (#15) 2024-01-24 11:53:36 +00:00
LICENSE Initial callbacca commit 2021-10-28 14:30:03 +01:00
poetry.lock RET-2642 Removed deprecated bearer token code (#15) 2024-01-24 11:53:36 +00:00
pyproject.toml RET-2642 Removed deprecated bearer token code (#15) 2024-01-24 11:53:36 +00:00
README.md Updated readme 2021-11-09 10:58:09 +00:00
settings.py RET-2642 Removed deprecated bearer token code (#15) 2024-01-24 11:53:36 +00:00

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