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.
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.2.tar.gz
(33.2 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.2-py3-none-any.whl
(15.0 kB
view details)
File details
Details for the file gdcmd-0.2.2.tar.gz.
File metadata
- Download URL: gdcmd-0.2.2.tar.gz
- Upload date:
- Size: 33.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2ac7f8273e938d8e0d2df172cbb176bc1ab64cba59f281c1287eaae7bb388fb
|
|
| MD5 |
34db028280fcecbe2044eae598396090
|
|
| BLAKE2b-256 |
65a37746518472dcccfcdc58dcb1cc3f624fee997f7c76cce42e7f6c136877bb
|
File details
Details for the file gdcmd-0.2.2-py3-none-any.whl.
File metadata
- Download URL: gdcmd-0.2.2-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1b5e93f1d9e83c6848d8cf8abc076d05858065d249a60e9ef4c1359e92a18b0
|
|
| MD5 |
741b28f5fb6e5374aba7d7b82b76a93a
|
|
| BLAKE2b-256 |
46cde7b9a3744b6f76949b9ea4dbbdb46c335a66a1e44e4902e981c94cc2100c
|