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.5.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.5-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file gdcmd-0.2.5.tar.gz.
File metadata
- Download URL: gdcmd-0.2.5.tar.gz
- Upload date:
- Size: 34.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b05e9ad678fe71e5e876831a52db26f2ffbb9c76ab0541869e6898542987c47e
|
|
| MD5 |
c9275fa4b196424920aa13ac6f1f7dc7
|
|
| BLAKE2b-256 |
3531b754f6789a64565d1d70e93390a3b5d7ecdfca873c3fea97f8cf92683842
|
File details
Details for the file gdcmd-0.2.5-py3-none-any.whl.
File metadata
- Download URL: gdcmd-0.2.5-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b36c4bbad1c07ffff167d98829a1e7bb25bb014d885d4ce55eb547d9fed3ac67
|
|
| MD5 |
71377f5387b5e1528ebeed6593255ff1
|
|
| BLAKE2b-256 |
dc9cda5703336b6bca22bd09e0ccb39f9f109f2e302b4eb634ba1fe5ba898a1e
|