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

17

Download files

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

Source Distribution

gamla-17.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

gamla-17-py3-none-any.whl (292.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gamla-17.tar.gz
  • Upload date:
  • Size: 14.7 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.2

File hashes

Hashes for gamla-17.tar.gz
Algorithm Hash digest
SHA256 7bad98a6569cb273588052571749ef94173b03b383e72c4c7fd6ba1f3de67e1c
MD5 1037764965293c043cd126c1d1d1aaf6
BLAKE2b-256 61ac5b3ddf8a1d8478ce10dc4a4eac7e54944d90dd9d027dc33ce050af75d464

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gamla-17-py3-none-any.whl
  • Upload date:
  • Size: 292.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.2

File hashes

Hashes for gamla-17-py3-none-any.whl
Algorithm Hash digest
SHA256 83a2df40000f30fd1f6690f17dba1378884640c3c1ce1f15f728dc2e1a08a57b
MD5 c1b354dfa2bdcd1532261658027c32ef
BLAKE2b-256 965b270e138b76cd8c8a79fbd6ee23d6276c22fd85ecb16d906e664feb95c98e

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