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.28.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.28.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.28.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61a6cd9e445ab9a4712bf3a137039ecb31afcb138e4effbc41baf9cc74926fd1 |
|
MD5 | 8bdfc96d90e2efb57547cd95fd690471 |
|
BLAKE2b-256 | 120429ad5261f8a7a743eb45cc738aff812449b4c9377d2b3e72200763d087cc |
File details
Details for the file xync_schema-0.6.28-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.28-py3-none-any.whl
- Upload date:
- Size: 7.3 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 | 5f1b749c82491211319686048d82a4d9d8f8725a79934a230f807ebe096b16ea |
|
MD5 | e6fcc93b5b0daa54088309e752dad8a8 |
|
BLAKE2b-256 | e9e744599b351508676e6cf8cd03f0ee7c5e9bfc525ff3b6e17508e86da6a999 |