Skip to content

Commit d12ef72

Browse files
author
Joe Doss
committed
Fix README title.
1 parent 975ebfd commit d12ef72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# smallstep-python: A Python library for interfacing with the Smallstep API
1+
# smallstep-python
22

33
smallstep-python is a Python library at allows you to interface with the Smallstep API. We use [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) to generate a low level Python client that is located in `smallstep/api_client/`. See the `smallstep/README.md` for more information on using this generated library. We built a wrapper library on top of `smallstep/api_client` that is located in `api.py`. This adds a handful of helper features. At this time `smallstep/api.py` only supports a few API endpoints. See `smallstep/api.py` for details.
44

0 commit comments

Comments
 (0)