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.22.tar.gz
(34.7 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.22-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file gdcmd-0.2.22.tar.gz.
File metadata
- Download URL: gdcmd-0.2.22.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d7d29df9a7b5866c32ef12f3833ae6ba9b32fa36da8f8873efa26fefe081fdf
|
|
| MD5 |
5d45d7302451d68f4573c997630d4425
|
|
| BLAKE2b-256 |
6dbdf66e90139dc6eea95f3fcec243c10e4d6fa0d091eea21e30c151cdb049ae
|
File details
Details for the file gdcmd-0.2.22-py3-none-any.whl.
File metadata
- Download URL: gdcmd-0.2.22-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d6c830d62c8e5b3b84001fec4fbb6b3d3ccfbd0faa860ecd1d78334b4276473
|
|
| MD5 |
6995ed622f8122e0e1b41d47e5932eec
|
|
| BLAKE2b-256 |
1193f7ce846719e527964c93189aadd087d8b1ff0caced8dcfef43cd450146ee
|