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.30.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.30.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.30.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 | e9ca9c6e08308e0fc0b378238264e5641a6a2cdb70bda06e8421519486bc72bd |
|
MD5 | d34bb0b4b5b85b72a5ab9792a46ae97c |
|
BLAKE2b-256 | 0cedf0a898cc620ee58b14cc19fbeaa05aa3e3bdd521e6e2afeb4d36f4aae016 |
File details
Details for the file xync_schema-0.6.30-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.30-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 | b128577b7aea59233706c25326737a3fb9e21a0dfef3683e58fdb36ef7cd3948 |
|
MD5 | 29db78fdf9414a5e057f5eb1969fe8be |
|
BLAKE2b-256 | f4d60fc15e2cbf7e4e6111b816a7d9f0eb03ddf68448b5c3ea4b1f9022d2df98 |