Confidant-Py
Multi platform scalable environment variables manager
Installation
pip install confidant-py
Usage
from confidant_py.loader import ConfidantLoader
loader = ConfidantLoader()
envs = loader.get_envs()
print(envs)
4. Publish to PyPI
- Install necessary tools:
pip install setuptools wheel twine
- Build the package
python setup.py sdist bdist_wheel
- Upload to PyPI:
twine upload dist/*
Release files for confidant-py 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| confidant_py-0.2.0.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| confidant_py-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.5 kB
Release files / confidant_py-0.2.0.tar.gz
| Download URL | confidant_py-0.2.0.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
75d8425d837d8064f4ba6f69553f8005bcfc16f37a8c3f57bc5c64d686208098
|
|
BLAKE2b-256 checksum How to use checksums |
43a807d8ff46bb24b0fee7710dd8dba26a30ee84d0c30bc2149302666a0478d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.6
|
Release files / confidant_py-0.2.0-py3-none-any.whl
| Download URL | confidant_py-0.2.0-py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
42a0ef3598b89137078ed989293f4ab71aa77d5cfcd76ec5ed7246b6a560faa8
|
|
BLAKE2b-256 checksum How to use checksums |
a97c7b2c9208d8ca9f58ffa54f7c13ac46517e02c4c78117edb702fa3c2edfd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.6
|