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.1.tar.gz
(17.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.1.1.tar.gz.
File metadata
- Download URL: griddot-0.1.1.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e49b8f21eb94dbf56dc07442fbc399604502fd88e2b547d68a58adf880704f9
|
|
| MD5 |
66e6dcae3a87577b8f208210807587f9
|
|
| BLAKE2b-256 |
6a9493d864a73b4084eae8411e65d8e567c97fc039c5a98f0a365498576d4336
|
File details
Details for the file griddot-0.1.1-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76e2199307278156d5f99f75e2510b97a961454c3ede691b71aa7fa5fc6673c2
|
|
| MD5 |
5580d70f995a2f1ea9ff5b62c3c2c373
|
|
| BLAKE2b-256 |
4e8dc8e030610cdeffd3992b929b50f029188b0c772d2ec897bc8aa78c641d6b
|