From fecbc80e7f23cb05205daee43dd8c362c4666a77 Mon Sep 17 00:00:00 2001 From: DevilsAutumn Date: Fri, 6 Jun 2025 12:35:02 +0530 Subject: [PATCH] Added Badges in Readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa7a236..23f430b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # TimeSeed 🌱⏰ +[![PyPI Downloads](https://static.pepy.tech/badge/timeseed)](https://pepy.tech/projects/timeseed) +[![Version](https://img.shields.io/badge/version-0.1.1-blue.svg)](https://github.com/devilsautumn/timeseed) +[![Python](https://img.shields.io/badge/python-3.8%2B-blue.svg)](https://python.org) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/devilsautumn/timeseed/blob/main/LICENSE) TimeSeed is a high-performance Python library and CLI tool for generating chronologically ordered unique identifiers with guaranteed ordering and configurable bit allocation. Unlike fixed-format ID generators, TimeSeed lets you balance timestamp precision, sequence capacity, and randomness based on your specific needs.