Skip to main content

yet a library.

Project description

ran

安装

pip install ran

示例

fs

from ran import fs

# 读取文件内容
content = fs.load('path')

mm

自动重载修改的模块。

from ran.mm import ModuleReloader
mr = ModuleReloader()
mr.watch()

idmk

生成 ID

from ran.idmk import IdentifierMaker

idmkr = IdentifierMaker(1)

for i in range(1000):
    print(idmkr.make())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ran-0.0.9.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

ran-0.0.9-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page