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).
Adding a new package
To add a new package to the griddot package, create a new directory with an __init__.py file inside it.
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
griddot-0.1.16.tar.gz
(23.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
griddot-0.1.16-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file griddot-0.1.16.tar.gz.
File metadata
- Download URL: griddot-0.1.16.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
535f932265b9cc8573c9970f3dd14cca2d66b7bb3195d32992341841dd4e091e
|
|
| MD5 |
3e7008b25ac1d7a105053c1bb305b497
|
|
| BLAKE2b-256 |
f3391052a49676d18ec927eac86809ed2900480dfc5deee4e1ca813920cb26af
|
File details
Details for the file griddot-0.1.16-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.16-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
529e865bebc5ea40eb021fd2ec48e0ec0ff62f0de000bab9241b037dd58886a8
|
|
| MD5 |
3418842ce188bc8d29b34f1a8803354f
|
|
| BLAKE2b-256 |
b045c41a3df3d2acf6434f8673ae772c2e5f556ded40c2ebc6f2e54e416524a4
|