Environment / State support, intended for use by CLI tools
Project description
Introduction
A module to give to CLI tools support for persistent state / environment variables
Python version: >= 3.12
Getting around
-
project\package- module path -
pyproject.toml- project metadata, with instructions for packaging
NB: The reason why the package home directory package is under directory project is to avoid having to rework the directory structure if we decide to make a test module. In that case, the test module path shall be project\tests, we shall make project itself a module (via creating an empty __init__.py under it) and we shall use unittest.
Build and install
Required:
-
Python packages:
hatchbuild
These packages can be
pip-installed. Example:pip install hatch
To build / pack up, run the following command at the top directory.
python -m build
A .whl is generated at directory dist which can then be pip-installed like so.
pip install dist\...whl
The package will be installed under the Python installation's site-packages to jl95terceira\pytools, in accordance with pyproject.toml.
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 jl95terceira_pytools_env-0.2.8.tar.gz.
File metadata
- Download URL: jl95terceira_pytools_env-0.2.8.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d82467989abdb8f1e42ac8ae8d7707864c695c72536b019c311572804bdbb071
|
|
| MD5 |
6dc7c34b5db2453699ac22d092eeb414
|
|
| BLAKE2b-256 |
ad6eee824888bff8e3ce5127c6f8ae78d73ca8a736501441335d1d358afa91dc
|
File details
Details for the file jl95terceira_pytools_env-0.2.8-py3-none-any.whl.
File metadata
- Download URL: jl95terceira_pytools_env-0.2.8-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12001fc564636fb17d5c074485f30d9ef39520b2673f7f51876218bc91af9415
|
|
| MD5 |
8010b446f928bc7ef249a327c2e3c01d
|
|
| BLAKE2b-256 |
535078a9bc83dace3d06b07210f73737cfdad7fb779503abb0ce06f3ff2c0f8c
|