Finalsa Async Models
Finalsa Async Models is a Python library designed to simplify the implementation of asynchronous data models. It provides tools to handle asynchronous operations, making it easier to work with modern Python applications that rely on async/await patterns.
Features
- Asynchronous Data Models: Define and manage data models with full async support.
- Ease of Use: Simplified API for seamless integration into your projects.
- Extensibility: Easily extend and customize models to fit your needs.
- Performance: Optimized for high-performance asynchronous workflows.
Installation
Install the library using pip:
pip install finalsa-async-models
Usage
Here's a quick example of how to use Finalsa Async Models:
from finalsa_async_models import AsyncModel
class User(AsyncModel):
async def save(self):
# Custom save logic
pass
# Example usage
async def main():
user = User()
await user.save()
Documentation
For detailed documentation, visit the official documentation.
Contributing
Contributions are welcome! Please follow the contribution guidelines.
License
This project is licensed under the MIT License.
Contact
For questions or support, please open an issue on the GitHub repository.
Release files for finalsa-common-models 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| finalsa_common_models-2.0.3.tar.gz | 4.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| finalsa_common_models-2.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.4 kB
Release files / finalsa_common_models-2.0.3.tar.gz
| Download URL | finalsa_common_models-2.0.3.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c80ba9edb500519dca7f0763a3bd3af57d91c4e9852b79180cea4e8e3d1324df
|
|
BLAKE2b-256 checksum How to use checksums |
b8e36558c20ade8afd0e49d8fb4aa7c65b911a5255a8ecbc8c28ae45288eb28b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.6.12
|
Release files / finalsa_common_models-2.0.3-py3-none-any.whl
| Download URL | finalsa_common_models-2.0.3-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b502fc8f3c5fc4568ef4296396aa8112bc7ee460ad2740afaf4a5e5785484c8
|
|
BLAKE2b-256 checksum How to use checksums |
ce5f94d22fabb902b03a9897e1718089f0c451da63c0ec42e6861962f71577ca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.6.12
|