Skip to main content

A simple superset of Python with import expressions added in

Project description

Impexpr

A simple superset of Python with import expressions added in. Beware: This project has only been made as a proof of concept and is not intended to ever be used in production.

Installation

pip install impexpr

Quickstart

  • If you wish to import itertools and use it in the same line, run impexpr with the file with the following contents as the first argument:
for x in (import itertools).chain([1, 2], [3, 4], [5, 6]):
    print(x)
  • For everything else, run impexpr --help

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

impexpr-0.0.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

impexpr-0.0.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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