Metadata-Version: 2.4
Name: apics
Version: 1.0.6
Summary: Literp Compact Server
Home-page: https://github.com/asinerum/apics
Author: Asinerum Conlang Project
Author-email: asinerum.com@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: apiliter>=1.0.4
Requires-Dist: fastapi>=0.122.1
Requires-Dist: uvicorn>=0.38.0
Dynamic: license-file

# Literp Compact Server

## Prerequisites

Python 3.10 with Pip 25.0.0 fresh installed and added to PATH

## Server Configuration and Fundamental Data

Contact your consultant to implement.  
Server directory tree should be something that looks like this:

```text
.
apics
├── access.yaml
├── app.yaml
├── dbase.yaml
├── io.yaml
├── lib
│   ├── db
│   │   └── query
│   │     ├── accounting
│   │     │   ├── README.txt
│   │     │   ├── insert.yaml
│   │     │   ├── select.yaml
│   │     │   ├── update.yaml
│   │     │   └── xaccount
│   │     │     ├── insert.yaml
│   │     │     └── select.yaml
│   │     └── admin
│   │       ├── README.txt
│   │       ├── insert.yaml
│   │       ├── select.yaml
│   │       └── update.yaml
│   ├── json
│   │   ├── accounting
│   │   │   ├── account.json
│   │   │   └── role.json
│   │   └── bank.json
│   └── yaml
│     └── accounting
│       ├── report.yaml
│       ├── rich.yaml
│       └── transaction.yaml
├── literp-key.pem
├── literp.pem
└── model.yaml
```

## Server Installation

```ts
cd apics
pip install apics
```

## Start Server with SQLite

```ts
apics
```

## Start Server with DuckDB

```ts
apics -d duckdb
```

Detailed tips, tricks, and examples, can be found at project's repository
https://github.com/asinerum/apics

(C)2026 Asinerum Conlang Project
