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

33

Download files

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

Source Distribution

gamla-33.tar.gz (17.9 kB view details)

Uploaded Source

Built Distribution

gamla-33-py3-none-any.whl (64.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gamla-33.tar.gz
  • Upload date:
  • Size: 17.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for gamla-33.tar.gz
Algorithm Hash digest
SHA256 74f0635f656f1c417d943f38a6c582f3e9da617f35a73a7d6acc48fc937e0b42
MD5 b6a3d1f096d757331ba26f2120f47d97
BLAKE2b-256 4f271723399108bebcf8e2f3a008ff6e181d853d866c9ec8051b578274f68550

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gamla-33-py3-none-any.whl
  • Upload date:
  • Size: 64.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for gamla-33-py3-none-any.whl
Algorithm Hash digest
SHA256 43b385999660f88ed160b10f9c318a3feeab8765bb1196834bd783987becddfc
MD5 506145ca0a595dcc36dfcc9f3ea9cf4a
BLAKE2b-256 c8ab35632ce8d8dce25ec08a1b4baaeb3bdde73e972002c1249f1ec13b4cbd05

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