Skip to main content

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__.py file 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__.py file, 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


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.21.tar.gz (34.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gdcmd-0.2.21-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file gdcmd-0.2.21.tar.gz.

File metadata

  • Download URL: gdcmd-0.2.21.tar.gz
  • Upload date:
  • Size: 34.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.15

File hashes

Hashes for gdcmd-0.2.21.tar.gz
Algorithm Hash digest
SHA256 0433e5a325cf27bb902955c434b10de6f3d7feae40ebb5a408f074b43746d41c
MD5 e81ccf733a044a79ff09e6ed820051c5
BLAKE2b-256 9f2485243837536b5cba083550d7a7482c6ea3180f2c0d0478b813b1e09492dc

See more details on using hashes here.

File details

Details for the file gdcmd-0.2.21-py3-none-any.whl.

File metadata

  • Download URL: gdcmd-0.2.21-py3-none-any.whl
  • Upload date:
  • Size: 15.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.15

File hashes

Hashes for gdcmd-0.2.21-py3-none-any.whl
Algorithm Hash digest
SHA256 e2412ae5993136fb3c0accdad9739e94a8fa62e8059db5d9da0b5a6757eacbef
MD5 4855704b4603130107380caba9308d75
BLAKE2b-256 6dbd51602ff90af93c1e76410dd62b782eb899003e926db646742f916e8ef8f7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page