Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Dec 12, 2023
1 parent 576da6b commit 95dcffc
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
Expand Up @@ -10,18 +10,10 @@ This is the Authress SDK for Python. Authress provides an authorization API for
The Nuget package connects to the [Authress API](https://authress.io/app/#/api). You can use Authress to build authentication and authorization directly into your applications and services. Additionally, Authress can be used locally to develop faster without needing an [Authress Account](https://authress.io).

<p align="center">
<a href="https://badge.fury.io/py/authress" alt="Authress pypi package">
<img src="https://badge.fury.io/py/authress.svg">
</a>
<a href="https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml" alt="Build status">
<img src="https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml/badge.svg">
</a>
<a href="https://github.com/Authress/authress-sdk.py/blob/main/LICENSE" alt="Apache-2.0">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg">
</a>
<a href="https://authress.io/community" alt="authress community">
<img src="https://img.shields.io/badge/Community-Authress-fbaf0b.svg">
</a>
<a href="https://badge.fury.io/py/authress" alt="Authress pypi package"><img src="https://badge.fury.io/py/authress.svg"></a>
<a href="https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml" alt="Build status"><img src="https://github.com/Authress/authress-sdk.py/actions/workflows/build.yml/badge.svg"></a>
<a href="https://github.com/Authress/authress-sdk.py/blob/main/LICENSE" alt="Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
<a href="https://authress.io/community" alt="authress community"><img src="https://img.shields.io/badge/Community-Authress-fbaf0b.svg"></a>
</p>

## Usage
Expand Down Expand Up @@ -56,4 +48,4 @@ See the SDK reference guide for a examples of commonly executed blocks with desc

## Contribution Guide

[Developing for the Python SDK](https://github.com/Authress/authress-sdk.py/blob/main/contributing.md)
[Developing for the Python SDK](https://github.com/Authress/authress-sdk.py/blob/main/contributing.md)

0 comments on commit 95dcffc

Please sign in to comment.