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
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.6.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file xync_script-0.0.6.tar.gz
.
File metadata
- Download URL: xync_script-0.0.6.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdff1cf030475c8fc07b585eefbc89e1e1d755db9bbe3b6ced2109382328d50d |
|
MD5 | f1b28624d6033c16c82ec668734b2e94 |
|
BLAKE2b-256 | 48481e4d6fd05e7300dc7d5391d352054e0624fe9a1bd83703efa5003b7c2545 |
File details
Details for the file xync_script-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: xync_script-0.0.6-py3-none-any.whl
- Upload date:
- Size: 15.2 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 | d886e1859dd25e5fb4b61755a439199caf9bb39018cf194043e1d83bd4579152 |
|
MD5 | 15bc5cfa96016c0bf760220331a6a265 |
|
BLAKE2b-256 | 76eea9290331cf719308a9fc1392997e6fadce27ace738ec29898f3b6ae7d60c |