A set of functions to facilitate API testing with jupyter lab.
Project description
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.
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
Built Distribution
File details
Details for the file api_testing_toolkit-0.5.4.tar.gz
.
File metadata
- Download URL: api_testing_toolkit-0.5.4.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4a229b53e38ea65f811e5c4a6f67cccfa73bf1cd703c1fda889c3dec30f8376 |
|
MD5 | e32bd2e0c3f2fa8b101c5bd2ab7cad48 |
|
BLAKE2b-256 | 68cb35145c010583d1765c80ee412f809d317d688a38797b0fa7153566448474 |
File details
Details for the file api_testing_toolkit-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: api_testing_toolkit-0.5.4-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60a373ea11c71d43a245702eaa706bfd040b3f0ea999d5324d97f96fd1944284 |
|
MD5 | d17b65085a38ba1a9ba79d831a97a7e0 |
|
BLAKE2b-256 | 839f14288713dd0aad6e1adc154352c8195bcd73f6e180b0b1835962be7aff3f |