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.5.tar.gz
(7.8 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.5.tar.gz.
File metadata
- Download URL: griddot-0.0.5.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bae09400b50f06a1ea5d541ce229c58d75ad10d843384c2c9f0eac585e7f2635
|
|
| MD5 |
2ca825021a7d27a177a700808d18f326
|
|
| BLAKE2b-256 |
4b093039ce457fa8a30f2808082a69acb37b0cb765f9ac3041d9270c0701a692
|
File details
Details for the file griddot-0.0.5-py3-none-any.whl.
File metadata
- Download URL: griddot-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b7ffde08615088d1b6079d7224f5818b9b431c7f3d4a6bb07f1aa211731e0dc
|
|
| MD5 |
b640dd202cf87bb4773ad867dcba1f30
|
|
| BLAKE2b-256 |
216c7223beb6c5f2a0608e288c5cfa14a3a83e00cf5cf4151dbbc1c6cf1871f7
|