Metadata-Version: 2.4
Name: timeseed
Version: 0.1.0
Summary: High-performance chronologically ordered unique ID generator with configurable bit allocation for distributed systems
Author-email: Bhuvnesh Sharma <bhuvnesh875@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/devilsautumn/timeseed
Project-URL: Repository, https://github.com/devilsautumn/timeseed
Project-URL: Documentation, https://github.com/devilsautumn/timeseed#readme
Project-URL: Bug Reports, https://github.com/devilsautumn/timeseed/issues
Project-URL: Source Code, https://github.com/devilsautumn/timeseed
Project-URL: Changelog, https://github.com/devilsautumn/timeseed/blob/main/CHANGELOG.md
Keywords: uuid,id,identifier,timestamp,chronological,distributed,unique,time-ordered,snowflake,ulid,generator
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov>=4.0.0; extra == "test"
Requires-Dist: pytest-xdist>=3.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.1.0; extra == "test"
Requires-Dist: coverage[toml]>=7.0.0; extra == "test"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: pytest-xdist>=3.0.0; extra == "dev"
Requires-Dist: pytest-timeout>=2.1.0; extra == "dev"
Requires-Dist: coverage[toml]>=7.0.0; extra == "dev"
Requires-Dist: ruff>=0.3.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: pre-commit>=3.0.0; extra == "dev"
Provides-Extra: benchmark
Requires-Dist: psutil>=5.9.0; extra == "benchmark"
Requires-Dist: matplotlib>=3.5.0; extra == "benchmark"
Provides-Extra: all
Requires-Dist: timeseed[benchmark,dev,test]; extra == "all"
Dynamic: license-file

# TimeSeed

TimeSeed is a high-performance chronologically ordered unique ID generator with configurable bit allocation for distributed systems.
