Metadata-Version: 2.1
Name: antistasi_logbook
Version: 0.4.3
Summary: Antistasi Logbook
Author: antistasi_tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pyside6>=6.2.3
Requires-Dist: anyio==3.5.0
Requires-Dist: appdirs==1.4.4
Requires-Dist: attrs<=21.4.0
Requires-Dist: certifi==2021.10.8
Requires-Dist: cffi==1.15.0
Requires-Dist: charset-normalizer==2.0.10
Requires-Dist: colorama==0.4.4
Requires-Dist: colorhash==1.0.4
Requires-Dist: commonmark==0.9.1
Requires-Dist: cryptography==36.0.1
Requires-Dist: cycler==0.11.0
Requires-Dist: filelock==3.4.2
Requires-Dist: fonttools==4.28.5
Requires-Dist: gidapptools>=0.1.20
Requires-Dist: h11==0.12.0
Requires-Dist: httpcore==0.13.7
Requires-Dist: httpx==0.20.0
Requires-Dist: idna==3.3
Requires-Dist: inflect==5.3.0
Requires-Dist: jinja2==2.11.3
Requires-Dist: kiwisolver==1.3.2
Requires-Dist: markupsafe==2.0.1
Requires-Dist: matplotlib==3.5.1
Requires-Dist: multidict==5.2.0
Requires-Dist: natsort==8.0.2
Requires-Dist: numpy==1.22.0
Requires-Dist: orjson==3.6.5
Requires-Dist: packaging==21.3
Requires-Dist: peewee==3.14.8
Requires-Dist: pillow~=8.4.0
Requires-Dist: platformdirs==2.4.1
Requires-Dist: pp-ez==0.2.0
Requires-Dist: pprintpp==0.4.0
Requires-Dist: psutil==5.9.0
Requires-Dist: py-notifier==0.3.2
Requires-Dist: pycparser==2.21
Requires-Dist: pygments==2.11.2
Requires-Dist: pyparsing==3.0.6
Requires-Dist: pypiwin32==223
Requires-Dist: pyqtgraph>=0.12.3
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: python-dotenv==0.19.2
Requires-Dist: pytz==2021.3
Requires-Dist: pytz-deprecation-shim==0.1.0.post0
Requires-Dist: pywin32==303
Requires-Dist: qdarkstyle==3.0.3
Requires-Dist: qt-material==2.8.19
Requires-Dist: qtawesome==1.1.1
Requires-Dist: rfc3986[idna2008]==1.5.0
Requires-Dist: rich==11.0.0
Requires-Dist: six==1.16.0
Requires-Dist: sniffio==1.2.0
Requires-Dist: sortedcontainers==2.4.0
Requires-Dist: tzdata==2021.5
Requires-Dist: tzlocal==4.1
Requires-Dist: uritools==4.0.0
Requires-Dist: urlextract==1.5.0
Requires-Dist: webdav4==0.9.3
Requires-Dist: yarl==1.7.2
Project-URL: Source, https://github.com/Giddius/Antistasi_Logbook

# Antistasi Logbook

## STATUS

**WIP**

## Dependencies

Also [APSW](https://github.com/rogerbinns/apsw)

### Database

#### Type

Antistasi Logbook uses [SQLite](https://www.sqlite.org), actually it uses [APSW](https://github.com/rogerbinns/apsw) wrapper of SQLite.

#### ORM

[peewee](https://github.com/coleifer/peewee) is used as an orm to interact with the [SQLite](https://www.sqlite.org) database.

##### ERD

---

![Database ER-Diagram](./docs/images/erd.png)

---

