Metadata-Version: 2.1
Name: proxygen-cli
Version: 2.0.2
Summary: CLI for interacting with NHSD APIM's proxygen service
Home-page: https://github.com/NHSDigital/proxygen-cli
Author: Ben Strutt
Author-email: ben.strutt1@nhs.net
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: cryptography (>=38.0.3,<39.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: lxml (>=4.9.1,<5.0.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: pyjwt (>=2.6.0,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: yaspin (>=2.2.0,<3.0.0)
Project-URL: Repository, https://github.com/NHSDigital/proxygen-cli
Description-Content-Type: text/markdown

# proxygen-cli

## Getting started

    1. Get some credentials from API Management
    # TODO make these steps work, for now one has to manually create these files
    2. Add those credentials to your machine, see the `proxygen credentials` command.
    3. Set the API you wish to work on, see the `proxygen settings` command.

