{ "info": { "author": "Thomas Kluyver", "author_email": "thomas@kluyver.me.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License" ], "description": "Identify modules used in a Python application.\n\nTo run::\n\n kartoffel module:func [args for application]\n\nFor example, for IPython::\n\n kartoffel IPython:start_ipython\n\nYour application will run. If any modules are dynamically loaded (e.g. plugins),\nactivate the features to ensure that they are loaded. Then quit your application.\n\nAfter your application exits, Kartoffel will capture a list of all the Python\nmodules loaded (``sys.modules``). Then it will classify these into groups:\n\n- Modules from identified distributions (i.e. PyPI packages)\n- Modules from the standard library (using `stdlib_list `_)\n- Modules not from files (builtins and dynamically created modules)\n- Unidentified\n\nThe results are saved as ``kartoffel-result.json`` in the working directory.\nA summary is printed on stdout.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/takluyver/kartoffel", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "kartoffel", "package_url": "https://pypi.org/project/kartoffel/", "platform": "", "project_url": "https://pypi.org/project/kartoffel/", "project_urls": { "Homepage": "https://gitlab.com/takluyver/kartoffel" }, "release_url": "https://pypi.org/project/kartoffel/0.1/", "requires_dist": [ "stdlib-list" ], "requires_python": ">=3.5", "summary": "Identify modules used in a Python application by running it.", "version": "0.1" }, "last_serial": 3336704, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b02c11fecaef68dc8f34e49095bc5913", "sha256": "784abbede837113ff25ddfa80066bd18baa48ebcdc1567dbc70b5d6c54aa0895" }, "downloads": -1, "filename": "kartoffel-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b02c11fecaef68dc8f34e49095bc5913", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 8703, "upload_time": "2017-11-15T22:24:08", "url": "https://files.pythonhosted.org/packages/17/41/fb32eefbd7444e58845cc88436cf305ce952d74c4037393f8e12b57ab088/kartoffel-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2cb1e2d26b67e0571c97944067cc29aa", "sha256": "94641df722356c151d25cd7c86ef3389c4c95fe0115042d70da42e65d339b807" }, "downloads": -1, "filename": "kartoffel-0.1.tar.gz", "has_sig": false, "md5_digest": "2cb1e2d26b67e0571c97944067cc29aa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3907, "upload_time": "2017-11-15T22:24:10", "url": "https://files.pythonhosted.org/packages/3b/0b/50cd4e2f313a159900880dd8454e41ccde3af619d7d6b9fcc5f87fd914e5/kartoffel-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b02c11fecaef68dc8f34e49095bc5913", "sha256": "784abbede837113ff25ddfa80066bd18baa48ebcdc1567dbc70b5d6c54aa0895" }, "downloads": -1, "filename": "kartoffel-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b02c11fecaef68dc8f34e49095bc5913", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 8703, "upload_time": "2017-11-15T22:24:08", "url": "https://files.pythonhosted.org/packages/17/41/fb32eefbd7444e58845cc88436cf305ce952d74c4037393f8e12b57ab088/kartoffel-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2cb1e2d26b67e0571c97944067cc29aa", "sha256": "94641df722356c151d25cd7c86ef3389c4c95fe0115042d70da42e65d339b807" }, "downloads": -1, "filename": "kartoffel-0.1.tar.gz", "has_sig": false, "md5_digest": "2cb1e2d26b67e0571c97944067cc29aa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3907, "upload_time": "2017-11-15T22:24:10", "url": "https://files.pythonhosted.org/packages/3b/0b/50cd4e2f313a159900880dd8454e41ccde3af619d7d6b9fcc5f87fd914e5/kartoffel-0.1.tar.gz" } ] }