Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove pre-alpha warning. #38

Merged
merged 1 commit into from
Sep 26, 2024
Merged
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
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div align="center">

| Project | | Status |
|-----------|:----|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --------- | :-- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CI/CD | | [![Latest Release](https://github.com/litestar-org/type-lens/actions/workflows/publish.yml/badge.svg)](https://github.com/litestar-org/type-lens/actions/workflows/publish.yml) [![ci](https://github.com/litestar-org/type-lens/actions/workflows/ci.yml/badge.svg)](https://github.com/litestar-org/type-lens/actions/workflows/ci.yml) [![Documentation Building](https://github.com/litestar-org/type-lens/actions/workflows/docs.yml/badge.svg?branch=main)](https://github.com/litestar-org/type-lens/actions/workflows/docs.yml) |
| Quality | | [![Coverage](https://codecov.io/github/litestar-org/type-lens/graph/badge.svg?token=vKez4Pycrc)](https://codecov.io/github/litestar-org/type-lens) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_type-lens&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=litestar-org_type-lens) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_type-lens&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_type-lens) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_type-lens&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_type-lens) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=litestar-org_type-lens&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=litestar-org_type-lens) |
| Package | | [![PyPI - Version](https://img.shields.io/pypi/v/type-lens?labelColor=202235&color=edb641&logo=python&logoColor=edb641)](https://badge.fury.io/py/litestar) ![PyPI - Support Python Versions](https://img.shields.io/pypi/pyversions/type-lens?labelColor=202235&color=edb641&logo=python&logoColor=edb641) ![type-lens PyPI - Downloads](https://img.shields.io/pypi/dm/type-lens?logo=python&label=package%20downloads&labelColor=202235&color=edb641&logoColor=edb641) |
Expand All @@ -19,13 +19,6 @@

</div>

> [!WARNING]
> **Pre-Release Alpha Stage**
>
> Please note that `type-lens` is currently in a pre-release alpha stage of development. This means the library is still
> under active development, and its API is subject to change. We encourage developers to experiment with `type-lens` and
> provide feedback, but we recommend against using it in production environments until a stable release is available.

## About

`type-lens` is a library that allows for utilizing Python types at runtime.
Expand Down
Loading