Skip to content

Commit

Permalink
📝 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Jan 25, 2025
1 parent 7915638 commit 2d6a1aa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Aioarxiv

An async Python client for the arXiv API with enhanced performance and flexible configuration options.

<a href="https://raw.githubusercontent.com/BalconyJH/aioarxiv/main/LICENSE">
<img src="https://img.shields.io/github/license/BalconyJH/aioarxiv" alt="license">
</a>
<a href="https://pypi.org/project/aioarxiv/">
<img src="https://img.shields.io/pypi/v/aioarxiv?logo=python&logoColor=edb641" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.9+-blue?logo=python&logoColor=edb641" alt="python">
<a href="https://www.python.org/downloads/release/python-390">
<img src="https://img.shields.io/badge/python-3.9+-blue?logo=python&logoColor=edb641" alt="python">
</a>
<a href="https://codecov.io/gh/BalconyJH/aioarxiv">
<img src="https://img.shields.io/codecov/c/github/BalconyJH/aioarxiv" alt="codecov">
</a>
Expand All @@ -32,8 +36,6 @@
<img src="https://img.shields.io/pypi/dm/aioarxiv" alt="pypi">
</a>

An async Python client for the arXiv API with enhanced performance and flexible configuration options.

> [!WARNING]
> This project is currently under development and has not yet reached a stable release. We do not recommend using it in
> production environments.
Expand Down

0 comments on commit 2d6a1aa

Please sign in to comment.