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.12.tar.gz
(22.7 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.12.tar.gz.
File metadata
- Download URL: griddot-0.1.12.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2b3e6a9ef643bcdc2479f1642c1f6aa079f01e26d857b85535b8f55dfbcf17f
|
|
| MD5 |
c05679ae2d2728f63e2f2a2204b1b4f1
|
|
| BLAKE2b-256 |
b30c8aa1f3f0d5a3a7be6a6ee93dbafd0d8022b37e96455d4d0ae95467b6a4eb
|
File details
Details for the file griddot-0.1.12-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.12-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363abe05ff4d8aeb1190e5abc4b27487ef92f48fd1e524f183f2fb4e92fba564
|
|
| MD5 |
aa5bcf0e0a07f6c685884f4cde57bbaa
|
|
| BLAKE2b-256 |
36ddaf9983491721722d92d55f781d0c079d337b751040caa1550e7f3dbfcb58
|