End-to-end algorithm library
Project description
osdental-library
osdental-library centralizes the core components and shared utilities of the ecosystem. Its goal is to ensure technical consistency, reduce code duplication, and accelerate delivery time for our digital products.
What's new in v3.14
Features
- Centralized Secret Management (Azure Key Vault): * A new specialized class is integrated for the consumption of Azure Key Vault.
- security through Managed Identity: * Migration of key services (Blob Storage, Service Bus, etc.) and the connection to the database to operate through Managed Identity.
- Replaced the traditional audit decorator with a native Ariadne extension.
- The AES class has been optimized with class methods (@classmethod). It is no longer necessary to instantiate the class to perform encryption/decryption operations.
- Introduction of Abstract Base Classes (ABC) for repositories. They include standardized logic and the native ability to transform entities or results directly into dictionaries.
Breaking Changes
- Removed the database execution methods from the connection class.
- Removed internal gRPC connections. Now, these must be injected from the client microservice, allowing greater flexibility and avoiding circular dependencies.
- Classes that connected directly via .env were removed. Access to Azure has been restructured to support Dependency Injection correctly.
- The base structure generation CLI commands have been temporarily removed to adapt them to the new library architecture.
What's Next
- Migration plan for all base libraries to their most recent stable versions.
- Refinement of methods for hybrid environments that require switching between Managed Identity and Connection Strings depending on the environment.
- Continuous monitoring to resolve bugs and improve performance in the consumption of Azure resources.
We continue to work to deliver a superior development experience, ensuring our internal infrastructure is robust, secure and easy to deploy.
Installation
You can easily install osdental-library using pip:
pip install osdental-library
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file osdental_library-3.14.tar.gz.
File metadata
- Download URL: osdental_library-3.14.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c66d137c112c1183caa977a678cf7498a3cf1e25df627a64315ab9dc9c98145
|
|
| MD5 |
23922af5f2e0ad2e00c644eb28dcdb19
|
|
| BLAKE2b-256 |
b92eb7c9bd14640f49ec7998444170fd4405d9638e03465a577702b2e23da84b
|
File details
Details for the file osdental_library-3.14-py3-none-any.whl.
File metadata
- Download URL: osdental_library-3.14-py3-none-any.whl
- Upload date:
- Size: 45.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c83f4b8716ad79e21b8315c5b8d4a64c7f1d6bd603dd39658ca330699444282e
|
|
| MD5 |
428a8a47d1f994fc376fc7b4ce8d8835
|
|
| BLAKE2b-256 |
6167ddd5eea95bba1bb4ea40c8348b135be3bed82a3b0157b8efba842516b9af
|