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
Built Distribution
File details
Details for the file xync_schema-0.6.32.dev1.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.32.dev1.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 | a4e64dafc9b365d8cfa4dfad8e2e9b8a18f8e5058f1d8ef304ea0d7f0ffaed54 |
|
MD5 | b815943e55eccfe333a8ebbd5c5f4a9c |
|
BLAKE2b-256 | c2ca177e582f97e53f46c2ff463ee128cf6a1eda7157ce6ea61ca151e9f4bdcc |
File details
Details for the file xync_schema-0.6.32.dev1-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.32.dev1-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 | ec3f6a044604d0c9342bb995e9ec05ed818e35978b2d65eb786584377031c559 |
|
MD5 | 3f7ac3c3d4f27cb64437ff602b26fab3 |
|
BLAKE2b-256 | fc9a545b81319c3ca0b3a6cf451fd0961279b835f0be64f3445d606c24584135 |