Skip to main content

A Python preprocessor

Project description

AmpliPy - Accelerated Python

AmpliPy is a Python preprocessor written in Python that aims to make Python code faster to write and easier to read. It uses valid Python 3 syntax, so syntax highlighters, PEP8 checkers and IDEs still work perfectly.

What can it do?

It introduces shorthand lambda syntax:

{x | x + 2}
# becomes...
lambda x: x + 2

There is more coming soon!

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

AmpliPy-1.0.zip (4.2 kB view hashes)

Uploaded Source

Built Distribution

AmpliPy-1.0-py3-none-any.whl (4.0 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