{ "info": { "author": "Ryosuke Ito", "author_email": "rito.0305@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development" ], "description": "inline\n======\n\n.. image:: https://img.shields.io/travis/manicmaniac/inline/master.svg\n :target: https://travis-ci.org/manicmaniac/inline\n :alt: Travis CI\n\n.. image:: https://img.shields.io/pypi/v/inline.svg\n :target: https://pypi.python.org/pypi/inline\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/inline.svg\n :target: https://pypi.python.org/pypi/inline\n :alt: Python Versions\n\nEmbed inline C / C++ source codes in Python.\n\nUsage\n-----\n\n.. code:: python\n\n import inline\n c = inline.c(r'''\n int add(int a, int b) {\n return a + b;\n }\n ''')\n c.add(40, 2)\n\n\n.. code:: python\n\n import inline\n cxx = inline.cxx(r'''\n extern \"C\" {\n int add(int a, int b) {\n return a + b;\n }\n }\n ''')\n cxx.add(40, 2)\n\n\nInstall\n-------\n\n.. code:: sh\n\n pip install inline\n\n.. code:: sh\n\n git clone https://github.com/manicmaniac/inline.git\n cd inline\n python setup.py install", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/manicmaniac/inline", "keywords": "c c++ inline compile", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "inline", "package_url": "https://pypi.org/project/inline/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/inline/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/manicmaniac/inline" }, "release_url": "https://pypi.org/project/inline/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "embed inline C / C++ source codes in Python", "version": "0.0.1" }, "last_serial": 1824457, "releases": { "0.0.1": [ { "comment_text": "built for Linux-3.13.0-48-generic-x86_64-with-glibc2.7", "digests": { "md5": "8109c8381c0e573b8c947f5832f775a7", "sha256": "1ee74b061e029236874c72fd7b83f9a9794c214a65bb2b14f30f46b7e7498b0b" }, "downloads": -1, "filename": "inline-0.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "8109c8381c0e573b8c947f5832f775a7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 2894, "upload_time": "2015-11-19T14:12:53", "url": "https://files.pythonhosted.org/packages/73/c7/b0fa21f2a653dcb6fd393f4d52a267562bc368206d24fa78fab0d5fe5882/inline-0.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "861ed47a9d55cdefb439819e6abab74b", "sha256": "824991800a5205f3036369dc8acd226f76109368fe35070a4aa8488b991b9709" }, "downloads": -1, "filename": "inline-0.0.1.tar.gz", "has_sig": false, "md5_digest": "861ed47a9d55cdefb439819e6abab74b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2715, "upload_time": "2015-11-19T14:12:58", "url": "https://files.pythonhosted.org/packages/e1/5a/5a500177bedd3a610c022c1a9e5d14979163a030f87ece1383076b0f00c3/inline-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "built for Linux-3.13.0-48-generic-x86_64-with-glibc2.7", "digests": { "md5": "8109c8381c0e573b8c947f5832f775a7", "sha256": "1ee74b061e029236874c72fd7b83f9a9794c214a65bb2b14f30f46b7e7498b0b" }, "downloads": -1, "filename": "inline-0.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "8109c8381c0e573b8c947f5832f775a7", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 2894, "upload_time": "2015-11-19T14:12:53", "url": "https://files.pythonhosted.org/packages/73/c7/b0fa21f2a653dcb6fd393f4d52a267562bc368206d24fa78fab0d5fe5882/inline-0.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "861ed47a9d55cdefb439819e6abab74b", "sha256": "824991800a5205f3036369dc8acd226f76109368fe35070a4aa8488b991b9709" }, "downloads": -1, "filename": "inline-0.0.1.tar.gz", "has_sig": false, "md5_digest": "861ed47a9d55cdefb439819e6abab74b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2715, "upload_time": "2015-11-19T14:12:58", "url": "https://files.pythonhosted.org/packages/e1/5a/5a500177bedd3a610c022c1a9e5d14979163a030f87ece1383076b0f00c3/inline-0.0.1.tar.gz" } ] }