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.29.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.29.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.29.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c895a9a6060f72237841a175a8c1abe7bd0cde5ef441bd8d41c95ad08d6718a1 |
|
MD5 | c6686203e69fe17ed7581ef073d368e5 |
|
BLAKE2b-256 | 541229b834f328270c6cc231c4cef8a1927ae6169f5fa3f2da1a7021303e6d36 |
File details
Details for the file xync_schema-0.6.29-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.29-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 | 79d68440ac5529290325ed9b273b12fdbd83a6942d8f5da575c43c51e86747e2 |
|
MD5 | 390042680c8a4b8f243fb144aed4f42e |
|
BLAKE2b-256 | 3f8069fdcd277a499b1d43dfa5b2fe5acdaf096a4f7b186f6f70e282990bd11b |