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

26

Download files

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

Source Distribution

gamla-26.tar.gz (15.5 kB view details)

Uploaded Source

Built Distribution

gamla-26-py3-none-any.whl (54.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gamla-26.tar.gz
  • Upload date:
  • Size: 15.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for gamla-26.tar.gz
Algorithm Hash digest
SHA256 ca184d5e95ee31aed90f87fed81359d5e95847768240241db5770769fc248d65
MD5 9c03fa5d88dc9ace79dae0c7d5a9d7d4
BLAKE2b-256 f6422b23f2eecfbeb84e52196b89bbb0381dab3f363a1cc2f9ffac877a0839a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gamla-26-py3-none-any.whl
  • Upload date:
  • Size: 54.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for gamla-26-py3-none-any.whl
Algorithm Hash digest
SHA256 db9bd0eddd578f23fcfce576a3e89c3fa14277a93a19088b837f34f89fffddfc
MD5 7f3db671a2550916ca91357de8861ad0
BLAKE2b-256 ca97f0199574dddf04d085615c316917c9bec9684a0cc0f2f56da3877b5c7b61

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