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.36.dev2.tar.gz
(11.2 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.36.dev2.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.36.dev2.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd744f20359a18d42decfa58ceae957bf755b17addb556e1fa091f9eab0b3fde |
|
MD5 | b040959f1a4586a1e4108f5fcba309ae |
|
BLAKE2b-256 | 827a39656770163b5e95e8ddcc04bcce048e4f860ebee59a7400046219c436b4 |
File details
Details for the file xync_schema-0.6.36.dev2-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.36.dev2-py3-none-any.whl
- Upload date:
- Size: 9.4 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 | 856ebf7907108e0d4a03f00f2a6cb0e4d5b66ee53a182c411dbf49f158735bfc |
|
MD5 | e068e71549e587f5efd58b2ed2c52b53 |
|
BLAKE2b-256 | aaa0027a454b72b744a597dc3eb91ba8e2ddc4c42f570f6031fec57385531399 |