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.13.tar.gz
(34.4 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.13-py3-none-any.whl
(15.5 kB
view details)
File details
Details for the file gdcmd-0.2.13.tar.gz.
File metadata
- Download URL: gdcmd-0.2.13.tar.gz
- Upload date:
- Size: 34.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaa6232d687657893a162ea6944bc1f2ac3b9c17805e3ad808257d499e6f7141
|
|
| MD5 |
244d2c577f41af3b1f63d4cc0f25bf7f
|
|
| BLAKE2b-256 |
304a523ca61db54ef58dfc20b72edb93f601677f92d40e62602f634c1d7135ef
|
File details
Details for the file gdcmd-0.2.13-py3-none-any.whl.
File metadata
- Download URL: gdcmd-0.2.13-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f071c28c4f5094f80f57b4ffd7de0800b63f92203111a1913d5457da639085de
|
|
| MD5 |
2bfa50a757720f9457e09eaeb4d73242
|
|
| BLAKE2b-256 |
e9ef2383175ce0d92b842a1368d51ac579c0f0dcf1a476c31a1506af18fec4b9
|