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.13.tar.gz
(22.7 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.1.13.tar.gz.
File metadata
- Download URL: griddot-0.1.13.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
912a165ab402b244b7f864a2393a750bbd3c4bf2fdddb6331ff332a0dae80a3e
|
|
| MD5 |
825e8bed5f3e4074855251f0d6bb6441
|
|
| BLAKE2b-256 |
f4e6f693ec88d865e9b1c9cc105df4f6ea16283b8c8c225084e29f9ec0ec3520
|
File details
Details for the file griddot-0.1.13-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.13-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef08f823a9c30444b1168a516b6aed6291e36f569b403a0b34625d5f53ab60ba
|
|
| MD5 |
cdaf4a590008d37b3d6649cf8a831ca7
|
|
| BLAKE2b-256 |
b12526e76ee5349466127889203afbdffdc1969c5c64f38d2ea0e6c86770aeb9
|