Griddot packages
Project description
Griddot python package
A place for all common pyhton 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.
- subpackage: A package that is contained within another package, allowing for a hierarchical organization of code.
- 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 subpackge
To add a new subpackage to the platform 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.1.tar.gz
(2.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.0.1.tar.gz.
File metadata
- Download URL: griddot-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
997d6247422b97bdcb10ff825bd3f397edeb41ad5c121602c643419550c96541
|
|
| MD5 |
1d635d980f7f380494c90a7b9147aa11
|
|
| BLAKE2b-256 |
16dd918524e2d79285a623e397e3bc97626fe2e30076c1a60d68b43cd467b860
|
File details
Details for the file griddot-0.0.1-py3-none-any.whl.
File metadata
- Download URL: griddot-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04506a0fd51561114b7848528601a121db6cfe9257945146a3649b941169809f
|
|
| MD5 |
885dc2b9cc6cc1e713dee99d03503dfa
|
|
| BLAKE2b-256 |
edf8a2755f3d474bbc707b01d0a4899e1eaadee2b2c299097d0529de4f59a5ca
|