Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
docs: header alignment and new badges (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschutt authored Oct 30, 2022
1 parent 66e1baf commit 3f8ff79
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '33 22 * * 2'
- cron: "33 22 * * 2"
push:
branches: [ "main" ]
branches: ["main"]

# Declare default permissions as read only.
permissions: read-all
Expand Down
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# starlite-saqlalchemy

<img src="https://www.topsport.com.au/assets/images/logo_pulse.svg" width="200"/>

![PyPI - License](https://img.shields.io/pypi/l/starlite-saqlalchemy?color=blue)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/starlite-saqlalchemy)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/topsport-com-au/starlite-saqlalchemy/main.svg)](https://results.pre-commit.ci/latest/github/topsport-com-au/starlite-saqlalchemy/main)
<h1 align="center">starlite-saqlalchemy</h1>
<p align="center">
<img src="https://www.topsport.com.au/assets/images/logo_pulse.svg" width="200" alt="TopSport Pulse"/>
</p>

<p align="center">
<a href="https://pypi.org/project/starlite-saqlalchemy">
<img src="https://img.shields.io/pypi/v/starlite-saqlalchemy" alt="PYPI: starlite-saqlalchemy"/>
</a>
<a href="https://github.com/topsport-com-au/starlite-saqlalchemy/blob/main/LICENSE">
<img src="https://img.shields.io/pypi/l/starlite-saqlalchemy?color=blue" alt="License: MIT"/>
</a>
<a href="https://python.org">
<img src="https://img.shields.io/pypi/pyversions/starlite-saqlalchemy" alt="Python: supported versions"/>
</a>
<a href="https://results.pre-commit.ci/latest/github/topsport-com-au/starlite-saqlalchemy/main">
<img alt="pre-commit.ci status" src="https://results.pre-commit.ci/badge/github/topsport-com-au/starlite-saqlalchemy/main.svg"/>
</a>
<a href="https://api.securityscorecards.dev/projects/github.com/topsport-com-au/starlite-saqlalchemy">
<img alt="OpenSSF Scorecard" src="https://api.securityscorecards.dev/projects/github.com/topsport-com-au/starlite-saqlalchemy/badge"/>
</a>
</p>

Configuration for a [Starlite](https://github.com/starlite-api/starlite) application that features:

Expand Down

0 comments on commit 3f8ff79

Please sign in to comment.