معرفی شرکت ها


distinctid-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generate distinct/unique IDs
ویژگی مقدار
سیستم عامل -
نام فایل distinctid-1.0.1
نام distinctid
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chukwudi Nwachukwu
ایمیل نویسنده theichux@gmail.com
آدرس صفحه اصلی https://github.com/ichux/distinctid
آدرس اینترنتی https://pypi.org/project/distinctid/
مجوز MIT
# DISTINCTID With `distinctid`, you can generate distinct/unique IDs. Just think of it as something that can replace your UUID. It has the advantage of being a long integer and can be sorted in ASC or DESC order. # Philosophy This code is pure Python and relies on [this article](https://instagram-engineering.com/sharding-ids-at-instagram-1cf5a71e5a5c) which led to [this](https://gist.github.com/ichux/1b5d15129370341811fb12eb7e333917), [this](https://github.com/ichux/postgresql-id-shard) and this present project you are reading now. # 100% Unittest Coverage See the unittest to know how to use it ```bash pip install coverage # unittest python -m unittest discover # OR # coverage with unittest coverage run -m unittest discover \ && coverage html && coverage report # browse: htmlcov/index.html ``` # How to Use ```bash # Browse a short video: https://twitter.com/zuoike/status/1544337418467397633 ```


زبان مورد نیاز

مقدار نام
>=3 Python


نحوه نصب


نصب پکیج whl distinctid-1.0.1:

    pip install distinctid-1.0.1.whl


نصب پکیج tar.gz distinctid-1.0.1:

    pip install distinctid-1.0.1.tar.gz