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.6.tar.gz
(19.6 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.6.tar.gz.
File metadata
- Download URL: griddot-0.1.6.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1339d5a32ac56b886b0fc6a172f6e38c2fd2eb79a6e16ec94c34c48a56b104af
|
|
| MD5 |
058609bbb8da593d306c3ca4762f1756
|
|
| BLAKE2b-256 |
d6d3e69597986e0dd36be2d22570f27224c61274be6002d73bef5a95807c5f4e
|
File details
Details for the file griddot-0.1.6-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.6-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37b13965e0bf5e6165abd81b2e60aa5ca40915d3d17a37d52f9e2361a6a622c1
|
|
| MD5 |
9c91210e6529a4d1f83e99721bb6856a
|
|
| BLAKE2b-256 |
4b87693d5d4ec2895d298cbf15790a20a87e1d2101cdc5d6413ea75d1f6ad2d4
|