The quick summary:
Ozone or trioxide, is an allotrope of Oxygen. It’s found in the higher atmosphere, and can also be smelled after rain. Ozone configuration library is meant to be used when building cloud native applications (or 12 Factor applications).
Usually these application are configured with environment variables. These in turn are constants usually typed as SOME-VARIABLE. To read this in Python you would do this:
>>> import os
>>> os.getenv("SHIFTSOME_VARIABLE")
I got tired of this and I want to access SOME-VARIABLE as an attribute, so:
export SOME_VARIABLE=magic >>> from o3 import Config >>> c = Config() >>> c.some_variable magic
Notice, access is done via attribue instead of dictionary lookup.
Release files for o3 0.4.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| o3-0.4.2.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| o3-0.4.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.6 kB
Release files / o3-0.4.2.tar.gz
| Download URL | o3-0.4.2.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7423780024dd4c559868f92c94199437d0f7c0596e6675d2bd1e4e9e7d34aa19
|
|
BLAKE2b-256 checksum How to use checksums |
239d2e258faa5e7003f46f6dab9bab12bf8fcceb61ecd0e6fc22400ccb94fcec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / o3-0.4.2-py3-none-any.whl
| Download URL | o3-0.4.2-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1ed73610deb6bbb860d2319edf544cb673bea403397072fdb3226cacb85e7d9f
|
|
BLAKE2b-256 checksum How to use checksums |
519f23a6893938198eab73e11ef9791a1434497132e615736e85792404eed9fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|