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.14.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.14.tar.gz.
File metadata
- Download URL: xync_script-0.0.14.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 |
15566a2274ee4f27ccff65bb915b1446903be86456081d549e9b9e314ee7aa11
|
|
| MD5 |
c109a5655115fce39119c6030ae6e393
|
|
| BLAKE2b-256 |
37eb214292defd44e54668c600f05888780dc8a7fc67c526b730c784037d5fa1
|
File details
Details for the file xync_script-0.0.14-py3-none-any.whl.
File metadata
- Download URL: xync_script-0.0.14-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 |
bd76c46254c22e3959dbdb317dbf683372dc8ad797cb38bb476bf3209452e22e
|
|
| MD5 |
6bbf3f6d1aa96641ec5b20584539b5f4
|
|
| BLAKE2b-256 |
a5cd280230df3fb9a3c7a0a64abc08c104d4793e83c811d77c116306b3e575f2
|