A quick reference tool for Python built-in methods.
Project description
Methodverse
A fast, lightweight reference engine for Python built-in methods. Get quick explanations and examples without digging through official documentation.
Installation
pip install methodverse
Usage
from methodverse import explain, enlist
explain('list', 'append') # prints description + example enlist('dict') # prints all available dict methods
Structure
methodverse/
├── methodverse/
│ ├── __init__.py
│ └── core.py
├── README.md
├── LICENSE
└── pyproject.toml
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 methodverse-1.0.1.tar.gz.
File metadata
- Download URL: methodverse-1.0.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf3420354b0237ad6230679be94f0986ef60ef33ab4b3bac1e98f6d5b450b8f8
|
|
| MD5 |
410eee06ab8eef6751263ac0bcd336ef
|
|
| BLAKE2b-256 |
d4eacfef2a637d335da4013556685d995fde72a4b146d359df3185251bf7da62
|
File details
Details for the file methodverse-1.0.1-py3-none-any.whl.
File metadata
- Download URL: methodverse-1.0.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e14ae13785125c9864ba04fd1573c9578005c7606e492ecac9aa1d0dff965a1
|
|
| MD5 |
4334046f48ba4941f06be784c29daf97
|
|
| BLAKE2b-256 |
2efa0d47c6d6318a5547e495b997f9c842e0d9c5970d6b7f1bd66fc07ff66cfb
|