Literp OAuth2 Compact Server
Project description
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:
.
apic
├── 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
cd apic
pip install apic
Start Server with SQLite
apic
Start Server with DuckDB
apic -d duckdb
Detailed tips, tricks, and examples, can be found at project's repository https://github.com/asinerum/apic
(C)2026 Asinerum Conlang Project
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 apic-1.0.0.tar.gz.
File metadata
- Download URL: apic-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eac3b375de0fbb9a78aaabed53b223d07a13bd7e3f204848354c40745926f468
|
|
| MD5 |
d3d5b36481947715487141bcff4a2332
|
|
| BLAKE2b-256 |
4f1e794718c620cdd697543305b116b46210f769609be53b3e9c0f0f5c773e06
|
File details
Details for the file apic-1.0.0-py3-none-any.whl.
File metadata
- Download URL: apic-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c446ffaffbbf7162b8693f62426bd8cca9d7d7a4222325b5052a404c6589b91
|
|
| MD5 |
fcc7dd0158e547f759d2103cc8c09413
|
|
| BLAKE2b-256 |
d3c3819b5e67d07e43cd33255e4ceb5163a31d3edd217359c78707c77d7f17cd
|