A tool for flexibly managing templated docs of all kinds.
Project description
Pape Docs
Pape Docs is a command-line interface (CLI) tool designed to simplify the creation and management of templated documentation. It provides a straightforward, opinionated system for generating various types of documents (e.g., ADRs, tasks, notes) from predefined templates, ensuring consistency and reducing overhead.
Features
Streamlined Document Creation
The core functionality is provided by the new-doc script, which allows users to quickly create new Markdown documents based on pre-defined templates.
Usage:
uvx pape-docs new
Or, with pape-docs installed via uv as a tool (see installation instructions below):
new-doc
Options:
--priority <PRIORITY>: Optional priority number for the document (e.g., "0100", "????" for unknown).--doc-type <DOC_TYPE>: Optional document type (e.g., "ADR", "Task", "Notes", "Bug").
Robust Interactivity (Planned)
The new-doc script is designed to support both interactive and non-interactive modes.
- Interactive Mode (Default):
- Prompts for required arguments (like the document title) if not provided via command-line options.
- Re-prompts for invalid non-empty responses, providing reasonable defaults for empty responses.
- Non-Interactive Mode (Planned Option):
- Will execute without any interactive prompts.
- Will throw an error if any required arguments (e.g., title) are missing.
Flexible Docs Directory Location
The script intelligently locates the pape-docs/ directory where new documents should be placed. The search order is:
- An environment variable (
PAPE_DOCS_DIR). - A
pyproject.tomlfile in the current or parent directories, looking for[tool.pape-docs]."docs-dir". - An existing
pape-docs/directory in the current or parent directories.
If none is found, the script exits before the user wastes time entering other information
Packaged Template
Pape Docs comes with one pre-defined doc.md template. It's bundled with the application and are not user-configurable. This design choice reinforces the opinionated nature of the tool, aiming to prescribe a simple and consistent documentation system.
Installation
If you want to add new-doc (and pape-docs) to your $PATH, you can install this package as a uv tool.
uv tool install pape-docs
uv allows updating tools with uv tool upgrade [tool-name] or uv tool upgrade --all.
Development
Setup
-
Clone the repository.
-
Install dependencies using
uv(orpip):uv pip install -e . uv pip install -e ".[dev]"
Linting and Formatting
This project uses ruff for linting and formatting.
ruff check .
ruff format .
Testing
Tests will be written using pytest.
pytest
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 pape_docs-0.5.0.tar.gz.
File metadata
- Download URL: pape_docs-0.5.0.tar.gz
- Upload date:
- Size: 32.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c14250ede5185209d9362ee0e92b8a725499c4b03f8868fbf4a92311f9cba51
|
|
| MD5 |
fa61ec7782c282aa4dccb1e605961f08
|
|
| BLAKE2b-256 |
4fa597d5f4d01d7d028399a77039805e3849d117c04fd94ef47396c55e07c8d2
|
File details
Details for the file pape_docs-0.5.0-py3-none-any.whl.
File metadata
- Download URL: pape_docs-0.5.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
978bc5217f7ad51a0d4d57f11c6a0448db01425ecfd9443a618e80312347973b
|
|
| MD5 |
a8f3d0990f1b7695ac9266655337cd19
|
|
| BLAKE2b-256 |
afe3e266007133113e9d8404301b3e665c14bd2d34d9a70c15b59cd1470867cc
|