Metadata-Version: 2.4
Name: project_darpan
Version: 0.0.0
Summary: Development flow as Paleofuturistic Python
Author: Darpan Patel
Author-email: Darpan Patel <darpanpatelp@yahoo.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Project Darpan

[![Version](https://img.shields.io/badge/version-0.0.0-blue)](https://pypi.org/project/project_darpan/)
[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue?logo=python&logoColor=white)](https://www.python.org)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://opensource.org/license/apache-2.0)
[![Documentation: Diátaxis](https://img.shields.io/badge/docs-Di%C3%A1taxis-009485?logo=readthedocs&logoColor=white)](https://diataxis.fr/)
[![Build](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/features/actions)
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)](https://coverage.readthedocs.io/)
[![pyscn quality](https://img.shields.io/badge/pyscn-not%20rated-lightgrey)](https://pyscn.ludo-tech.org)

Development flow as Paleofuturistic Python

## Usage

Legacy: `pip install project_darpan`

Preferred: `uv add project_darpan`

## Documentation

Full documentation lives in [`docs/`](docs/index.md) — build and open it with `./workflow.cmd document`.

## Developing

> Development flow as [Paleofuturistic Python](https://github.com/schubergphilis/paleofuturistic_python)

Prerequisite: [uv](https://docs.astral.sh/uv/). Every development action runs through `./workflow.cmd <task>` — the first run bootstraps the environment automatically.

The scaffold manual lives in the docs' **Developer** section: start with [First-run setup](docs/developer/tutorials/first-run-setup.md); the full command list is in the [Invoke task catalog](docs/developer/reference/invoke-tasks.md).
