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.dev3.tar.gz
(11.2 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.36.dev3.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.36.dev3.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 | 7ad4049c170b08eb5d8ef128e275957e266d45611518ee8507b3448aad316a5f |
|
MD5 | 98dc43c6d00093f043768f3c4b8d8cad |
|
BLAKE2b-256 | c09a9c2c2365bd4e7fcacbe9f098c707950ef45a0bf13d95e7c41e001dc4c441 |
File details
Details for the file xync_schema-0.6.36.dev3-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.36.dev3-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 | 84461005a1057ea0e5274874a9cb23f563b320b5b4464106a030f9d7e8b9719e |
|
MD5 | f1f41e7257ac8705ad050064d4d44576 |
|
BLAKE2b-256 | 348741b341daaaf519c467a6d0ace8d13cd1a8aa0208579b7c153d6df0b31fad |