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.