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

25

Download files

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

Source Distribution

gamla-25.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

gamla-25-py3-none-any.whl (224.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gamla-25.tar.gz
  • Upload date:
  • Size: 15.4 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-25.tar.gz
Algorithm Hash digest
SHA256 086942a564f64b6036e6f271a6bbac8fc942256f92f52214ff109f217d2eb31b
MD5 7288332e0e18e62f21e86cfe140064d9
BLAKE2b-256 60d684005afa5ccd709c985ebbb4cd70c4c13148e069211c87f54bf1de2c9a3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gamla-25-py3-none-any.whl
  • Upload date:
  • Size: 224.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-25-py3-none-any.whl
Algorithm Hash digest
SHA256 a2becbf290623c32afc130777d588196e42ac4d2c5f6af91c699fa58e13bbbc8
MD5 c63d143939d18c91156414b4f57f609a
BLAKE2b-256 52fddb12b0fb62f48307ac18b82d96b5c3df9758b7e3d525e7f9b95eb19b7a1c

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