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.3.tar.gz
(17.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.3.tar.gz.
File metadata
- Download URL: griddot-0.1.3.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9755871c49ee2ca86ebfcde21c4f4d9d243fe008eb863fb46988dc2ea398f502
|
|
| MD5 |
fea91462c7cac33afbf5242d561e4753
|
|
| BLAKE2b-256 |
3cbb6a2b9069af69d4b5c82ab14185d584b78923435af98128dd79fcd5297089
|
File details
Details for the file griddot-0.1.3-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
495a9efb6a81afe4615cd3fba46cb2371760ee6a5fa257552d631a5837a0ab2d
|
|
| MD5 |
cd2bbeca3bae605e64cf0e6e612f9c9c
|
|
| BLAKE2b-256 |
7220e953aa675ab64d3949c195c9b0766f7d363221b4d6219f1d669aaa09d3ba
|