api-testing-toolkit


Nameapi-testing-toolkit JSON
Version 0.5.4 PyPI version JSON
download
home_pageNone
SummaryA set of functions to facilitate API testing with jupyter lab.
upload_time2024-07-02 17:39:49
maintainerNone
docs_urlNone
authorTom
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # API Testing Toolkit

[![PyPI - Version](https://img.shields.io/pypi/v/api-testing-toolkit.svg)](https://pypi.org/project/api-testing-toolkit)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/api-testing-toolkit.svg)](https://pypi.org/project/api-testing-toolkit)

-----

## Installation

Mac or Linux (inside `$HOME` or another directory of your choice)
```sh
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).

```sh
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](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "api-testing-toolkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tom",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/68/cb/35145c010583d1765c80ee412f809d317d688a38797b0fa7153566448474/api_testing_toolkit-0.5.4.tar.gz",
    "platform": null,
    "description": "# API Testing Toolkit\n\n[![PyPI - Version](https://img.shields.io/pypi/v/api-testing-toolkit.svg)](https://pypi.org/project/api-testing-toolkit)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/api-testing-toolkit.svg)](https://pypi.org/project/api-testing-toolkit)\n\n-----\n\n## Installation\n\nMac or Linux (inside `$HOME` or another directory of your choice)\n```sh\npython3 -m venv api-testing\nsource api-testing/bin/activate\npip install --upgrade pip\npip install api-testing-toolkit\n```\n\nWindows TBD\n\n## Development\n\nClone this repository and do this (for mac or linux, nothing for windows yet).\n\n```sh\npython3 -m venv .env\nsource .env/bin/activate\npip install --upgrade pip\npip install --editable .\n```\n\nSet your IDE to that .env venv and use the same to pull up jupyter in your target directory. If you change the code,\nyou'll need to reset the jupyter kernel.\n\n## Usage\n\nThis package is meant to be used with Jupyter Lab. Installing this package will also\ninstall Jupyter Lab, so you only need to install the one package. You can either run\nJupyter via CLI with the venv activated or point the desktop version at the venv\n(that's my recommendation).\n\nThe toolkit provides a few utility functions that can be ignored if you don't want to\nuse them. The important part is the pattern, not the details.\n\n## License\n\n`api-testing-toolkit` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A set of functions to facilitate API testing with jupyter lab.",
    "version": "0.5.4",
    "project_urls": {
        "Documentation": "https://github.com/Belkonar/api-testing-toolkit#readme",
        "Issues": "https://github.com/Belkonar/api-testing-toolkit/issues",
        "Source": "https://github.com/Belkonar/api-testing-toolkit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "839f14288713dd0aad6e1adc154352c8195bcd73f6e180b0b1835962be7aff3f",
                "md5": "d17b65085a38ba1a9ba79d831a97a7e0",
                "sha256": "60a373ea11c71d43a245702eaa706bfd040b3f0ea999d5324d97f96fd1944284"
            },
            "downloads": -1,
            "filename": "api_testing_toolkit-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d17b65085a38ba1a9ba79d831a97a7e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3873,
            "upload_time": "2024-07-02T17:39:48",
            "upload_time_iso_8601": "2024-07-02T17:39:48.564424Z",
            "url": "https://files.pythonhosted.org/packages/83/9f/14288713dd0aad6e1adc154352c8195bcd73f6e180b0b1835962be7aff3f/api_testing_toolkit-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68cb35145c010583d1765c80ee412f809d317d688a38797b0fa7153566448474",
                "md5": "e32bd2e0c3f2fa8b101c5bd2ab7cad48",
                "sha256": "c4a229b53e38ea65f811e5c4a6f67cccfa73bf1cd703c1fda889c3dec30f8376"
            },
            "downloads": -1,
            "filename": "api_testing_toolkit-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e32bd2e0c3f2fa8b101c5bd2ab7cad48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4411,
            "upload_time": "2024-07-02T17:39:49",
            "upload_time_iso_8601": "2024-07-02T17:39:49.633253Z",
            "url": "https://files.pythonhosted.org/packages/68/cb/35145c010583d1765c80ee412f809d317d688a38797b0fa7153566448474/api_testing_toolkit-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-02 17:39:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Belkonar",
    "github_project": "api-testing-toolkit#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "api-testing-toolkit"
}
        
Tom
Elapsed time: 1.91799s