{ "info": { "author": "David Moreno Garc\u00eda", "author_email": "david.mogar@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=======\ngblinks\n=======\n\nBroken links!\n\nOh man, Gitbook is such a nice tool to handle your documentation, but it's so easy to mess it up and add broken links here and there, right?\n\nGblinks is a easy to use tool to detect those links on time so you can fix them before publishing your documentation. The process can even be integrated in your CI workflow!\n\nCool, where do I get it?\n------------------------\n\nMake it easy and get it from pip:\n\n::\n\n $ pip install gblinks\n\nIf the version there is a bit outdated or you need a patch that is not in master yet, you can get it directly from GitHub:\n\n::\n\n $ git clone https://github.com/davidmogar/gblinks.git\n $ cd gblinks\n $ python setup.py install\n\nAnd now what?\n-------------\n\nNow you use it ;)\n\nThis is the easier part. You only have to run the next command:\n\n::\n\n $ gblinks -v PATH_TO_YOUR_GITBOOK\n\nThe output will be something similar to this:\n\n.. code:: json\n\n [\n {\n \"file\": \"my_gitbook/README.md\",\n \"link_path\": \"my_gitbook/chapter2/README.md\",\n \"link_text\": \"chapter 2\",\n \"link_url\": \"#chapter2\"\n },\n {\n \"file\": \"my_gitbook/README.md\",\n \"link_path\": \"my_gitbook/chapter10/contributors.md\",\n \"link_text\": \"Contributors for this chapter\",\n \"link_url\": \"#contributors\"\n }\n ]\n\nYou can also remove the verbose flag to get only a warning with the number of broken links.\n\nIf your want to check what options you can use with gblinks, just run the next command:\n\n::\n\n\t\t$ gblinks --help\n\nI have a fix/new feature\n------------------------\n\nThat's great. Contributors are always welcomed. Just send a pull request and be part of gblinks!\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/davidmogar/gblinks", "keywords": "gblinks", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "gblinks", "package_url": "https://pypi.org/project/gblinks/", "platform": "", "project_url": "https://pypi.org/project/gblinks/", "project_urls": { "Homepage": "https://github.com/davidmogar/gblinks" }, "release_url": "https://pypi.org/project/gblinks/0.3.4/", "requires_dist": null, "requires_python": "", "summary": "Python tool to find out broken GitBook links", "version": "0.3.4" }, "last_serial": 3165238, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4535efce6721d13ca7125ea80864673c", "sha256": "3cb5b70899abda5fcded906cd056bc7aebe3647a56e7d3dafe0f65a454d0152e" }, "downloads": -1, "filename": "gblinks-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4535efce6721d13ca7125ea80864673c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12974, "upload_time": "2017-04-26T12:01:42", "url": "https://files.pythonhosted.org/packages/80/05/fe59616f3bccd51e1400c64a77f3f20922c342df75ddf0d6e79557804179/gblinks-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f64a4362ec6f79c40ff79f008bae51c7", "sha256": "891935449a561d98c36f90db3582dc0ea34fe09cc41a43b25d7c896fbca5bae7" }, "downloads": -1, "filename": "gblinks-0.2.0.tar.gz", "has_sig": false, "md5_digest": "f64a4362ec6f79c40ff79f008bae51c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13041, "upload_time": "2017-04-26T12:16:14", "url": "https://files.pythonhosted.org/packages/01/1b/8d484fa1e35c0ecd3dfd0e8956a2f3c58ecc57e6b8033f3e44e036ca29c5/gblinks-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6c41f23b950aa4c2e7e218bdf9bc9505", "sha256": "4b4587d38877e0be95bca25b5d08a514a3e4aefa86bb1eb2c8b61dd062ac62a8" }, "downloads": -1, "filename": "gblinks-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6c41f23b950aa4c2e7e218bdf9bc9505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13067, "upload_time": "2017-04-26T12:21:04", "url": "https://files.pythonhosted.org/packages/02/6d/7ee9323bf0d45078b01c2cba504ca58822158d2958ec49d44fd906775a0d/gblinks-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "bc4960254b9802a6210627fa4404897d", "sha256": "dcca0d94522bb4e94479ec2e90d9f5d09df24fe8665b697d9e27948d2031f549" }, "downloads": -1, "filename": "gblinks-0.2.2.tar.gz", "has_sig": false, "md5_digest": "bc4960254b9802a6210627fa4404897d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13070, "upload_time": "2017-04-26T12:24:58", "url": "https://files.pythonhosted.org/packages/19/b7/89c6d6ac35c7dd90867fa75afeb1936fbbf2cc4866262d26d9159718c2fc/gblinks-0.2.2.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "2e4a425ae5ccb6115e3f119dffd1b5ea", "sha256": "4e21fd2fef84ee3f62e24bedc4a5c005c4f2892e380512e6c32116da7a2101b0" }, "downloads": -1, "filename": "gblinks-0.2.4.tar.gz", "has_sig": false, "md5_digest": "2e4a425ae5ccb6115e3f119dffd1b5ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13083, "upload_time": "2017-04-26T13:26:29", "url": "https://files.pythonhosted.org/packages/79/1a/7fbfa0c68a83da65eaafd6e79f428a608e442af3edf3a54b96c6c7dafbb8/gblinks-0.2.4.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "045ef85f7ef0f2e6a07ce4cad2bb2acd", "sha256": "a505ba75a5621ce1a1c36c727d05d6b2b4c5088be7347caa6a7819128faf2e9d" }, "downloads": -1, "filename": "gblinks-0.3.tar.gz", "has_sig": false, "md5_digest": "045ef85f7ef0f2e6a07ce4cad2bb2acd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4228, "upload_time": "2017-09-11T12:37:06", "url": "https://files.pythonhosted.org/packages/90/51/ccb6b172efe49ec381e6687428de8f07917e908d882b6c9b87070c794128/gblinks-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "e26a4e169f940326b72bc41317394ab7", "sha256": "580295c01864a1092ecee54162fa9d017c658d95ace87cd81810ddc6452f26b8" }, "downloads": -1, "filename": "gblinks-0.3.1.tar.gz", "has_sig": false, "md5_digest": "e26a4e169f940326b72bc41317394ab7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4009, "upload_time": "2017-09-11T12:41:27", "url": "https://files.pythonhosted.org/packages/2c/9d/8d7d2457121de420d3558773f414a499285f7c95b7ca3912415ddfb71112/gblinks-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "12498b781d349bc56c9d91a26816ac79", "sha256": "530f289731d232ca59e88bdc4bb2f46d9f68f5a743a9eef94deb6f5544c2c5f6" }, "downloads": -1, "filename": "gblinks-0.3.2.tar.gz", "has_sig": false, "md5_digest": "12498b781d349bc56c9d91a26816ac79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4196, "upload_time": "2017-09-11T12:52:09", "url": "https://files.pythonhosted.org/packages/2c/bf/605f9281edeedf38cd95424fef1710e4e7055196f99c37a9aadeaf2301b3/gblinks-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "e1e393e4c50b1fd7cc4ba9a71527ff60", "sha256": "0974d5f6dc5bc36add6b05ba40a9e77090e4fa998aa3e3a77a70dbb64cbbca31" }, "downloads": -1, "filename": "gblinks-0.3.3.tar.gz", "has_sig": false, "md5_digest": "e1e393e4c50b1fd7cc4ba9a71527ff60", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4206, "upload_time": "2017-09-11T12:57:11", "url": "https://files.pythonhosted.org/packages/80/86/d64783b34bdbd86036834abd1492e05117a5c68ae33dac02a9f916b07d86/gblinks-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "a02cbc9bb32610ef570603c54f276742", "sha256": "6bcf58527e02fe8869118f4173375b5a110411c196211f7d1c70dd7790ee31a5" }, "downloads": -1, "filename": "gblinks-0.3.4.tar.gz", "has_sig": false, "md5_digest": "a02cbc9bb32610ef570603c54f276742", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4187, "upload_time": "2017-09-11T12:59:02", "url": "https://files.pythonhosted.org/packages/5c/2a/6f8fe508ee274cadccb71a5e71d2badd63f868454916148823a8295a0734/gblinks-0.3.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a02cbc9bb32610ef570603c54f276742", "sha256": "6bcf58527e02fe8869118f4173375b5a110411c196211f7d1c70dd7790ee31a5" }, "downloads": -1, "filename": "gblinks-0.3.4.tar.gz", "has_sig": false, "md5_digest": "a02cbc9bb32610ef570603c54f276742", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4187, "upload_time": "2017-09-11T12:59:02", "url": "https://files.pythonhosted.org/packages/5c/2a/6f8fe508ee274cadccb71a5e71d2badd63f868454916148823a8295a0734/gblinks-0.3.4.tar.gz" } ] }