{ "info": { "author": "Armin Rigo", "author_email": "arigo@tunes.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: Python", "Topic :: Software Development :: Compilers", "Topic :: Software Development :: Interpreters" ], "description": "Psyco is a historical project and only works on Python <= 2.6 on 32-bit x86 Intel CPUs. See also PyPy.\r\n\r\nPsyco shows that it is possible to execute Python code at speeds\r\napproaching that of fully compiled languages, by \"specialization\".\r\nThis extension module for the unmodified interpreter accelerates\r\nuser programs with little or not change in their sources, by a\r\nfactor that can be very interesting (2-10 times is common).", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/arigo/psyco", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "psyco", "package_url": "https://pypi.org/project/psyco/", "platform": "i386", "project_url": "https://pypi.org/project/psyco/", "project_urls": { "Homepage": "https://bitbucket.org/arigo/psyco" }, "release_url": "https://pypi.org/project/psyco/1.6/", "requires_dist": null, "requires_python": null, "summary": "Psyco, the Python specializing compiler", "version": "1.6" }, "last_serial": 1737010, "releases": { "1.2": [], "1.6": [] }, "urls": [] }