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.35.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.35.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.35.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d0852cd9f35d2028daa96113790dce037a61b99d7411bc25aa4d2dfb4eb4531 |
|
MD5 | 88994049e0434fa8aede4a6cfa800be3 |
|
BLAKE2b-256 | c852754a7754846a532dd32c1721c72ed4d499efc9ffbe4692d64f160462f83a |
File details
Details for the file xync_schema-0.6.35-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.35-py3-none-any.whl
- Upload date:
- Size: 7.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 | 6170eae7fb406046344315aa13197e6751850c9fc55a156b217757902efd71da |
|
MD5 | 0011f699ad60a342116df8e132718c48 |
|
BLAKE2b-256 | e1c82a55e81ebacd5f2a6e7fb57f7847e04489cfb095bcbf0f1a8923f9d82c05 |