Company publications API
Go to file
Daniil Fajnberg b7e627a216 Add first couple of ORM models; implement some helper functions 2022-07-01 16:01:07 +02:00
requirements Add ORM base class; make Postgresql mandatory; add dependencies 2022-07-01 10:46:48 +02:00
src/compub Add first couple of ORM models; implement some helper functions 2022-07-01 16:01:07 +02:00
tests Initial commit 2022-06-27 09:08:10 +02:00
.coveragerc Initial commit 2022-06-27 09:08:10 +02:00
.gitignore Initial commit 2022-06-27 09:08:10 +02:00
README.md Add meta data and dependencies 2022-06-29 11:53:42 +02:00
coverage.sh Initial commit 2022-06-27 09:08:10 +02:00
pyproject.toml Initial commit 2022-06-27 09:08:10 +02:00
setup.cfg Add ORM base class; make Postgresql mandatory; add dependencies 2022-07-01 10:46:48 +02:00

README.md

compub

Company publications API

Usage

...

Installation

pip install compub

Dependencies

Python Version 3.10+, OS ...

Building from source

Run python -m build