Skip to main content

A python module desgined for RL logging, monitoring and experiments managing.

Project description

UtilsRL

UtilsRL is a reinforcement learning utility python package, which is designed for fast integration into other RL projects. Despite its lightweightness, it still provides a full set of functions needed for RL algorithms development.

Currently UtilsRL is maintained by researchers from LAMDA-RL group. Any bug report / feature request / improvement is appreciated.

Installation

You can install this package directly from pypi:

pip install UtilsRL

After installation, you may still need to configure some other dependencies based on your platform, such as PyTorch.

Features & Usage

We are still working on the docs, and the docs will be published as soon as possible.

Here we list some highlight features of UtilsRL:

  • Extremely easy-to-use and research friendly argument parsing. UtilsRL.exp.argparse supports several handy features for research:
    • loading arguments from both yaml, json, python files and command line
    • nested argument parsing
  • Well-implemented torch modules for Reinforcement Learning
    • common network structures: MLP, CNN, RNN, Attention, Ensemble Blocks and etc
    • policy networks with various output distributions
    • normalizers implemented in nn.Module, benefiting saving/loading by taking advantage of state_dict
  • Powerful experiment loggers.
  • Super fast Prioritized Experience Replay (PER) buffer. By binding c++-implemented data structures, we boost the efficiency of PER up to 10 times

We provide two examples, namely training PPO on mujoco tasks and training Rainbow on atari tasks as illustrations for integrating UtilsRL into your workflow (see examples/)

Acknowledgements

We took inspiration for module design from tianshou and Polixir OfflineRL.

We also thank @YuRuiii and @momanto for their participation in code testing and performance benchmarking.

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

UtilsRL-0.6.7.tar.gz (43.1 kB view details)

Uploaded Source

Built Distributions

UtilsRL-0.6.7-pp310-pypy310_pp73-win_amd64.whl (129.4 kB view details)

Uploaded PyPy Windows x86-64

UtilsRL-0.6.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (170.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (178.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-pp39-pypy39_pp73-win_amd64.whl (129.4 kB view details)

Uploaded PyPy Windows x86-64

UtilsRL-0.6.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (170.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (178.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-pp38-pypy38_pp73-win_amd64.whl (129.3 kB view details)

Uploaded PyPy Windows x86-64

UtilsRL-0.6.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (172.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (178.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-pp37-pypy37_pp73-win_amd64.whl (129.2 kB view details)

Uploaded PyPy Windows x86-64

UtilsRL-0.6.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (172.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (178.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-cp312-cp312-win_amd64.whl (130.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

UtilsRL-0.6.7-cp312-cp312-win32.whl (118.6 kB view details)

Uploaded CPython 3.12 Windows x86

UtilsRL-0.6.7-cp312-cp312-musllinux_1_1_x86_64.whl (692.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

UtilsRL-0.6.7-cp312-cp312-musllinux_1_1_i686.whl (753.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

UtilsRL-0.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (177.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (185.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-cp311-cp311-win_amd64.whl (130.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

UtilsRL-0.6.7-cp311-cp311-win32.whl (119.6 kB view details)

Uploaded CPython 3.11 Windows x86

UtilsRL-0.6.7-cp311-cp311-musllinux_1_1_x86_64.whl (692.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

UtilsRL-0.6.7-cp311-cp311-musllinux_1_1_i686.whl (753.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

UtilsRL-0.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (177.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (184.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-cp310-cp310-win_amd64.whl (129.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

UtilsRL-0.6.7-cp310-cp310-win32.whl (118.5 kB view details)

Uploaded CPython 3.10 Windows x86

UtilsRL-0.6.7-cp310-cp310-musllinux_1_1_x86_64.whl (691.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

UtilsRL-0.6.7-cp310-cp310-musllinux_1_1_i686.whl (752.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

UtilsRL-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (175.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (183.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-cp39-cp39-win_amd64.whl (129.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

UtilsRL-0.6.7-cp39-cp39-win32.whl (118.7 kB view details)

Uploaded CPython 3.9 Windows x86

UtilsRL-0.6.7-cp39-cp39-musllinux_1_1_x86_64.whl (691.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

UtilsRL-0.6.7-cp39-cp39-musllinux_1_1_i686.whl (752.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

UtilsRL-0.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (176.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (183.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-cp38-cp38-win_amd64.whl (129.8 kB view details)

Uploaded CPython 3.8 Windows x86-64

UtilsRL-0.6.7-cp38-cp38-win32.whl (118.6 kB view details)

Uploaded CPython 3.8 Windows x86

UtilsRL-0.6.7-cp38-cp38-musllinux_1_1_x86_64.whl (690.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

UtilsRL-0.6.7-cp38-cp38-musllinux_1_1_i686.whl (751.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

UtilsRL-0.6.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (176.2 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (182.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

UtilsRL-0.6.7-cp37-cp37m-win_amd64.whl (129.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

UtilsRL-0.6.7-cp37-cp37m-win32.whl (119.8 kB view details)

Uploaded CPython 3.7m Windows x86

UtilsRL-0.6.7-cp37-cp37m-musllinux_1_1_x86_64.whl (694.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

UtilsRL-0.6.7-cp37-cp37m-musllinux_1_1_i686.whl (755.4 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

UtilsRL-0.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (177.8 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

UtilsRL-0.6.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (185.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

File details

Details for the file UtilsRL-0.6.7.tar.gz.

File metadata

  • Download URL: UtilsRL-0.6.7.tar.gz
  • Upload date:
  • Size: 43.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7.tar.gz
Algorithm Hash digest
SHA256 ed9e96678170ff194cf5bf2da2cf3c16d17a1cf7380a9ed0d40c2dbaef83820b
MD5 7d1a17368ef4647cd93dd83e7aab4e99
BLAKE2b-256 4f06cb4f83b2403de9e4e48c44a20726f1f72c62d8e4ab7ae134185d18eec69c

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 57dab01a09f08986ed4fe4199e0b9a86db36d4e413c4127e9f02811251fc5870
MD5 fcf5b97fc1f55088c55e7c99928d6019
BLAKE2b-256 b1cd4445eec1eb16d0fa5c8ab5d9967f3799ba6428407fad42d07e27cfba1ec9

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aaae1cf00e992673c1b1e6e828f92e6161e7147ed46ffdb8ef3adc0775085076
MD5 5dc554a48d5625d814d8766aa59120d9
BLAKE2b-256 14e7d614f258ceee508a25bc78528dd626732e21c1a119c04d3a7ff67f0279fc

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74a1edcf846feceaa393deceafd4521e60d41b1807f1be25063719dd5402f680
MD5 dc213aabe264f8ce2f73b6b7fdaf8251
BLAKE2b-256 1c979835d758a41418800be09f683d4891af0dc893a3fde40efe21f395438c7e

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ba7a4a3cf1e6cdd520efff539cc2921f8b7e30162ff5bf7237d5cdaefa85bc25
MD5 40d5dd8e18a8de2a314c9cbdd5cf602d
BLAKE2b-256 9ad8e937a706e04a7a379d068a586459db8417d079d27ccdbea12c47e3c7aa3f

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d994081c5c821db654c65d2eb711f7edc0bf698df21712e039c1dfd0dcbe9e1
MD5 0d1a83d3401979be7f8776dcd064b563
BLAKE2b-256 25bb95e1f3f271ae30f1d7b7b6818de76d00a4bccca81e2fead1c0b4a96e4f68

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23e1b9658489beda01e18067fe178054592db0a8f3f0b039e4f00d1c654ba3e6
MD5 df518d1eeae55492a0e62f9c78e83e13
BLAKE2b-256 8c5c23272675a2c97e3dfec7d6b3de4bc77e04cadfbdff45710c09eda789dd38

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8d3122b79c0ab1b2792ad119a269cf0c489c69c3cef60c20a4616c45928cc38c
MD5 b2edf12d24fb75bbf4dedbf6084604e7
BLAKE2b-256 23671f8c2915c06a2db70f4b2084b5261d958ccb0eb5e9609e2b60aaf63a7e63

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9bcaf0b6c5acac85bbe946341b4376408a891dc17cf26b5275ca19ca0ae00dd
MD5 17bbd499f7c1f3437873193ceb6b36ba
BLAKE2b-256 4f15cfe45c39cda0d92521c2a79e5089776a594f90b717db13f696be585f0a71

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbb7189366110c30e7ef2e196673c914c6c7ef7a2da996a85046c78e47ecfcbb
MD5 d5ea65b01baa66136d29e50bb042ff51
BLAKE2b-256 733564e61d4b791fab05ac53e598f831b051e896a3fffbdcd3bc79a74260f60b

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 153cdf351ce68f4e7db7c355c52224a77a23a8c2740ea3dc0587b5ddef46118f
MD5 09d6fe6694a9945ae68b8e2610c53f19
BLAKE2b-256 682bed97acf6c2bd3cbe55e0ff27fc115965c178f4d0e03b79fc3923a823392d

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5845623d5726c74ab03df66ade1f862c91aff6a9a2d450f0a638c350873b1c26
MD5 c2b6458a08c6e26dd51cddd68c8d31e3
BLAKE2b-256 476223e26646da1e5187205fff3d68c4f4a6491cfe94538637b5d25c587dc0e5

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8dc774740d9cf981484b8d15b5c6b25ccba02dbddd60a60a005c0b2ea54b4e0
MD5 2713c8819d15ace1970fe9e18257b6be
BLAKE2b-256 cf423c324b045a8c363bd065a7b8b4b5e873d15404857cbcc224d5119ee6700a

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 130.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2a4032eb7b6de18d366558195c38892b12bf87eb955daf635ea441bef58f230a
MD5 9f6bf236db617103a54ff665875935bf
BLAKE2b-256 d779be95180f0c6c8c93cfdfe4f502befb7078efd1374125449b433bc998aa2f

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp312-cp312-win32.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 118.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 793881da84ff32cc708f6c1ac89c50d0f732557affcb4942ba85c4ead8c24d38
MD5 93f9329c30fa4b9742a8a6ebbcc4f93b
BLAKE2b-256 602e4aca82431a2e79056d8e0f4d57c9a074bb2fbec62e13d721bcd574991216

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc12505971db59fd156aa5024024aabaaf3beb16adf7fa13f0c3852af844a2ae
MD5 90e3dda7b60d6063c7ab93c4e27c60c3
BLAKE2b-256 8843dcb5ce030cad83d91a520dd45fb2b7e4f820375f1ab0b2f7f25cf2d2fbf0

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 04e5694a4e0543bb4be29e64b1d5d083ad90474e67e77734b4b19de47f6878f0
MD5 78db4eed6fa489b5e85c01db41391d64
BLAKE2b-256 7a241d821d661a27c996403ce654433f1382a3f2eca1e6c889df9c8dddce7f12

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dce361fbeac5f74aa2707463bc190573b11fbeb1d952ad126e3db4b54ca771fa
MD5 eda92d06a44b98efe518950eb4c008a1
BLAKE2b-256 16e40fc4659f46b5d1f5f1393a22ea626e709f6fedd867b3de1e31dc78acbb83

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d6d7deba8053d064bb452eaac7e8804ba0b0de531092c068cde52b4985e4e5a
MD5 65b9488409fe24e30f062e2da8d393ee
BLAKE2b-256 ca7252c1e7f5aaf6e6d08d3f17c58ade493732ed47b7d3e6edb8ae778122a8ab

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 130.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 da79309090a28cfb195cf2ba173a8a28f15d97ddb13e763ef0496f7e23675b2c
MD5 ea6e70b6d77a8f0a6b587fda052e9a30
BLAKE2b-256 a200f600c1175451487d32102776bdd783c521172ea192526affd92bde4fedec

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp311-cp311-win32.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 119.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5959ab81f26225bdba8f99ada4544f4123b4ee4fe8e4692f3a69d29e95e810e7
MD5 de9289c3370fff221910cc979ab67009
BLAKE2b-256 b5da659364d040275a2d05338ae2cc6e7ee4c87eb573f2422a796640b34c7554

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4b28933a6a1f0d1853a1c842af265898c50820e77f4d63cd411b0ba8a9d40e39
MD5 12fdb18f95cbdec49050f94ba24d947d
BLAKE2b-256 c38087bd8ed7d4735811d94cbaf616e531d9114726bd7628953407fdf653b93b

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 164eb8390b9c9228960caa8bc66a3d0d79ecf8816416ce1d9fa822b956958926
MD5 0986d6fb7493a7a84e6e8f8c3491568b
BLAKE2b-256 d7f6a1bc0b1e422f3af2a80031779c389140d7a310ce2d142af51c023fba25a4

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b1d0b0b9a06e1579628bf4ca95b4249f9c861837cf4cf6006e19742bafc2b74
MD5 052ceca6e560c68ababa5b065ad25a2f
BLAKE2b-256 59207fcbb687cf227d2c28ef3099642fc00b9c3e3d549013329c9aafbccfd37b

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 885a629821219a47293edefab580cd49724b50adc0b805ea50b35c7988a5c1db
MD5 dd8046ccd82a39c42904b7aa1a426be0
BLAKE2b-256 d3f74df1281b7e4505f779576a18cfcb3ccf32868f96eb155f66f2f77d5ce6f9

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 129.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b078b7e4fd00cf35cadc15a15b9e1315de0731b4a199fe1ad37251b39668d499
MD5 acd39f1c6c2324ca32fa5d29db852f78
BLAKE2b-256 fe0db4c6b8df3e536e292296ebe1a47b8842fc5053f57a11050a506fb5bca3e7

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp310-cp310-win32.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 118.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5170897dfd64663bf0e8e96791ea5a94833ee33bafe5acedb1b1b02132296bf3
MD5 1b57bab040f23797314d5defda09154a
BLAKE2b-256 db20b382f8847b31463ac944de051d01d08a55ecf2a422f93bd558061a26e9b1

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fa7b952c1e9f1b93c8b188e8e291a596dab0e36c2f6d9d190cbc4fc48b641c07
MD5 711905c28f7634297a44bef00a0c4e75
BLAKE2b-256 f660b04f42433c5240cce973cf53571b6d689ca43af6d68d9de376422c190321

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 74e5e33db1d5ba1a7ae7e2b1128daa48954704bd718fb23b76a96ae880bb954d
MD5 b6d58c5b819c5aa8c5b88569b9e7a335
BLAKE2b-256 739aeb9d06538b60b7b95cc58c7e322989a7f6c1204d0fad1e82dbb395f70c98

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d35ecf9b7600c0d1714d9f8214f4bb6b237babf6457f7d37a1aff6b8dae375f9
MD5 f7707e83932d00335ff097c0c566cc45
BLAKE2b-256 2c4017b33a20c030bc49084485cdc2b499e9205281888c71d4827750ddc64556

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed99a631b206231dcf2114e8ffb4561f70ac5add27871c43f83dfcd8163f78ad
MD5 522665ed62fef0694d4dc4bf77aa6e4a
BLAKE2b-256 b3ea178206af76a497645f35c894d4d8f0c1d870e00017687928020abea2f42d

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 129.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ed51b91361b2d154f2888dde39ca533329a26e0e7c3fe58564bd7f4426ee26db
MD5 0c845abb1246d85c6a54ad163a6b6804
BLAKE2b-256 1b6ad425ed89f52dadf10337a75a5a83bbc823ac7153a483dce00b7646b347bb

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 118.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bbafcf8020a496c739ca8ca2f971f51e927e78af98f109cda5f0032eac7c57ad
MD5 97bfd40cff8d4307e4c75048e7969bed
BLAKE2b-256 1fd48ee6b7e9ddc5d00bc0b8e3782592707d80796be48115ba21a144f47121f0

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 25ac15ebabe880d8b5a766f89534665fe2dad525baad39cc2ef13ebc21dbf9e4
MD5 0e5c80ebbfa4d84337afd25e87a9d35c
BLAKE2b-256 91f9cb3a3b41de3ae860d95fd8ffdeee4f353ae63feacd7caaf2be927bc45422

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8b7b9de1d640ad55f336dc7940735b6a86afce45b0d8f0c4611918ee918a98f4
MD5 5bf84c04c59c74ac3987cc83ff78401b
BLAKE2b-256 60a0c76203cc1ab197b4e189a75a77d36861da84e74acc925286adb7a0c5554e

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9bd12252d87bd87166b4b4f79e4bc5da2cd5713c54aeaa4e58c07c1ae8536abd
MD5 51168a0013313d8ef7c31251ebc0b33e
BLAKE2b-256 ab507b80cf51506e4fa4cd6f237d36edb819dbff526fd193fa62589ea76bcd94

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 84885bbe24e6794f44ddeef5feaf163aeef5060cd1af0ae9370e1c27e55e6902
MD5 65bef2edbcb734e9b5240398601e6559
BLAKE2b-256 f4be5893c32b65f687c3be1732cf3a3e6c192d69db5b9ab3f58136c72129be17

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 129.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b3b04cc73838fca9d8138caf77d7a9792c6c55b9ece3edba7c2efe29f9925a02
MD5 a63badadb74238043b16d90d50d5df3d
BLAKE2b-256 134492cc4682b381603c81ad5a539345c8ec051da0bdde1f0db7b482fd4b26bb

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp38-cp38-win32.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 118.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 390ea91054732734a5f19dd2d85135fcd55b03341924d9be829f0a1b7ec4f346
MD5 3a33cca54a264d5313e7473141061e5d
BLAKE2b-256 996390b3a91e6d96d710d7bb87ac2775d71228a2202a41fc070c91da1b576f71

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e0e2b33c0d4c7c0264d66a2ca0720fb5cfae96ec38e590427b0bf14c232665da
MD5 f9eb0466e4a4963e57581e294de96bfc
BLAKE2b-256 19ab0039c9ffb183e32c7d37b3d079bfba7dcdd1a2fed6b513d64dae11e043bf

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8bdef30a04ef03686e6a8fa3706973ae6199bd375ec085a980b7ddf35a710c12
MD5 8aa88eab5a62549d1971cc8541f93024
BLAKE2b-256 55b09b899da699c09b74248f6337b132329ef5f35059b13d3b58353a14936b5d

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9126d74d9e75893a9bf7b233d4c0628b20f5d3873484f490ff4644a5a743ad14
MD5 2e446a681ebd300078de2983a77d4c69
BLAKE2b-256 1a2151e19cd329fc2bb4b7b85d8b0747127809a6ae6b5b74821bebb8a3d5219a

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 735bd99b18513b3a405ebcd8281afe73eb4361d2b0e81b6ce7f6a68a246ea3b2
MD5 06e43e3659dad886eec767a04bb72cb4
BLAKE2b-256 598e57d0e401945dbbb5475773f412633da0707edd11b4f569bc223c99a78913

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 129.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bf550dae9807926aa5651c1a11009605f969d383add6ece85b452da2d97ca66f
MD5 068efe90fdd12c29d607c83317adc66d
BLAKE2b-256 cbfe79396929ced8ef033013dc7291514e0aadfded52266400a025c51955874a

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp37-cp37m-win32.whl.

File metadata

  • Download URL: UtilsRL-0.6.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 119.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for UtilsRL-0.6.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8b5a7860eef0b8f5d47c027cea976c0bd0eb5a888390f33fb400eacaddac9e7a
MD5 50cb473f750f272b87f3e103944050d1
BLAKE2b-256 6f54505b696f56539e21a3b0f763d8fe931425b350728d6ab3ebba61ebcb4b35

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6c31ad75918d32a56a1b4ae7de0f8dd5a39d6ae25bee272b3ddd5237812581c2
MD5 267be51377b967204e1dcc568ede8762
BLAKE2b-256 47540cacb79d42d61722096c2242231d70efc8ccf86717910a1862d4752f6ecb

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 eb1c3fe12f6691adc1726e5177cbec85c4f566a268d729a0946d97b7637883eb
MD5 c7cfaa80ae697f601a7dd709e4a46eb3
BLAKE2b-256 6b03b76021403ec4eac83dc8c7fc189cdab3dc47daaa1b621045d485676fcefc

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a96112550963cf99e052e8625e716492c9469a6423b89a16e5df14a9c5f095c3
MD5 2f39b5cab4047464bc6f5ee09203ccc9
BLAKE2b-256 6abca00533709a49b0f026b2f684a51d9086a14d1aac6b412e18b5493b3926ba

See more details on using hashes here.

File details

Details for the file UtilsRL-0.6.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UtilsRL-0.6.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c425f83915caa44ccfd6f46068a9fc103c9beefce57d578836d78f18e1276487
MD5 9d653322b9addf43780559ccbf23ddad
BLAKE2b-256 eab63cad33ca959c754c4f9071860087cbc48232083118b405b4bd8ada1e9e04

See more details on using hashes here.

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