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.dev4.tar.gz
(11.2 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.36.dev4.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.36.dev4.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 | 3afa0c2c8f0ae4c6b5d8a68aa52aacbc1719f32d791c3c11c291cd1e11b7351b |
|
MD5 | 92303c112425440480577bccf847e8ea |
|
BLAKE2b-256 | 92e7017ca8f825bee551da8ae5cd96dd5a00315bf4b6e6e7d675dc88304f5c5c |
File details
Details for the file xync_schema-0.6.36.dev4-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.36.dev4-py3-none-any.whl
- Upload date:
- Size: 9.5 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 | 4201539b2eff2d2a85ccb605adf922a40a89648e6d38f7b02b7c94ffc0be3534 |
|
MD5 | c105c646c461267a89a626788525e9ff |
|
BLAKE2b-256 | bda376991e236f4cad05e63f8513c971e07d27e54ef2c265e2287721944ac56d |