{ "info": { "author": "Vadivel", "author_email": "vadivelmurugank@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "\n.. sectnum::\n.. contents:: Table Of Contents\n\n********\napiparse\n********\n\nParse the patterns of apis of each module\n\n=======\nPurpose\n=======\n This program is used to list all the basic building block apis in\nsources or files to understand the fundamental complexity of the program\ndevelopment. The basic devleoquestion to be answered:\n - How may threads? types of threads/processes?\n - How much memory? Greedy and non-greedy memory allocation?\n - Atomic Locks and thread synchronization?\n - System APIs used?\n\n=====\nUsage\n=====\n\n Command Line\n ------------\n\nUsage: python -m apiparse\n\nOptions:\n --version show program's version number and exit\n -h, --help show this help message and exit\n -a, --showall Show all apis\n -g APIGROUP, --group=APIGROUP\n api groups:\n -p, --showpath list file xtension paths\n -f FILENAME, --file=FILENAME\n filename\n -d DESTNDIR, --destn=DESTNDIR\n Destination Directory\n -t, --tree Show Directory Tree\n\n\n API\n ---\n.. code-block:: \n import apiparse\n f = apiparse.apiparse.funcnode()\n f.showapis()\n\n", "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/vadivelmurugank/apiparse", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "apiparse", "package_url": "https://pypi.org/project/apiparse/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/apiparse/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/vadivelmurugank/apiparse" }, "release_url": "https://pypi.org/project/apiparse/0.1/", "requires_dist": null, "requires_python": null, "summary": "Parse api and api groups from sources", "version": "0.1" }, "last_serial": 1803906, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "03e1dfc50d28f4b481c9072aba72341a", "sha256": "9488d1918d367c669ed668870ec76402fe577e72e2d17c7f9f38d63e749b9134" }, "downloads": -1, "filename": "apiparse-0.1.linux-x86_64.exe", "has_sig": false, "md5_digest": "03e1dfc50d28f4b481c9072aba72341a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 66872, "upload_time": "2015-11-06T03:59:44", "url": "https://files.pythonhosted.org/packages/33/ba/106ee4f396108c3057021437f15fce5c85cc4b8d304e0a9ec091d7d719d8/apiparse-0.1.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "9aacf654a1a7a45c4a90eb176da68a6a", "sha256": "16b9a077448fba4c628f03ef3af2fab9eb0ff9a45a8dbd2461b146756d611bf8" }, "downloads": -1, "filename": "apiparse-0.1.tar.gz", "has_sig": false, "md5_digest": "9aacf654a1a7a45c4a90eb176da68a6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4622, "upload_time": "2015-11-06T03:59:39", "url": "https://files.pythonhosted.org/packages/cd/e5/12b0c103568c8897a118c9b472607b9c7b23ef0125bde7fd54beea241be1/apiparse-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03e1dfc50d28f4b481c9072aba72341a", "sha256": "9488d1918d367c669ed668870ec76402fe577e72e2d17c7f9f38d63e749b9134" }, "downloads": -1, "filename": "apiparse-0.1.linux-x86_64.exe", "has_sig": false, "md5_digest": "03e1dfc50d28f4b481c9072aba72341a", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 66872, "upload_time": "2015-11-06T03:59:44", "url": "https://files.pythonhosted.org/packages/33/ba/106ee4f396108c3057021437f15fce5c85cc4b8d304e0a9ec091d7d719d8/apiparse-0.1.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "9aacf654a1a7a45c4a90eb176da68a6a", "sha256": "16b9a077448fba4c628f03ef3af2fab9eb0ff9a45a8dbd2461b146756d611bf8" }, "downloads": -1, "filename": "apiparse-0.1.tar.gz", "has_sig": false, "md5_digest": "9aacf654a1a7a45c4a90eb176da68a6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4622, "upload_time": "2015-11-06T03:59:39", "url": "https://files.pythonhosted.org/packages/cd/e5/12b0c103568c8897a118c9b472607b9c7b23ef0125bde7fd54beea241be1/apiparse-0.1.tar.gz" } ] }