A simple python app for sending a set of http requests defined as yaml.
Project description
yaml_requests
A simple python app for sending a set of http requests defined as yaml.
Installing
Ensure that you are using Python >= 3.7 with python --version
. To install, run:
pip install yaml_requests
Testing
Check and automatically fix formatting with:
pycodestyle yaml_requests
autopep8 -aaar --in-place yaml_requests
Run static analysis with:
pylint -E --enable=invalid-name,unused-import,useless-object-inheritance yaml_requests
Run unit tests with command:
python3 -m unittest discover -s tst/
Get test coverage with commands:
coverage run --branch --source yaml_requests/ -m unittest discover -s tst/
coverage report -m
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
yaml_requests-0.2.0.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file yaml_requests-0.2.0.tar.gz
.
File metadata
- Download URL: yaml_requests-0.2.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e5d2205dfd3a28acd9866503972aaa5f75113ea8b3d13ad32e15cb8109910276
|
|
MD5 |
ab35009412dddaf08c5d902fc6afb00c
|
|
BLAKE2b-256 |
0427257f59206cb5f67dea05d83f9d9273191cbd18aadefc54c86d57663e03be
|
File details
Details for the file yaml_requests-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: yaml_requests-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3d2ec2177135eeeecb3e383aa7df6954d9847a02e5637609ecd2e58026f9780c
|
|
MD5 |
964f770172528d44267160ae926c63f8
|
|
BLAKE2b-256 |
3e2744e51dcc800c899843582e4d6b2379383e8c66c21e4aa0e9230185d39d04
|