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

24

Download files

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

Source Distribution

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

Uploaded Source

Built Distribution

gamla-24-py3-none-any.whl (162.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gamla-24.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-24.tar.gz
Algorithm Hash digest
SHA256 5a4f59d2a3be062f21d0e05765f4527aed0fc53998d6e8c79a833ddfcab425b2
MD5 f3c9cbd6aa18d734acc2b00e33f9cebb
BLAKE2b-256 9facb5e6e7fd1895b966b5f6a8d773774657bf8afc0f23fb0ac95e652d054d75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gamla-24-py3-none-any.whl
  • Upload date:
  • Size: 162.0 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-24-py3-none-any.whl
Algorithm Hash digest
SHA256 a76d0bbac843ed5ffe3be7e08f8ee16da259e434a0b7e41f87c8ea1a1093935e
MD5 21f488499e47255efe3f98ec27a31e30
BLAKE2b-256 c120c378712a26ccbeb7a4c3bbe3fdd0adbf60752a77d048af7bd5de79a49c91

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