Skip to content

Commit 9eae36c

Browse files
authored
Add badges to README (#71)
1 parent 80517cf commit 9eae36c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# WorkOS Python Library
22

3+
![PyPI](https://img.shields.io/pypi/v/workos)
4+
[![Build Status](https://workos.semaphoreci.com/badges/workos-python/branches/master.svg?style=shields&key=9e4cb5bb-86a4-4938-9ec2-fc9f9fc512be)](https://workos.semaphoreci.com/projects/workos-python)
5+
36
The WorkOS library for Python provides convenient access to the WorkOS API from applications written in Python, [hosted on PyPi](https://pypi.org/project/workos/)
47

58
## Documentation
@@ -9,11 +12,13 @@ See the [API Reference](https://workos.com/docs/reference/client-libraries) for
912
## Installation
1013

1114
To install from PyPi, run the following:
15+
1216
```
1317
pip install workos
1418
```
1519

1620
To install from source, clone the repo and run the following:
21+
1722
```
1823
python setup.py install
1924
```
@@ -31,7 +36,7 @@ workos.client_id = "client_1234"
3136

3237
## More Information
3338

34-
* [Single Sign-On Guide](https://workos.com/docs/sso/guide)
35-
* [Directory Sync Guide](https://workos.com/docs/directory-sync/guide)
36-
* [Admin Portal Guide](https://workos.com/docs/admin-portal/guide)
37-
* [Magic Link Guide](https://workos.com/docs/magic-link/guide)
39+
- [Single Sign-On Guide](https://workos.com/docs/sso/guide)
40+
- [Directory Sync Guide](https://workos.com/docs/directory-sync/guide)
41+
- [Admin Portal Guide](https://workos.com/docs/admin-portal/guide)
42+
- [Magic Link Guide](https://workos.com/docs/magic-link/guide)

0 commit comments

Comments
 (0)