Provides different shortcuts functions (helpers) for humanity.
Created to be something like Ramda or Lodash for Python, but without
functional style.
For strings:
`reverse` - Reverse a string.
`replace` -
Replaces one substring in string to another.
Analog to string method with same name,
but also adds ability to change direction, from which to replace substring.
For collections:
`get` - Returns or element from collection by index (key), or None if not found.
For asyncio:
`run_async` - Asynchronously runs coroutine (function, defind with 'async def') until it completes.
Created to be something like Ramda or Lodash for Python, but without
functional style.
For strings:
`reverse` - Reverse a string.
`replace` -
Replaces one substring in string to another.
Analog to string method with same name,
but also adds ability to change direction, from which to replace substring.
For collections:
`get` - Returns or element from collection by index (key), or None if not found.
For asyncio:
`run_async` - Asynchronously runs coroutine (function, defind with 'async def') until it completes.
Release files for humhelpers 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| humhelpers-0.1.4.tar.gz | 3.4 kB | Details |
Release files / humhelpers-0.1.4.tar.gz
| Download URL | humhelpers-0.1.4.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b95db381e482c89e04604999961b998724453b511e632e082e87a5f5ae9f42d
|
|
BLAKE2b-256 checksum How to use checksums |
5f52315e334ae5b2f19bd7753affaddb752eb1a49cdf4321d2904f3ae36ea7d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
|