{ "info": { "author": "Igor `idle sign` Starikov", "author_email": "idlesign@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "pytakeout\n=========\nhttps://github.com/idlesign/pytakeout\n\n|release| |lic| |ci| |coverage| |health|\n\n.. |release| image:: https://img.shields.io/pypi/v/pytakeout.svg\n :target: https://pypi.python.org/pypi/pytakeout\n\n.. |lic| image:: https://img.shields.io/pypi/l/pytakeout.svg\n :target: https://pypi.python.org/pypi/pytakeout\n\n.. |ci| image:: https://img.shields.io/travis/idlesign/pytakeout/master.svg\n :target: https://travis-ci.org/idlesign/pytakeout\n\n.. |coverage| image:: https://img.shields.io/coveralls/idlesign/pytakeout/master.svg\n :target: https://coveralls.io/r/idlesign/pytakeout\n\n.. |health| image:: https://landscape.io/github/idlesign/pytakeout/master/landscape.svg?style=flat\n :target: https://landscape.io/github/idlesign/pytakeout/master\n\n\nDescription\n-----------\n\n*Simplifies Python code extraction*\n\nWith this you can easily:\n\n* extract function/method/class source code;\n* perform basic code transformations;\n* save code into a file.\n\n\nSample\n------\n\n.. code-block:: python\n\n from pytakeout import extract_code, code_to_file\n\n\n def func_to_extract():\n # This function needs to be extracted.\n return True\n\n\n # Extract code as a string.\n code = extract_code(func_to_extract)\n\n # Save it into a temporary file.\n tmp_code_file = code_to_file(code)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idlesign/pytakeout", "keywords": "", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "pytakeout", "package_url": "https://pypi.org/project/pytakeout/", "platform": "", "project_url": "https://pypi.org/project/pytakeout/", "project_urls": { "Homepage": "https://github.com/idlesign/pytakeout" }, "release_url": "https://pypi.org/project/pytakeout/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Simplifies Python code extraction", "version": "0.1.0" }, "last_serial": 3672924, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8d10108f38268c50d1acae60cd62a494", "sha256": "dbe595ad2e60dcd87640fbae365c355080b741d05a865d197232f985229b8328" }, "downloads": -1, "filename": "pytakeout-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d10108f38268c50d1acae60cd62a494", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5030, "upload_time": "2018-03-15T15:16:10", "url": "https://files.pythonhosted.org/packages/88/21/06cf425b75b87f29f2be50b71e7696402ecd75abf26179e7915ceea13505/pytakeout-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec0b3ea249b13e6083e50f9ed47c0c0e", "sha256": "b983960c32152b67e768c57cea9e5613f54ee854a287679edd31b4a2864dfa61" }, "downloads": -1, "filename": "pytakeout-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ec0b3ea249b13e6083e50f9ed47c0c0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9720, "upload_time": "2018-03-15T15:16:08", "url": "https://files.pythonhosted.org/packages/f2/ac/8686d50bccbfda187eafd38035c1c123291aacb8e555661bbfb7b2d4b126/pytakeout-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d10108f38268c50d1acae60cd62a494", "sha256": "dbe595ad2e60dcd87640fbae365c355080b741d05a865d197232f985229b8328" }, "downloads": -1, "filename": "pytakeout-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8d10108f38268c50d1acae60cd62a494", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5030, "upload_time": "2018-03-15T15:16:10", "url": "https://files.pythonhosted.org/packages/88/21/06cf425b75b87f29f2be50b71e7696402ecd75abf26179e7915ceea13505/pytakeout-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec0b3ea249b13e6083e50f9ed47c0c0e", "sha256": "b983960c32152b67e768c57cea9e5613f54ee854a287679edd31b4a2864dfa61" }, "downloads": -1, "filename": "pytakeout-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ec0b3ea249b13e6083e50f9ed47c0c0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9720, "upload_time": "2018-03-15T15:16:08", "url": "https://files.pythonhosted.org/packages/f2/ac/8686d50bccbfda187eafd38035c1c123291aacb8e555661bbfb7b2d4b126/pytakeout-0.1.0.tar.gz" } ] }