GitHub - elliotgao2/orderid: Short unique ordered ID generator.

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

OrderId

For orderid, transaction id, log id, etc.

  • Short. 32 digit lengths.
  • Unique. Any time any computer.
  • Ordered. By time.

Installation

pip install orderid

Usage

millisecond timestamp + threading uniq_id + process_time

import orderid

order_id = orderid.orderid() # 15651676055260064963218265906703

About

Short unique ordered ID generator.

Topics

Resources

Readme

Activity

Stars

3 stars

Watchers

1 watching

Forks

0 forks