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

15

Download files

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

Source Distribution

gamla-15.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

gamla-15-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: gamla-15.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for gamla-15.tar.gz
Algorithm Hash digest
SHA256 fa4e4c341b06d9d760651f2b30ef51a570c59ce8470766cab39d55f672a22460
MD5 4812678cf6d3d1d67cf1b035a97ec156
BLAKE2b-256 99c9b9247d7d2787cceb5132ebc914209b72e72bcdb860053efa6fe869c7fad9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gamla-15-py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.0

File hashes

Hashes for gamla-15-py3-none-any.whl
Algorithm Hash digest
SHA256 e8f877bda1fb4ea75b5e6fac2b7b04bcb92ffc54d5079c204ccb18f39dac5890
MD5 62c2cd91fac9751ba5ed1c924d6ad777
BLAKE2b-256 bfcc70b2b638da98a207f99670b3114d026f16a69a0d6e6f7311f405aea2390e

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