Griddot packages
Project description
Griddot python package
A place for all common python code
Python terminology
- package: A collection of modules, classes, and functions that are organized in a directory hierarchy, with an
__init__.pyfile at the top level. - package: A collection of modules that is normally published to PyPI and can be installed using pip.
- module: A single file containing Python code, which can be imported into other modules or scripts.
- script: A Python file that is intended to be run directly (not just imported).
- namespace: A package without an
__init__.pyfile, used when splitting one logical package across multiple directories or distributions (rare in small projects).
Development
Run gdcmd in development with: uv sync; uv run gdcmd.
Running tests: uv run pytest --ignore=tests/manual -v tests.
Testing gdcmd from inside container locally:
# First time
uv build; podman run -d --name gdcmd --replace -v ./dist:/dist python:3.12-slim bash -lc "pip install /dist/*.whl && sleep infinity"
# Run
podman exec -it gdcmd gdcmd --help
# Rebuild
uv build; podman exec -it gdcmd bash -lc "pip install /dist/*.whl --force-reinstall"
# Deployment testing
deploy_test_suite.bat
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
gdcmd-0.2.32.tar.gz
(33.9 kB
view details)
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
gdcmd-0.2.32-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file gdcmd-0.2.32.tar.gz.
File metadata
- Download URL: gdcmd-0.2.32.tar.gz
- Upload date:
- Size: 33.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
181c52a8bcf135d396cf690a789eaaf8df888f953d43aa77d28671d79cee1051
|
|
| MD5 |
f1e050be0702691c0ee87368721b6ab2
|
|
| BLAKE2b-256 |
7e2bf33a6136e30e85a43b2ec5931a2c3e3af7cf382be11df96bf39b8c41a420
|
File details
Details for the file gdcmd-0.2.32-py3-none-any.whl.
File metadata
- Download URL: gdcmd-0.2.32-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d198adb86fe5662139a93d6ba57378a07eab24d20bfd0189bea7f38236e7097
|
|
| MD5 |
d545e53628241d562c45b07a3104f0c3
|
|
| BLAKE2b-256 |
39d044ce1bc3c64c48a6517e8259e9346b5d25e61e0c0b989a149716896e0547
|