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

docs: header alignment and new badges #35

Merged
merged 1 commit into from
Oct 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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