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
cd python; uv build; cd ../charts/suite; helm template . --set common.reseller=local --set common.tenant=test -f values.yaml | podman kube play --replace --network suite - ; cd ../..

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.8.tar.gz (35.4 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.8-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for gdcmd-0.2.8.tar.gz
Algorithm Hash digest
SHA256 aa758139e82292b099f7fb46962cfa4ad32ab1eaa5013b437b6e4508133f2420
MD5 63fe41e42788a06c0369282d1bf78ba1
BLAKE2b-256 7bde050627f48623016be7b4a1b89c2fe6a3b92825d9ea4e7c6274e9eb2260a7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gdcmd-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 fd81e8ec292c8daef6ad2f947a2976c6c804edd78427d8fa1f07433919115ac2
MD5 9a9d21f3576b2decc0b180808b84f191
BLAKE2b-256 59e00e6d86932aca06447109862c1491048bd29599dcb15ca0e8f2ca60c30c42

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