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.3.tar.gz
(6.5 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.3.tar.gz.
File metadata
- Download URL: griddot-0.0.3.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06bc63ca5bd1ce1f48ca11399f9c9fef6830711d013b2ae74edb6a9a2b5bd25c
|
|
| MD5 |
8b797998a3ff8aa7a90f6320a8995fdc
|
|
| BLAKE2b-256 |
9839c14a7bdb741da7b0e7c18016d6dffa446170c1a8fd808af88a13c60e355f
|
File details
Details for the file griddot-0.0.3-py3-none-any.whl.
File metadata
- Download URL: griddot-0.0.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c01c1111ad17319af2483609e8b5316014006af594502a130440cb78c718fc2d
|
|
| MD5 |
17bb71698ec2b529adf93cc021cdf5a7
|
|
| BLAKE2b-256 |
836bb95114fc50fb41986edba94426f21cdc2373bc33eb5a2aa6789550062819
|