Skip to main content

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.

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.1.tar.gz (2.1 kB view hashes)

Uploaded Source

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