patx/pickledb
Update badges and descriptions in index.html
Commit 871f06f · Harrison Erd · 2026-01-06T03:04:35-05:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 24ea934..0a9bbc4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -853,9 +853,6 @@
<header>
<div class="badges">
<a href="https://pypi.org/project/pickledb/">
- <img src="https://patx.github.io/pickledb/logo.png" alt="pickleDB Logo">
- </a>
- <a href="https://pepy.tech/projects/pickledb">
<img src="https://static.pepy.tech/badge/pickledb" alt="PyPI Downloads">
</a>
<a href="https://github.com/patx/pickledb">
@@ -996,12 +993,12 @@ asyncio.run(main())</code></pre>
<tr>
<td><strong>Best For</strong></td>
<td>Single-threaded apps, scripts, fast prototypes</td>
- <td>Multi-threaded/process apps, ASGI servers</td>
+ <td>Multi-threaded/process apps and scripts</td>
</tr>
<tr>
<td><strong>Dependencies</strong></td>
<td><code>orjson</code> and <code>aiofiles</code></td>
- <td><code>orjson</code>, <code>aiofiles</code> and <code>aiosqlite</code></td>
+ <td><code>orjson</code>, <code>aiofiles</code> plus <code>aiosqlite</code></td>
</tr>
</tbody>
</table>