Automate scripts for XyncNet
Project description
INSTALL
# Create python virtual environment
python3 -m venv venv
# Activate this environment
source venv/bin/activate
# Install dependencies
pip install .'[dev]'
# 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_script-0.0.12.tar.gz
(10.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xync_script-0.0.12.tar.gz.
File metadata
- Download URL: xync_script-0.0.12.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7f8b5dfe5df7b147372a298132ad2f87c408651be6bdcbe5ee86e3046458ef1
|
|
| MD5 |
baf6c6615701c5ff701870f479248ca6
|
|
| BLAKE2b-256 |
7fe2ba39f158291992411441efc9726ad21b220722eceb411e81783afbb21f80
|
File details
Details for the file xync_script-0.0.12-py3-none-any.whl.
File metadata
- Download URL: xync_script-0.0.12-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfb03a75bc66ef7e95fb3b8cd66e44edde28e238c6bb76cfda3015a2664ae42d
|
|
| MD5 |
cc16f3f1bfbbdf15e9d35444c1705efb
|
|
| BLAKE2b-256 |
086303378b4d68e1a0e7e7e6701c213bbdf1da0f5ba2c3b4d78e2d630b5115f9
|