A Python application framework - Let us handle the boring stuff!
Project description
Let us handle the boring stuff!
Docs |
|
Build |
|
Quality |
|
Package |
pyApp takes care of the boring boilerplate code for building a CLI, managing settings and much more so you can focus on your application logic.
So what does pyApp handle?
Configuration - Loading, merging your settings from different sources
Python modules
File and HTTP(S) endpoints for JSON and YAML files.
Instance Factories - Configuration of plugins, database connections, or just implementations of an ABC. Leveraging settings to make setup of your application easy and reduce coupling.
Dependency Injection - Easy to use dependency injection without complicated setup.
Checks - A framework for checking settings are correct and environment is operating correctly (your ops team will love you)?
Extensions - Extend the basic framework with extensions. Provides deterministic startup, extension of the CLI and the ability to register checks and extension specific default settings.
Application - Provides a extensible and simple CLI interface for running commands (including async), comes with built-in commands to execute check, setting and extension reports.
Logging - Initialise and apply sane logging defaults.
Highly tested and ready for production use.
Extensions
🔌 SQLAlchemy - pyapp.sqlalchemy
🔌 Redis - pyapp.redis
In Beta
🐛 Rollbar - pyapp.rollbar
📧 AIO SMTPlib - pyapp.aiosmtplib Extension for aiosmtplib
☁ Boto3 - pyapp.boto3
☁ AIOBotocore - pyapp.aiobotocore
📨 Messaging - pyapp.messaging - Extension to provide abstract interfaces for Message Queues.
📨 AWS Messaging - pyapp.messaging-aws - Messaging extension for AWS (SQS/SNS)
In development
📧 SMTP - pyapp.SMTP
📨 Aio-Pika - pyapp.aiopika - Messaging extension for pika (RabbitMQ/AMQP)
🔌 PySpark - pyapp.pyspark - Extension for PySpark
🔎 Elastic Search - pyapp.elasticsearch - Extension for Elasticsearch
Coming soon
📨 AMQP Messaging - Messaging extension for AMQP (RabbitMQ)
Contributions
Contributions are most welcome, be it in the form of a extension and factories for your favourite service client of bug reports, feature enhancements.
The core of pyApp is intended to remain simple and only provide required features with extensions providing optional more specific functionality.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyapp-4.16.tar.gz
.
File metadata
- Download URL: pyapp-4.16.tar.gz
- Upload date:
- Size: 84.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0247b8f074bdbb9ac8719a8c1bda59ea4668085ac0d409b262c6699c30dee7aa |
|
MD5 | fb7c6bb68f9a640dc20864f98520574c |
|
BLAKE2b-256 | 86695f0150eecded7fadc9a6f7de129e15314bc3818630b84a0561c72e465db2 |
File details
Details for the file pyapp-4.16-py3-none-any.whl
.
File metadata
- Download URL: pyapp-4.16-py3-none-any.whl
- Upload date:
- Size: 76.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8217ce9b51d458a94a1f0a3bc15d90164e495e8a9f2f197ba203b1fbab9d2505 |
|
MD5 | a8f32c3c199a80307c2db86aa1012026 |
|
BLAKE2b-256 | 89fb4e536bb6f5b9a94c465900859395e25d4e98b9931ab92a94465c98b1a2b0 |