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.33.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.33.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.33.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34baacd16afd4bdc61edafa9a095d67bf2beadb9c8a20a456277bb6c2f503308 |
|
MD5 | 26ae0c3724c72d9289f820051c67536a |
|
BLAKE2b-256 | d5e9022d305773cf86b24019ba5c75283b267c0dbb9ba9806b389fe35295a96c |
File details
Details for the file xync_schema-0.6.33-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.33-py3-none-any.whl
- Upload date:
- Size: 7.8 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 | 75d2f293c550f6343c7528b750e870f5975ee53e4374132d6047113f2bba074f |
|
MD5 | b659a1f9689b155833a102dcc02acd45 |
|
BLAKE2b-256 | eff1056f287bacb34e4798c9789c05cddfa3ef70955b5b1de2f2858197b3e796 |