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.0.tar.gz
(16.9 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.0.tar.gz.
File metadata
- Download URL: griddot-0.1.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6371b6dd074eccda026af8c338e3e58edcf6857ae05fb69a3bc8c39e041d14f2
|
|
| MD5 |
4f494d3b82ac88d54cf042231e6da25a
|
|
| BLAKE2b-256 |
72e83110e813e967eeb78fb5bc0910b32817b28b8b22b27b2a4fcbad3df62019
|
File details
Details for the file griddot-0.1.0-py3-none-any.whl.
File metadata
- Download URL: griddot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7ede39137ee304befc26f3adf55215082fe2406b9ca8a6b8acdb18fc31ea4e5
|
|
| MD5 |
4fe7b685ce93cd3477ceba093fb92729
|
|
| BLAKE2b-256 |
5a7864215a2d4370d92528cb3353d877059732cfe2709b3e24e1588c01cea6b5
|