Metadata-Version: 2.1
Name: speedup
Version: 0.1
Summary: Speeds up your Python code by automatically converting it to Cython and/or PyPy
Home-page: https://github.com/s1113950/speedup.git
Author: s1113950
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Requires-Dist: astor (==0.8.1)
Requires-Dist: Cython (==0.29.20)
Requires-Dist: progressbar (==2.5)
Requires-Dist: termcolor (==1.1.0)
Provides-Extra: isolation
Requires-Dist: pipx (==0.15.4.0) ; extra == 'isolation'

# speedup
Automatic Cython transpiler to give your apps a speedup!

### Install with [isolation]
Enables running apps in their own env using [PyPy](https://www.pypy.org/) and [pipx](https://github.com/pipxproject/pipx)

### How to add parsers
Not all features in Cython are supported. To add new parsers, add a new parser to the `speedup/parsers` dir.

