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.0.7.tar.gz
(7.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.0.7.tar.gz.
File metadata
- Download URL: griddot-0.0.7.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31dd1aa4123e6d5bd3db230fdafd43a64fe1c5226cd658a6bc9f8f4a25f55866
|
|
| MD5 |
7d42e96c409f46c5e89f360e73ff880c
|
|
| BLAKE2b-256 |
43dc1255db742afc1c3e5f3437593695aa17ecd1a9b2bbc20fa3dbb9b6425161
|
File details
Details for the file griddot-0.0.7-py3-none-any.whl.
File metadata
- Download URL: griddot-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afcd888b1a2f617e6159d89ae8d3719827cca1ec8c7ed10a4a11fecbda304452
|
|
| MD5 |
f4a5843723db4febdf8d0334c227bf0f
|
|
| BLAKE2b-256 |
81066f5b13e42d7c6ed7a2024cd154c3888077389a881f1ba135624d428022e0
|