Stub‑only distribution that provides type hints for the pymob package.
Project description
types-pymob-guts-base
Stub‑only distribution that provides type hints for the pymob package extensions used in guts-base and derived projects.
This package follows PEP 561 and contains .pyi files that mirror the public API of pymob.
Install it alongside the real pymob library to enable static type checking with tools such as mypy, pyright, or pyre.
pip install pymob # original library
pip install guts-base
pip install types-pymob # type‑stub package
Build and upload to pypi
cd /export/home/fschunck/projects/types-pymob-guts-base/
# 1. Install build tools
python3 -m pip install --quiet build twine python-dotenv
# 2. Build the package
python3 -m build
# 3. Load the token from .env
export $(grep -v '^#' .env | xargs) # sets TWINE_PASSWORD in the shell
# 4. Upload
twine upload --config-file .pypirc dist/*
python3 -m twine upload dist/*
License
MIT © 2025
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
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 types_pymob_guts_base-0.1.0.tar.gz.
File metadata
- Download URL: types_pymob_guts_base-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4c47b2459cf3e5f08243083ab0f1f11edd9ab4646c2af26ecf35251983de74f
|
|
| MD5 |
df0720836359f34ed56311d1d2cadbee
|
|
| BLAKE2b-256 |
e71d52cfd49f6b8580243ed6a9a5b29cc6f0e50707154b83ded605e76d8df6d4
|
File details
Details for the file types_pymob_guts_base-0.1.0-py3-none-any.whl.
File metadata
- Download URL: types_pymob_guts_base-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8848e511e46efa6c29d6b5ab032d711ab2683078508ce4bfefe198405ec3257b
|
|
| MD5 |
9164c5c65549e2c0200ec39a300da5e4
|
|
| BLAKE2b-256 |
b7a3534c246f28371d9c0f4ae005a20e5799a786e632f3cf0e3d9a5dab395949
|