A simple documentation generator for Python
Project description
Wikin
A simple, beautiful documentation generator for Python. It extracts docstrings from functions and special comments from variables.
Features
- Function Docstrings: Standard Python triple-quoted docstrings.
- Variable Documentation:
#: comment before variablevariable = value #: comment after variable
- Modern UI: Clean, responsive HTML output with a premium look.
- Markdown Support: Use Markdown in your docstrings and comments.
Installation
pip install .
Usage
Run Wikin as a module:
python -m wikin <path_to_code> <project_name> <version>
Example:
python -m wikin ./ "My Project" 1.0.0
This will generate documentation in the docs/index.html file.
Variable Documentation Example
#: Number of requests per second
rpm = 10
timeout = 30 #: Connection timeout in seconds
Wikin will pick these up and include them in the generated documentation.
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 craftllc_wikin-1.0.1.tar.gz.
File metadata
- Download URL: craftllc_wikin-1.0.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d34df1092461b268c60a7533f96c7c47911544b205137039f77ffd0d1e214391
|
|
| MD5 |
9d07e8401d0e6b717e86bb2b0781572f
|
|
| BLAKE2b-256 |
06523ca88f7880316f4bda835d79af1576613dd90cdd989b076869e280d8a472
|
File details
Details for the file craftllc_wikin-1.0.1-py3-none-any.whl.
File metadata
- Download URL: craftllc_wikin-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58bda2ea5d937b208c578cfa3609350b0632e47819d74a8af2f83c8c88737e90
|
|
| MD5 |
38f1fca988f30289e331b95f16902994
|
|
| BLAKE2b-256 |
e1ee3ca2dc3ef4684f09f04b0031e5fbcddd02f19dabb2470a3688e57528474a
|