Metadata-Version: 2.1
Name: keystone-api-client
Version: 0.3.21
Summary: Python client for the Keystone API
Author: djperrefort
Author-email: djperrefort@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# Keystone Python Client

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e627ebe242104565bd932665703357ca)](https://app.codacy.com/gh/pitt-crc/keystone-python-client/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

Official Python client for ineracting with the Keystone API. 

## Resources

- [Keystone-API](https://github.com/pitt-crc/keystone-api): Backend REST API for managing HPC allocations and resources.
- [Keystone-Web](https://github.com/pitt-crc/keystone-web): Website frontend for HPC administration and self-service.
- [Keystone-Python-Client](https://github.com/pitt-crc/keystone-python-client): A light-weight Python client for Keystone API.
- [Keystone-Docs](https://github.com/pitt-crc/keystone-docs): Documentation for the Keystone project and its components.

