Different shortcuts functions (helpers) for humanity.
Project description
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.
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
humhelpers-0.1.4.tar.gz
(3.4 kB
view details)
File details
Details for the file humhelpers-0.1.4.tar.gz
.
File metadata
- Download URL: humhelpers-0.1.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b95db381e482c89e04604999961b998724453b511e632e082e87a5f5ae9f42d |
|
MD5 | d6e421fa1eb2316d73a321743c142e25 |
|
BLAKE2b-256 | 5f52315e334ae5b2f19bd7753affaddb752eb1a49cdf4321d2904f3ae36ea7d3 |