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.
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.4.tar.gz
(34.1 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.4-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file gdcmd-0.2.4.tar.gz.
File metadata
- Download URL: gdcmd-0.2.4.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dc46f1a2324aa5387b91d96e1a5d8c482e027244abdcaedec1b18af6da45a96
|
|
| MD5 |
1298e20bbfc8e7d4e0a484ff362cfb1d
|
|
| BLAKE2b-256 |
f9edc0231630f4e1b9d3c1cb1a4c3e75097e7e3f9d22124a6356405edff2ad6a
|
File details
Details for the file gdcmd-0.2.4-py3-none-any.whl.
File metadata
- Download URL: gdcmd-0.2.4-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2a81daf00d01acf7c1e892fcbb9853fa69ec435e61116f1b97dc76519f85d66
|
|
| MD5 |
39e420cd38368aa185661d1435a31fde
|
|
| BLAKE2b-256 |
598007ea8a9092ea99de9159453000aff5963dd71296a1c3af6b9cccebd10a31
|