{ "info": { "author": "KKRainbow", "author_email": "sunsijie@buaa.edu.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development" ], "description": "Introduction\n============\n\nGenerating tags file according to the DWARF debug information in the binary file.\n\nPrerequisites\n=============\n\n\n* SQLAlchemy\n* SQLite3\n\nInstallation\n============\n\n.. code-block::\n\n # Ubuntu\n apt install sqlite3 \n # ArchLinux\n pacman -S sqlite3\n pip install btags\n\nUsage\n=====\n\n.. code-block::\n\n btags.py -j 2 -c /dir/to/the/build/root /path/to/the/binary\n\n\n* -j max worker threads\n* -c specify the directory under which the binary is compiled\n\nAfter, you will get a tags file under current working directory.\n\nIt can be used as following\n\n.. code-block::\n\n vim -t main\n\nFor examples\nAssume there is a autoconf project under dir /tmp/project, and you use the following\ncommand to build it.\n\n.. code-block::\n\n cd /tmp/project\n mkdir build\n cd build\n ../configure\n make\n\nThen, ``/tmp/project/build`` will be the build root, because the project is compiled\nunder this directory.\n\nTODO\n====\n\n\n* [] Replace sqlite with other faster data store mean\n* [] Add test cases\n* [] Add Travis CI support", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/KKRainbow/btagslib", "keywords": "dwarf ctags tag binary", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "btags", "package_url": "https://pypi.org/project/btags/", "platform": "Cross Platform", "project_url": "https://pypi.org/project/btags/", "project_urls": { "Homepage": "https://github.com/KKRainbow/btagslib" }, "release_url": "https://pypi.org/project/btags/0.1.1/", "requires_dist": null, "requires_python": ">=3", "summary": "Generate tag file according to the debug information such as DWARF including in the binary file", "version": "0.1.1" }, "last_serial": 2981461, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "2eef1a7bc67ec3df43c51d5e29f23595", "sha256": "49a7c6a47dee07b87ec6933afe7bcd04c7608669c166d8b361998abe0a55a7f9" }, "downloads": -1, "filename": "btags-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2eef1a7bc67ec3df43c51d5e29f23595", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14294, "upload_time": "2017-06-27T07:44:14", "url": "https://files.pythonhosted.org/packages/62/68/9e46d5d86304a9b589a919a18064dbac03c9f832b3f06ac6f2c1a9c3fc94/btags-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2eef1a7bc67ec3df43c51d5e29f23595", "sha256": "49a7c6a47dee07b87ec6933afe7bcd04c7608669c166d8b361998abe0a55a7f9" }, "downloads": -1, "filename": "btags-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2eef1a7bc67ec3df43c51d5e29f23595", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 14294, "upload_time": "2017-06-27T07:44:14", "url": "https://files.pythonhosted.org/packages/62/68/9e46d5d86304a9b589a919a18064dbac03c9f832b3f06ac6f2c1a9c3fc94/btags-0.1.1.tar.gz" } ] }