ulid:Python 3中的通用唯一词典可排序标识符(ULID)

时间:2024-06-11 06:32:50
【文件属性】:

文件名称:ulid:Python 3中的通用唯一词典可排序标识符(ULID)

文件大小:72KB

文件格式:ZIP

更新时间:2024-06-11 06:32:50

python uuid python3 ulid Python

乌里德 。 地位 该项目正在积极维护中。 安装 要从安装ulid: $ pip install ulid-py 要从源代码安装ulid: $ git clone git@github.com:ahawker/ulid.git $ cd ulid && python setup.py install 用法 创建一个全新的ULID。 时间戳记值(48位)来自 ,精度为毫秒。 随机值(80位)来自os.urandom() 。 >> > import ulid >> > ulid . new () < ULID> 根据现有的128位值(例如UUID)创建新的ULID。 支持ULID值,如int , bytes , str和UUID类型。 >> > import ulid , uuid


【文件预览】:
ulid-master
----setup.py(2KB)
----.gitignore(1KB)
----.pyup.yml(65B)
----.codeclimate.yml(336B)
----requirements.txt(240B)
----Makefile(3KB)
----.travis.yml(3KB)
----MANIFEST.in(16B)
----.bumpversion.cfg(133B)
----.isort.cfg(67B)
----LICENSE(11KB)
----CHANGELOG.md(34KB)
----.hound.yml(75B)
----setup.cfg(189B)
----README.md(10KB)
----.ci()
--------install.ps1(7KB)
----tests()
--------conftest.py(10KB)
--------test_api_default.py(777B)
--------test_consts.py(2KB)
--------test_api_monotonic.py(801B)
--------test_ulid.py(15KB)
--------test_providers_time_default.py(2KB)
--------test_api_package.py(26KB)
--------test_api_api.py(2KB)
--------test_providers_monotonic.py(3KB)
--------test_providers_default.py(2KB)
--------test_providers_time_nanosecond.py(2KB)
--------test_providers_time_base.py(357B)
--------test_providers_microsecond.py(4KB)
--------test_api_microsecond.py(825B)
--------test_base32.py(14KB)
--------benchmarks()
--------test_providers_base.py(332B)
--------test_bugs.py(2KB)
--------test_codec.py(8KB)
--------test_module.py(1KB)
--------test_providers_package.py(1KB)
----pytest.ini(72B)
----appveyor.yml(951B)
----.coveragerc(446B)
----.pylintrc(13KB)
----requirements()
--------dev.txt(631B)
--------base.txt(125B)
--------test.txt(417B)
--------tox.txt(271B)
--------travis.txt(121B)
--------docs.txt(136B)
--------build.txt(104B)
----ulid()
--------api()
--------codec.py(4KB)
--------hints.py(1KB)
--------consts.py(945B)
--------__init__.py(845B)
--------base32.py(16KB)
--------providers()
--------ulid.py(11KB)
--------py.typed(133B)
----docs()
--------Makefile(601B)
--------api.rst(61B)
--------index.rst(436B)
--------conf.py(5KB)
--------make.bat(808B)
--------ulid.rst(62B)
--------hints.rst(63B)
--------base32.rst(64B)
----tox.ini(277B)

网友评论