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.16.tar.gz
(11.4 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.16.tar.gz.
File metadata
- Download URL: xync_script-0.0.16.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9f73fd9dd746b5dbd5a21fc81fb499cae61cad06490d2c45305e4388b92b5f2
|
|
| MD5 |
9f99537060e9e2d71b0d278f7ec315ca
|
|
| BLAKE2b-256 |
6b6595263ccf7e3bc310f8db4df13c7b665ac346b319ef7bbda2f475a731227e
|
File details
Details for the file xync_script-0.0.16-py3-none-any.whl.
File metadata
- Download URL: xync_script-0.0.16-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 |
d2a3201f264676c28db85016af5ed5fe0f4599d7c12931a00a111044a2b5931f
|
|
| MD5 |
e76e31ba3e98c309a46a1a1c1bd38ce9
|
|
| BLAKE2b-256 |
1448a6329a52e199a4c5da015d60b93561cf95773d05cae6914be38c8a06ca8a
|