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.31.tar.gz
(9.8 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.31.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.31.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 892a2708ce7a289a1c82434a09b8ed0740bb2032255fb973c8fd249d4b81a656 |
|
MD5 | 085bb01e051bc2f3576da9f22b7e8656 |
|
BLAKE2b-256 | b889bad4d5546f9ee22553bea4d565c761ef9385c52aa1a8e2469b4e0c69c7cb |
File details
Details for the file xync_schema-0.6.31-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.31-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edb7eaace8ab62feae0148042747b28c61fe90fad046ab9163c6eb5cf2b44de2 |
|
MD5 | b9ee25b629d825edf2e67e7efc576d30 |
|
BLAKE2b-256 | 4c433b40da5215e54978c18aca442e92a8cf7c7f8f102ca2557bea8241ff90c5 |