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.27.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file xync_schema-0.6.27.tar.gz
.
File metadata
- Download URL: xync_schema-0.6.27.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 | 7f672d634037245cb57bee79824f80a906d8c591929bc556a628aec632b0ecf9 |
|
MD5 | 4d39dbed6f8c3ac2fe5b85589dfca801 |
|
BLAKE2b-256 | 1f29ba239f5c16f731dfdc4cf644fdc2d12bceb8074e5ab8b2b656f39d0c3e0c |
File details
Details for the file xync_schema-0.6.27-py3-none-any.whl
.
File metadata
- Download URL: xync_schema-0.6.27-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 | 228fbab5d94e8d06668f3cddc89d23c2c28122462e4cb6e9579fc52a722af6eb |
|
MD5 | 9cae61a412d683300e831118887251d1 |
|
BLAKE2b-256 | b1654375a1505b34bcb9c72e84ca99c0572beda4ece6698559e232509b084c50 |