py
Template class for python backend servers.
Features
- RabbitMQ
- Logging
- Generic Helpers
- Kafka
- Redis
- API: RequestHandler, FastAPI
- Dockerfile
- Makefile
- CI/CD
- Entry point file
- Configfile / Configuration
- Websockets
Usage
The project's dependencies are managed by poetry. You can install the dependencies with:
poetry install
package.py is the entry point file.
Running the package
You can run the package inside of a virtual environment:
poetry shell
make run
or with docker:
make run_docker
Running the tests
You can run the tests inside of a virtual environment:
poetry shell
make test
or with docker:
make test_docker
Release files for ed-core 0.4.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ed_core-0.4.6-py3-none-any.whl | Python 3 | none | any | Details |
Release files / ed_core-0.4.6-py3-none-any.whl
| Download URL | ed_core-0.4.6-py3-none-any.whl |
|---|---|
| Size | 170.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
33a9e6f4392d2ebf3ba32a53b4fbfc855bc7348cf04050aa6a4a9d214e1d9b95
|
|
BLAKE2b-256 checksum How to use checksums |
87a89738fd0c1dbc57495586e492c20f04222cd5d0bcae98f427def1f93d4bc0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.3
|