API Testing Toolkit
Installation
Mac or Linux (inside $HOME or another directory of your choice)
python3 -m venv api-testing
source api-testing/bin/activate
pip install --upgrade pip
pip install api-testing-toolkit
Windows TBD
Development
Clone this repository and do this (for mac or linux, nothing for windows yet).
python3 -m venv .env
source .env/bin/activate
pip install --upgrade pip
pip install --editable .
Set your IDE to that .env venv and use the same to pull up jupyter in your target directory. If you change the code, you'll need to reset the jupyter kernel.
Usage
This package is meant to be used with Jupyter Lab. Installing this package will also install Jupyter Lab, so you only need to install the one package. You can either run Jupyter via CLI with the venv activated or point the desktop version at the venv (that's my recommendation).
The toolkit provides a few utility functions that can be ignored if you don't want to use them. The important part is the pattern, not the details.
License
api-testing-toolkit is distributed under the terms of the MIT license.
Release files for api-testing-toolkit 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| api_testing_toolkit-1.0.0.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| api_testing_toolkit-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / api_testing_toolkit-1.0.0.tar.gz
| Download URL | api_testing_toolkit-1.0.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
344f7e597bd6d353aed36b1a733132f9411ddfc4dd00e82e5010f838e5b3a7e8
|
|
BLAKE2b-256 checksum How to use checksums |
e3da1a6d1de5829632833498b0de66e8156c56a19decaf621035090f2a871532
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.27.0
|
Release files / api_testing_toolkit-1.0.0-py3-none-any.whl
| Download URL | api_testing_toolkit-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
577975d47a325d97952c0a612d64078874d115b3d956fa7c4f4a8b2b548dd935
|
|
BLAKE2b-256 checksum How to use checksums |
8fd3913fea7fbc9c83f22a51f4f6cf806bd071ae5eee0cf80939146e902791b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.27.0
|