Skip to main content

A package providing runtime semantics of Gradual Typing

Project description

This package provides the runtime type-checking semantics of Gradual Typing for Python. Get a short introduction to gradual typing here.

Installing

This package only works on Python 3. To install gradual on your system, you must first get the Python 3 version of pip-3.2:

sudo apt-get install python3-pip

Now, you can easily install the gradual package via:

pip install gradual

If you wish to install it to your base system, then the above command would require root. If you already have gradual and wish to upgrade the existing package then you can use the --upgrade flag:

pip install --upgrade gradual

Usage

Once you have installed the package, fire up the Python 3 interpreter and just do:

from gradual import *

@typed
def calculate_total(a:int, b:int) -> int:
    return a + b//100

Project details


Download files

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

Source Distribution

gradual-0.1.1.tar.gz (5.6 kB view hashes)

Uploaded Source

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