Skip to main content

A general-purpose dataflow programming language based on Python, written in Python

Project description

Pythonect is a new, experimental, general-purpose dataflow programming language based on Python, written in Python. It aims to combine the intuitive feel of shell scripting (and all of its perks like implicit parallelism) with the flexibility and agility of Python.

Hello, world

Here is the canonical “Hello, world” example program in Pythonect:

"Hello, world" -> print

See the Pythonect Tutorial: Learn By Example for more examples and details.

Installation

There are a few ways to install Pythonect.

  1. You can install directly from PyPI using easy_install or pip:

    easy_install Pythonect

    or:

    pip install Pythonect
  2. You can clone the git repository somewhere in your system:

    git clone git://github.com/ikotler/pythonect.git

    Then you should do following steps:

    cd pythonect
    python setup.py install

    Alternatively, if you use pip, you can install directly from the git repository:

    pip install \
            git+git://github.com/ikotler/pythonect.git@master#egg=pythonect \
            -r https://github.com/ikotler/pythonect/raw/master/doc/requirements.txt

For any of the above methods, if you want to do a system-wide installation, you will have to do this with root permissions (e.g. using su or sudo).

Build Status status

Licensing

Pythonect is made available under a BSD license; see LICENSE for details.

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

Pythonect-0.4.1.tar.gz (21.3 kB view details)

Uploaded Source

File details

Details for the file Pythonect-0.4.1.tar.gz.

File metadata

  • Download URL: Pythonect-0.4.1.tar.gz
  • Upload date:
  • Size: 21.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Pythonect-0.4.1.tar.gz
Algorithm Hash digest
SHA256 2f44a3bf9cd4865ece4bd79b7985dbfd2ca55ea63b31e9fec737b6f356d1aa2d
MD5 12f3143664c58b6d83da5fe60250531b
BLAKE2b-256 037dde442393c0aa95ceafabe9e03338edb7e6843b14a8555d234571053f43c6

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page