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.13.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.13.tar.gz.
File metadata
- Download URL: xync_script-0.0.13.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 |
5ab7b16ea84cfde48323998ba427592521e663e58b43d47cf6a869357455af32
|
|
| MD5 |
09e4497509bcddd42a020a3eac3c0227
|
|
| BLAKE2b-256 |
21ad3da112a8e8aaa4e145123d3d4e2ca427ff7523c9c00db5585c907a521ba8
|
File details
Details for the file xync_script-0.0.13-py3-none-any.whl.
File metadata
- Download URL: xync_script-0.0.13-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 |
3e2a946fa09051cab108378c14bed299b0e8f9a85ac0435b4a095575e639be92
|
|
| MD5 |
91bdafc54dfa42cbafa420d7927df920
|
|
| BLAKE2b-256 |
6c16cd2c11692b4c0aeab2a4b934ebba5529721a34ff7fb1190d75cfbb0087c8
|