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.15.tar.gz
(11.5 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.15.tar.gz.
File metadata
- Download URL: xync_script-0.0.15.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
828e4c08b24f00d0e61c4ef588f47c5c8854f63cde974a8151770758d6e4813c
|
|
| MD5 |
9f096e2d41a020bcd7ec57abec91900d
|
|
| BLAKE2b-256 |
b323bcbac1179181762ae61d4179e6d268322d2023819a30ad5e2e57e5115000
|
File details
Details for the file xync_script-0.0.15-py3-none-any.whl.
File metadata
- Download URL: xync_script-0.0.15-py3-none-any.whl
- Upload date:
- Size: 9.8 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 |
5deb8b35834911f6da0c0d4ae1460897479b64fe6ac5cb4088469b0e49e221b2
|
|
| MD5 |
e56c2603fb6a8fef4b5c100f3b9112d6
|
|
| BLAKE2b-256 |
71f61b6c603bfde73140673de322b3e55cef8e821979f2329dfbd2676cd3da06
|