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.0.9.tar.gz
(8.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
File details
Details for the file griddot-0.0.9.tar.gz.
File metadata
- Download URL: griddot-0.0.9.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55ba4d67b77f5469de44c86a3a04366ad5fef516811a563d2236c47a73cc69ea
|
|
| MD5 |
ee98e0aec0976e4a1645cc508dea956f
|
|
| BLAKE2b-256 |
e3064e67a3de9b6ed9204b0a044d0a48512059ea075e1c8ea3e382a2475e75df
|
File details
Details for the file griddot-0.0.9-py3-none-any.whl.
File metadata
- Download URL: griddot-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c2146b78a65ff9bca58b0df41cd4b40679242aff20dac31653e59f828a500e5
|
|
| MD5 |
34534d8949d9e57425b350b02ecc6e98
|
|
| BLAKE2b-256 |
062f5868a8f73621645895119edeec88971b12127c100a45fe7a853e5fa61ec6
|