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.17.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.17-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file griddot-0.1.17.tar.gz.
File metadata
- Download URL: griddot-0.1.17.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 |
80bd1a1fa561ad4564f584bdeebf98409bd3f5dedc2321a8cc1f22bece4b4ca4
|
|
| MD5 |
21c90cd1deec3579d5bf2c41bd3b9149
|
|
| BLAKE2b-256 |
75b6b4d5e6ad86d02c4384d4f92db808ef262c2eeb3d5738fcd7eb00afdde7f5
|
File details
Details for the file griddot-0.1.17-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.17-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 |
e2eb91f123bb60af024b6e660b292185168f415c74b1540ac04cc561acc2d8f1
|
|
| MD5 |
74ecc590dd1fbbe0914a1194e4be6f11
|
|
| BLAKE2b-256 |
3c4be7f8e8b168e40255ef050b4016b1bf1b5a48ff32562c974a82cf6d0938c1
|