An open API service indexing awesome lists of open source software.

https://github.com/iwillig/khaldun


https://github.com/iwillig/khaldun

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Khaldun

Khaldun is a tool that helps software engineers manage documentation
systems about their software projects.

Khaldun is named after the famous Arab scholar [Ibn
Khaldun](https://en.wikipedia.org/wiki/Ibn_Khaldun).

## Architecture

This tool is written in Python and HTMX.

1. [pandoc](https://pandoc.org/) - Documentation tool
1. [flask](https://flask.palletsprojects.com/en/stable/) - HTTP Server
1. [click](https://click.palletsprojects.com/en/stable/) - Command line parsing
1. [SQLite3](https://www.sqlite.org/) - Our primary storage
1. [HTMX](https://htmx.org/) - A tool for building hypermedia interfaces
1. [pico.css](https://picocss.com/) - A small and simple CSS library for our
1. [Anthropic](https://github.com/anthropics/anthropic-sdk-python)
1. [pytest](https://docs.pytest.org/en/stable/)

## Install

We use [pipenv](https://pipenv.pypa.io/en/latest/) to manage our
Python dependencies.

```shell
$ pipenv install
```

```shell
$ brew install khaldun
```

## Usage

```shell
khaldun scan
```

```shell
khaldun serve
```

```shell
khaldun query
```