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.3.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.3-py3-none-any.whl
(15.6 kB
view details)
File details
Details for the file gdcmd-0.2.3.tar.gz.
File metadata
- Download URL: gdcmd-0.2.3.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 |
eeeb621a8ac2ecdf7bea6e2ffad3b861daa4a956d754ee9008cfbaac2187d063
|
|
| MD5 |
baf48a5f8ae849b3771b20eb609481dc
|
|
| BLAKE2b-256 |
dca05a63ae9b2921b685a9028247e37fc3f84ea5264172200d6381dd2216fb80
|
File details
Details for the file gdcmd-0.2.3-py3-none-any.whl.
File metadata
- Download URL: gdcmd-0.2.3-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 |
095cfe155e20a781cdab598d25575058aed3df9e151e30d21ffa5928958a25aa
|
|
| MD5 |
3bc7798e6d78a12528d371012ac5587f
|
|
| BLAKE2b-256 |
347403f646e1a0bfadba2a3c82a622554226fcb3e64a87aa71fe0d12f477f2ae
|