Skip to main content

No project description provided

Project description

Build Status

גamla is a functional programming library for python.

pip install gamla

async just works

Most functions in this lib will work seamlessly with async and regular functions, and allow the developer to focus on the logic instead of deciding where to place an await.

For example:

import asyncio

import gamla


def increment(i):
    return i + 1


async def increment_async(i):
    asyncio.sleep(1)
    return i + 1


async def run():
    mixed_composition = gamla.compose_left(increment, increment_async, increment)
    return await mixed_composition(0)  # returns 3!

Releasing a new version

  1. Create a pypi account.
  2. Download twine and give it your pypi credentials.
  3. Get pypi permissions for the project from its owner.
  4. python setup.py sdist bdist_wheel; twine upload dist/*; rm -rf dist;

Project details


Release history Release notifications | RSS feed

This version

22

Download files

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

Source Distribution

gamla-22.tar.gz (15.3 kB view details)

Uploaded Source

Built Distribution

gamla-22-py3-none-any.whl (70.9 kB view details)

Uploaded Python 3

File details

Details for the file gamla-22.tar.gz.

File metadata

  • Download URL: gamla-22.tar.gz
  • Upload date:
  • Size: 15.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.4

File hashes

Hashes for gamla-22.tar.gz
Algorithm Hash digest
SHA256 192fae50912f3b22236eef994aadae8716a86d757ee72d441e7c72a4bff3ced0
MD5 4ce6f542b9a7ecc5c0a9064a8672e01f
BLAKE2b-256 56fb36c4d446beea1184e8f398b63f53211be9fddef983da7d3b4ae328013e2f

See more details on using hashes here.

File details

Details for the file gamla-22-py3-none-any.whl.

File metadata

  • Download URL: gamla-22-py3-none-any.whl
  • Upload date:
  • Size: 70.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.4

File hashes

Hashes for gamla-22-py3-none-any.whl
Algorithm Hash digest
SHA256 941353e6c8701a1c9d40ede88c3db505f7ff81c4a1d842054a2b32c76c45655f
MD5 6835d9f6ea6cd8932101b7908272efa8
BLAKE2b-256 de9a7b58b3450bb64d53ff3ac78569bda25bb66097705e96c5fd964b6b5ebcec

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