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.34.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.34.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.34.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 | edee6f8b254e641ffd5288a2aef89d88d738a43f64314d85a86605b58afecddc |
|
MD5 | dee234f3bcf7b9fcd9a48415674221ad |
|
BLAKE2b-256 | a4dc2426f840ef3a276ba80906924c87c47959b91a9791e24b74cd9e91240253 |
File details
Details for the file xync_schema-0.6.34-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.34-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 | e10584e6f38445cf82039931e49c2d028ad2d3cccb52bed13567a69eca1a4e38 |
|
MD5 | e08b3896521e642c04b493f6778fc2d8 |
|
BLAKE2b-256 | 056c6023b1b724fc6c2d35a557755ef411d9fb302ddc5cbd4011b482bcdddf4a |