XyncNet project database model schema
Project description
INSTALL
# Create python virtual environment
python3 -m venv venv
# Activate this environment
source venv/bin/activate
# Install dependencies
pip install -r requirements.dev.txt
# Create pg db
createdb --U username -W dbname
## set password for db user
# Copy .env file from sample template
cp .env.sample .env
## set your pg creds in .env file
TEST
pytest
pre-commit
You can done commit
only after pytest
will done success.
Pre-commit script stored in .git/hooks/pre-commit
file; current script is:
#!/bin/sh
pytest
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
xync_schema-0.6.32.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.32.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.32.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 621bf6e085809a5043f0e0c7a11495d7ef8685766d586f9dafe28d85bc1258a2 |
|
MD5 | 0edd845a0a581978c33c1dba27c0b766 |
|
BLAKE2b-256 | e22a5ab8200ffb7742b99d5c9d1147759279632776489b6298d0222856fa99ec |
File details
Details for the file xync_schema-0.6.32-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.32-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50e22248e17d9d9d94e6a58d241a10694919fc68109f83f831ee5dc7ef048e09 |
|
MD5 | 073321b80303e977e691898c0e3c01ee |
|
BLAKE2b-256 | 965b8005b2e35053f4825ecb9e0cd575209533265c8d264ff8a9d85b6ab6ed82 |