{
"info": {
"author": "Chris MacMackin",
"author_email": "cmacmackin@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Documentation",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: HTML",
"Topic :: Utilities"
],
"description": "FORD\n====\n\nThis is an automatic documentation generator for modern Fortran\nprograms. FORD stands for FORtran Documenter. As you may know, \"to ford\"\nrefers to crossing a river (or other body of water). It does not, in\nthis context, refer to any company or individual associated with cars.\n\nFord was written due to\n`Doxygen `__'s poor handling of\nFortran and the lack of comparable alternatives.\n`ROBODoc `__ can't\nactually extract any information from the source code and just about any\nother automatic documentation software I found was either proprietary,\ndidn't work very well for Fortran, or was limited in terms of how it\nproduced its output.\n`f90doc `__ is quite good and I\nmanaged to modify it so that it could handle most of Fortran 2003, but\nit produces rather ugly documentation, can't provide as many links\nbetween different parts of the documentation as I'd like, and is written\nin Perl (which I'm not that familiar with and which lacks the sort of\nlibraries found in Python for producing HTML content).\n\nThe goal of FORD is to be able to reliably produce documentation for\nmodern Fortran software which is informative and nice to look at. The\ndocumentation should be easy to write and non-obtrusive within the code.\nWhile it will never be as feature-rich as Doxygen, hopefully FORD will\nbe able to provide a good alternative for documenting Fortran projects.\n\nCapabilities\n------------\n\nCurrent features include:\n\n- the ability to extract information about variables, procedures,\n procedure arguments, derived types, programs, and modules from the\n source code.\n- the ability to extract documentation from comments in the source\n code.\n- LaTeX support in documentation using\n `MathJax `__.\n- searchable documentation, using `Tipue\n Search `__.\n- author description and social media (including Github!) links.\n- links to download the source code.\n- links to individual files, both in their raw form or in HTML with\n syntax highlighting.\n- use of Markdown to type-set documentation.\n- links between related parts of the software.\n- Bootstrap CSS for the documentation, making it both functional and\n pretty.\n- configurable settings.\n- ability to create a hiearchical set of pages containing general information,\n not associated with any particular part of the source code.\n- display an entry for non-Fortran source files with file-level documentation\n and syntax highlighted code.\n\n\nInstallation\n------------\n\nThe simplest way to install FORD is using\n`pip `__. This can be done with the\ncommand\n\n::\n\n sudo pip install ford\n\nPip will automatically handle all dependencies for you. If you do not\nhave administrative rights on the computer where you want to produce\ndocumentation, pip will allow you to install FORD and its dependencies\nin a `virtualenv `__ located\nsomewhere in your home directory.\n\nIf you prefer, you can install all of those dependencies manually and clone\nFORD from Github. Then place FORD somewhere in your PYTHONPATH.\n\nAlternatively, FORD is available through the `Homebrew `__ package\nmanager for Mac OS X. To update Homebrew and install FORD, run these commands in\na terminal:\n\n::\n\n brew update\n brew install FORD\n\nIf you would like to install the latest development (master) branch from github,\nsimply add the :code:`--HEAD` flag: :code:`brew install --HEAD FORD`\n\n\nDocumentation\n-------------\n\nMore complete documentation can be found in the `project wiki `__.\n\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut **without any warrenty**; without even the implied warranty of\n**merchantability** or **fitness for a particular purpose**. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see the `GNU website `__.\n\nDocuments produced by FORD are derivative works derived from the input used in their production;\nthey are not affected by this license.\n",
"description_content_type": "",
"docs_url": null,
"download_url": "https://github.com/cmacmackin/ford/tarball/6.0.0",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/cmacmackin/ford/",
"keywords": "Markdown",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "FORD",
"package_url": "https://pypi.org/project/FORD/",
"platform": "",
"project_url": "https://pypi.org/project/FORD/",
"project_urls": {
"Download": "https://github.com/cmacmackin/ford/tarball/6.0.0",
"Homepage": "https://github.com/cmacmackin/ford/"
},
"release_url": "https://pypi.org/project/FORD/6.0.0/",
"requires_dist": null,
"requires_python": "",
"summary": "FORD, standing for FORtran Documenter, is an automatic documentation generator for modern Fortran programs.",
"version": "6.0.0"
},
"last_serial": 4018116,
"releases": {
"0.4": [
{
"comment_text": "",
"digests": {
"md5": "86d8bb1edd8ee6340028798e062be960",
"sha256": "0b33c7c4912ba842deb23b18a7228f873d80caf48dc2386e716526d777437b88"
},
"downloads": -1,
"filename": "FORD-0.4.tar.gz",
"has_sig": false,
"md5_digest": "86d8bb1edd8ee6340028798e062be960",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 575103,
"upload_time": "2015-01-12T17:03:17",
"url": "https://files.pythonhosted.org/packages/75/fc/2acd0682dfe02cace7ab6dcf51af8995c6d9883fdbc03d85fd172fdac8f2/FORD-0.4.tar.gz"
}
],
"0.5": [
{
"comment_text": "",
"digests": {
"md5": "6f9d609a015b9885a4fbd9eb66cd4e0c",
"sha256": "171528ae2dfeaccaaa7ee2103237d75c6ec713454193dc044eab90847bd3fe55"
},
"downloads": -1,
"filename": "FORD-0.5.tar.gz",
"has_sig": false,
"md5_digest": "6f9d609a015b9885a4fbd9eb66cd4e0c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 568014,
"upload_time": "2015-01-17T03:34:46",
"url": "https://files.pythonhosted.org/packages/6f/08/4b4c183c94749a362e82fb2408f36dd31b91a6ffa7a07ef33d07b6fa6ab1/FORD-0.5.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "196054292e6522252babb6f55cf069bf",
"sha256": "a521c09272e45b746212c48bdbf1bb23c57b4047580e1829718588db31d6d753"
},
"downloads": -1,
"filename": "FORD-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "196054292e6522252babb6f55cf069bf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 568382,
"upload_time": "2015-01-19T14:22:32",
"url": "https://files.pythonhosted.org/packages/4a/00/1a523d8ff2c5ccd0e3535eaf72950066e91b594cf4c3ea86a8cf5a33b489/FORD-1.0.0.tar.gz"
}
],
"1.0.1": [
{
"comment_text": "",
"digests": {
"md5": "f155419176447a18910e27d49fe3c8e0",
"sha256": "258b0ca4ad1d8fd5a3789f536d5842d9d3afd0569bea6be486e12808ccfa564a"
},
"downloads": -1,
"filename": "FORD-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f155419176447a18910e27d49fe3c8e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 568415,
"upload_time": "2015-01-21T03:48:04",
"url": "https://files.pythonhosted.org/packages/ab/5d/b4a3365c8cd1c5eba17ed4ab096882e54c05300d605c88c99fca7dab64ba/FORD-1.0.1.tar.gz"
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"md5": "997f76914701de0d6e388108392e6f8c",
"sha256": "fb5323a8990a80d66d234a02c9548e2e4d68de25a66e44c48266f2bb12c32f85"
},
"downloads": -1,
"filename": "FORD-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "997f76914701de0d6e388108392e6f8c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 568776,
"upload_time": "2015-01-21T22:32:44",
"url": "https://files.pythonhosted.org/packages/52/0d/879db68faa57cb5ecb4966dba08529931777a9fad02b7e29b217e45b50aa/FORD-1.1.0.tar.gz"
}
],
"2.0.0": [
{
"comment_text": "",
"digests": {
"md5": "382ec3ea4831974b4337910a440fd9b6",
"sha256": "7a1356114f84d3e778949c339ce022240d9b408ab168fb8cc7e01bf477af127f"
},
"downloads": -1,
"filename": "FORD-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "382ec3ea4831974b4337910a440fd9b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 569056,
"upload_time": "2015-04-26T14:48:52",
"url": "https://files.pythonhosted.org/packages/69/b6/79a1bb1733d6c69331290d3f8d994fccc53df6d7dc0bc8587fcff6be4ed3/FORD-2.0.0.tar.gz"
}
],
"2.1.0": [
{
"comment_text": "",
"digests": {
"md5": "9521199782694edb116bb6c9863056c4",
"sha256": "73064757ad07439920ed34fd9c995b5302f0434df7bd53188be27f13cffd80cb"
},
"downloads": -1,
"filename": "FORD-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "9521199782694edb116bb6c9863056c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 572513,
"upload_time": "2015-06-19T18:09:50",
"url": "https://files.pythonhosted.org/packages/b0/12/4afe37026a986ca15ec953e9a376597e0cb312a3d2b3907cd2f81ba64e38/FORD-2.1.0.tar.gz"
}
],
"3.0.0": [
{
"comment_text": "",
"digests": {
"md5": "8ec4aa9c8d25bc71960c2dfa2ff4f642",
"sha256": "31e675cd8d3fd11a263096d40780caf0f25e7d0f4caa4dc30abaa634860d443c"
},
"downloads": -1,
"filename": "FORD-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "8ec4aa9c8d25bc71960c2dfa2ff4f642",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 573604,
"upload_time": "2015-06-25T02:11:26",
"url": "https://files.pythonhosted.org/packages/c7/fa/d216dd5f66ae1fdeb33d8b82a0a1ff8a658b54f85a2d3266419dc806c63b/FORD-3.0.0.tar.gz"
}
],
"3.0.1": [
{
"comment_text": "",
"digests": {
"md5": "dc77cdb27afb8423f5f56f24de850d13",
"sha256": "596109bcd9d31040ac88e33c4cd4c2f2f3e5b9e22f01e5c50a3b1b7a33c6676a"
},
"downloads": -1,
"filename": "FORD-3.0.1.tar.gz",
"has_sig": false,
"md5_digest": "dc77cdb27afb8423f5f56f24de850d13",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 573701,
"upload_time": "2015-07-01T01:24:39",
"url": "https://files.pythonhosted.org/packages/0a/ce/e43f48b4a4e8cbfebd7331ce30e08a9b4bcb521213df108ab4de0c7d526e/FORD-3.0.1.tar.gz"
}
],
"3.0.2": [
{
"comment_text": "",
"digests": {
"md5": "07045f25acde474db0f43f9afabbef02",
"sha256": "30844536c73f51fcb078a090741349a3d13de708a3f3f7a6fa722532a97f3268"
},
"downloads": -1,
"filename": "FORD-3.0.2.tar.gz",
"has_sig": false,
"md5_digest": "07045f25acde474db0f43f9afabbef02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 573733,
"upload_time": "2015-07-02T01:37:14",
"url": "https://files.pythonhosted.org/packages/c5/5a/014996f6ae6159bbd3c8e742f2b5cc03bfb3a6fde4203304e36fc08018ab/FORD-3.0.2.tar.gz"
}
],
"3.1.0": [
{
"comment_text": "",
"digests": {
"md5": "8e5de161c0289fa7799bd0f11c88ec00",
"sha256": "12c615b2a9b253f67dea6b14854a694b1db505d740b7287fc5265801ab2d6f12"
},
"downloads": -1,
"filename": "FORD-3.1.0.tar.gz",
"has_sig": false,
"md5_digest": "8e5de161c0289fa7799bd0f11c88ec00",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 574938,
"upload_time": "2015-07-09T01:30:25",
"url": "https://files.pythonhosted.org/packages/9b/4a/57c7d88afb40df11a6484268e170b3dcebda57bc46ad21af205a522db69b/FORD-3.1.0.tar.gz"
}
],
"4.0.0": [
{
"comment_text": "",
"digests": {
"md5": "84af3f372af22ab9f57c787902db52ee",
"sha256": "1c1f6299ea81641fd1e7f7b643d37e620f8230a731ff1b9b1dfe3e81b9cf316f"
},
"downloads": -1,
"filename": "FORD-4.0.0.tar.gz",
"has_sig": false,
"md5_digest": "84af3f372af22ab9f57c787902db52ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 575815,
"upload_time": "2015-07-21T00:56:17",
"url": "https://files.pythonhosted.org/packages/c1/59/09bcfc26f647e650585086a07ee46c0c337fdf03ecc7266f904397e3eabf/FORD-4.0.0.tar.gz"
}
],
"4.0.1": [
{
"comment_text": "",
"digests": {
"md5": "44c01aadbef8a4310b003478bab39527",
"sha256": "dc22a43e156bff2776036bd25b748cff72466775f9fd36c4aa6fbc8fb260a981"
},
"downloads": -1,
"filename": "FORD-4.0.1.tar.gz",
"has_sig": false,
"md5_digest": "44c01aadbef8a4310b003478bab39527",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 575831,
"upload_time": "2015-07-21T17:45:36",
"url": "https://files.pythonhosted.org/packages/6c/a7/d40d659a0d57668872d37eaba0fe62894d855240442c2e7c443ed15e71cc/FORD-4.0.1.tar.gz"
}
],
"4.1.0": [
{
"comment_text": "",
"digests": {
"md5": "de6f945191c135c11d9a58b61a6019d4",
"sha256": "ec04b08468f75ac0acbda4fd6a15a432eb267e9c28098b5937125a95d2c6fdff"
},
"downloads": -1,
"filename": "FORD-4.1.0.tar.gz",
"has_sig": false,
"md5_digest": "de6f945191c135c11d9a58b61a6019d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 579210,
"upload_time": "2015-08-11T23:31:00",
"url": "https://files.pythonhosted.org/packages/35/5d/aab9b9d8b163c81efbea919d3b933b9d5ea6ffd96affad17ee4030d3017d/FORD-4.1.0.tar.gz"
}
],
"4.2.0": [
{
"comment_text": "",
"digests": {
"md5": "86b98d104ffb32eb05145463c9b9322a",
"sha256": "cc92dbebb26de900a4546137ef67a4399736931eaaffc48a5d54f51ced812ac2"
},
"downloads": -1,
"filename": "FORD-4.2.0.tar.gz",
"has_sig": false,
"md5_digest": "86b98d104ffb32eb05145463c9b9322a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 596060,
"upload_time": "2015-08-24T23:29:11",
"url": "https://files.pythonhosted.org/packages/1f/14/c0d3e4648568c126ed69298f78779b9c1ce4b96663b0c9477d9e851856ee/FORD-4.2.0.tar.gz"
}
],
"4.2.1": [
{
"comment_text": "",
"digests": {
"md5": "9857ff248ba5da1a0715ab1ec8343e4e",
"sha256": "19e9e6b8652e06df69b96ee39322e18c08e984bebe5dc1826450067bd8dcc242"
},
"downloads": -1,
"filename": "FORD-4.2.1.tar.gz",
"has_sig": false,
"md5_digest": "9857ff248ba5da1a0715ab1ec8343e4e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 596211,
"upload_time": "2015-08-26T12:56:06",
"url": "https://files.pythonhosted.org/packages/7a/9d/34716eb653389c99ae51557b9f48efc700fe680fbb435a23d28d837aeeaa/FORD-4.2.1.tar.gz"
}
],
"4.2.2": [
{
"comment_text": "",
"digests": {
"md5": "7536495ebc2b4edd3dfd58e8477a473d",
"sha256": "6daac59ff5c6d743a87ff533c8992b231028c4eb904308cee515f69e9b93805b"
},
"downloads": -1,
"filename": "FORD-4.2.2.tar.gz",
"has_sig": false,
"md5_digest": "7536495ebc2b4edd3dfd58e8477a473d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 597044,
"upload_time": "2015-08-30T20:29:20",
"url": "https://files.pythonhosted.org/packages/73/eb/df92fcb236812c369c5bbc53e4a1e598812b2e8fecdcafa80f5d4ea6c88a/FORD-4.2.2.tar.gz"
}
],
"4.2.3": [
{
"comment_text": "",
"digests": {
"md5": "4fa473d6c0aa3ee787d4c8c723a24eda",
"sha256": "8dac3abec4ea88ff68218738bbd0407c2a0b1714c644e28883b1e36611c609b4"
},
"downloads": -1,
"filename": "FORD-4.2.3.tar.gz",
"has_sig": false,
"md5_digest": "4fa473d6c0aa3ee787d4c8c723a24eda",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 597081,
"upload_time": "2015-08-31T21:06:20",
"url": "https://files.pythonhosted.org/packages/42/ca/6c9629c03b01b39fadfa8f791633bb992fbaa6ed7bef833178ed1b19e77b/FORD-4.2.3.tar.gz"
}
],
"4.3.0": [
{
"comment_text": "",
"digests": {
"md5": "824efc2267f80cbeebc00c922375d3bf",
"sha256": "89e1a7331ef77fd1c49fbf85d2f9190c7ebbd69dbe3bb24ff62d997169efdd4d"
},
"downloads": -1,
"filename": "FORD-4.3.0.tar.gz",
"has_sig": false,
"md5_digest": "824efc2267f80cbeebc00c922375d3bf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 607070,
"upload_time": "2015-09-20T20:28:57",
"url": "https://files.pythonhosted.org/packages/2a/36/11b02c6c49e244e94bb898c794c69a94cc88080cc21e78b303f3e5943355/FORD-4.3.0.tar.gz"
}
],
"4.4.0": [
{
"comment_text": "",
"digests": {
"md5": "2d7b9fbef2412d4827630cab3052a79b",
"sha256": "cd51e937a04aea92d8a7b2f2aeb08853d7c6860396bd09a962f958892100fd47"
},
"downloads": -1,
"filename": "FORD-4.4.0.tar.gz",
"has_sig": false,
"md5_digest": "2d7b9fbef2412d4827630cab3052a79b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 607298,
"upload_time": "2015-11-24T18:22:05",
"url": "https://files.pythonhosted.org/packages/9a/06/2faaac59493d60305596fa87482d0fff080c6f225b49aedb324cf959bc76/FORD-4.4.0.tar.gz"
}
],
"4.5.0": [
{
"comment_text": "",
"digests": {
"md5": "e69153fcfc010c3d26b9e3c54ba42cf4",
"sha256": "90d350e8891a74043420447b2980b1edac44f2654990309afd9349a7fbcd3509"
},
"downloads": -1,
"filename": "FORD-4.5.0.tar.gz",
"has_sig": false,
"md5_digest": "e69153fcfc010c3d26b9e3c54ba42cf4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 609017,
"upload_time": "2015-12-23T18:18:29",
"url": "https://files.pythonhosted.org/packages/ff/dd/2e9923245b39a78f5e918caf5ef52537df8c913b52ec502d304b384113ac/FORD-4.5.0.tar.gz"
}
],
"4.5.1": [
{
"comment_text": "",
"digests": {
"md5": "6fbf1e979793bfa34e96c43ef0118cbb",
"sha256": "50e7625a9c9ecd39ead16cf8f141a68d42977e76f6564e798b7b14fc4a89eefd"
},
"downloads": -1,
"filename": "FORD-4.5.1.tar.gz",
"has_sig": false,
"md5_digest": "6fbf1e979793bfa34e96c43ef0118cbb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 609077,
"upload_time": "2016-01-21T22:51:41",
"url": "https://files.pythonhosted.org/packages/2e/6c/c854f05b3456a3a519e83d5038e694b783ff308309411bc0b08abe1d3e31/FORD-4.5.1.tar.gz"
}
],
"4.5.2": [
{
"comment_text": "",
"digests": {
"md5": "a7eb0fcac9b29ff9e9d75685722d0727",
"sha256": "a30853b48aa05d3af6f8f8f1f4b3dc9c55a0104bd964cbdfa1bb113c5c3953ce"
},
"downloads": -1,
"filename": "FORD-4.5.2.tar.gz",
"has_sig": false,
"md5_digest": "a7eb0fcac9b29ff9e9d75685722d0727",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 609681,
"upload_time": "2016-02-20T19:39:58",
"url": "https://files.pythonhosted.org/packages/1c/2b/f854c44faea97eef38e256b6ff1da78d0037ed21fbee135526bdac3371ea/FORD-4.5.2.tar.gz"
}
],
"4.5.3": [
{
"comment_text": "",
"digests": {
"md5": "24ef97cc3f42b407e52791f0c0c16904",
"sha256": "f6b821469d4765187d0f43f42992abc18a5342ad3c4f813be1f9601113503e80"
},
"downloads": -1,
"filename": "FORD-4.5.3.tar.gz",
"has_sig": false,
"md5_digest": "24ef97cc3f42b407e52791f0c0c16904",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 610482,
"upload_time": "2016-03-27T19:55:29",
"url": "https://files.pythonhosted.org/packages/39/1f/5111e803ad81c8bc2c7db0173c9a2c258fef29e021e7cb26855f41035d94/FORD-4.5.3.tar.gz"
}
],
"4.5.4": [
{
"comment_text": "",
"digests": {
"md5": "8b27b8cc262132780524f971c84c7a18",
"sha256": "fc32eb17c2aa6bfd89e4168f237b7f66a9892c00dcc94a7ce6af08d05cdfdfc1"
},
"downloads": -1,
"filename": "FORD-4.5.4.tar.gz",
"has_sig": false,
"md5_digest": "8b27b8cc262132780524f971c84c7a18",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 610436,
"upload_time": "2016-03-29T08:23:39",
"url": "https://files.pythonhosted.org/packages/50/0c/30d1134565bdc11fbcfbb5de854864c0325c58b97f3de6cdfaa3094f6a63/FORD-4.5.4.tar.gz"
}
],
"4.6.0": [
{
"comment_text": "",
"digests": {
"md5": "af8de5ba2a0cf8ab5b7b7d6ecbcdf544",
"sha256": "e95146a6e82c3b0c2c9aaabeef60148130a8dd39347f0985c2283f0098fdddaf"
},
"downloads": -1,
"filename": "FORD-4.6.0.tar.gz",
"has_sig": false,
"md5_digest": "af8de5ba2a0cf8ab5b7b7d6ecbcdf544",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 611544,
"upload_time": "2016-05-15T19:17:08",
"url": "https://files.pythonhosted.org/packages/14/45/5fe474b94e9fa1a94ccced22f8c699c3aab60b93c365941ae075bc374522/FORD-4.6.0.tar.gz"
}
],
"4.6.1": [
{
"comment_text": "",
"digests": {
"md5": "78b11799fd0682f7305d07024c63c5f0",
"sha256": "ff63e3822281cb6751a3bdea132b2470fb1b32e9180c8ca9a9588157ac959193"
},
"downloads": -1,
"filename": "FORD-4.6.1.tar.gz",
"has_sig": false,
"md5_digest": "78b11799fd0682f7305d07024c63c5f0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 611587,
"upload_time": "2016-06-05T17:05:32",
"url": "https://files.pythonhosted.org/packages/7a/4e/a801a0bf7eb484f4aea0279425ca0e6a3fb92a05fc0537c479dab89873a8/FORD-4.6.1.tar.gz"
}
],
"4.6.2": [
{
"comment_text": "",
"digests": {
"md5": "9af32c2cf8d5c036ba6e7acab1f408d6",
"sha256": "48062d658c712e22e459d9a2460f7fd584013289a24d13e0fc011bdbe05c99b4"
},
"downloads": -1,
"filename": "FORD-4.6.2.tar.gz",
"has_sig": false,
"md5_digest": "9af32c2cf8d5c036ba6e7acab1f408d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 611674,
"upload_time": "2016-06-11T18:11:11",
"url": "https://files.pythonhosted.org/packages/85/11/7a70d720fcceddad67001dfa36bbc202d6172ba0b17e7d955db88516a33a/FORD-4.6.2.tar.gz"
}
],
"5.0.0": [
{
"comment_text": "",
"digests": {
"md5": "e7772c4dd6c6a7226fd6fb90654d2a82",
"sha256": "2d04fb7635cc154e5c761ed7be2c817f5ee2ae13902e695bd33fb1d01f187e13"
},
"downloads": -1,
"filename": "FORD-5.0.0.tar.gz",
"has_sig": false,
"md5_digest": "e7772c4dd6c6a7226fd6fb90654d2a82",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 619622,
"upload_time": "2016-07-26T14:13:39",
"url": "https://files.pythonhosted.org/packages/02/3f/7df308492c8deb09ea093be18b5654a0b545b30c6ba0db076674477e774a/FORD-5.0.0.tar.gz"
}
],
"5.0.1": [
{
"comment_text": "",
"digests": {
"md5": "61f19a826a8c07d70ae7b64a5f0f3c20",
"sha256": "f07b4de517f448dce5d6c3f5ba7fe9be5822e6e8fd15ff1a8636ba5913f79d06"
},
"downloads": -1,
"filename": "FORD-5.0.1.tar.gz",
"has_sig": false,
"md5_digest": "61f19a826a8c07d70ae7b64a5f0f3c20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 619698,
"upload_time": "2016-07-26T15:11:46",
"url": "https://files.pythonhosted.org/packages/72/aa/513bd996599340099f9f901854dbcacfd5d20f90584309866bfe3bb45d47/FORD-5.0.1.tar.gz"
}
],
"5.0.2": [
{
"comment_text": "",
"digests": {
"md5": "692db63068da4497917e11d36ef1ab9c",
"sha256": "87d393b8d8b4e3a7170d7542982477762b9e7274712292fb02868d3f740c6b09"
},
"downloads": -1,
"filename": "FORD-5.0.2.tar.gz",
"has_sig": false,
"md5_digest": "692db63068da4497917e11d36ef1ab9c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 619709,
"upload_time": "2016-07-26T17:31:22",
"url": "https://files.pythonhosted.org/packages/e1/f0/ded63fa9f88aa97496e597205fabd44bd465b49b92b8a83444b330a342ec/FORD-5.0.2.tar.gz"
}
],
"5.0.3": [
{
"comment_text": "",
"digests": {
"md5": "a8df3e867ff56261745cfe1eb7cf8649",
"sha256": "cc9f99a18f7ade9d3d7ea41c0200ff7cdcd21823aed91a4f8fc405a88ba913fd"
},
"downloads": -1,
"filename": "FORD-5.0.3.tar.gz",
"has_sig": false,
"md5_digest": "a8df3e867ff56261745cfe1eb7cf8649",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 619683,
"upload_time": "2016-07-27T02:11:50",
"url": "https://files.pythonhosted.org/packages/58/be/b88fe7905efb8c7bb51e46bb3214cde5df0cadcfbf887fde4b8f50e062e5/FORD-5.0.3.tar.gz"
}
],
"5.0.4": [
{
"comment_text": "",
"digests": {
"md5": "f5b06b9dacb4c811194821aa29a46faa",
"sha256": "a6ec4eac90a3baa2ed59435bf9e94f6f1a40f49881ac6e642d23471767a52db6"
},
"downloads": -1,
"filename": "FORD-5.0.4.tar.gz",
"has_sig": false,
"md5_digest": "f5b06b9dacb4c811194821aa29a46faa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 619694,
"upload_time": "2016-07-27T10:07:22",
"url": "https://files.pythonhosted.org/packages/d2/0a/db879742b03ffd136b0c18704697d5df9af779e0d2321412f46a48f424e4/FORD-5.0.4.tar.gz"
}
],
"5.0.5": [
{
"comment_text": "",
"digests": {
"md5": "eff6786715f24b10821cb81d7502f7a5",
"sha256": "b7c55ef3d4b8ddd4541e82eb5f9f0527d513c26ed66fca0d05b20db70c9795c0"
},
"downloads": -1,
"filename": "FORD-5.0.5.tar.gz",
"has_sig": false,
"md5_digest": "eff6786715f24b10821cb81d7502f7a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 620575,
"upload_time": "2016-09-15T15:11:55",
"url": "https://files.pythonhosted.org/packages/a5/38/7d87f437adde4a2e1540e1ce6b3c2830a1038afb5ee30a78af10eb2aab33/FORD-5.0.5.tar.gz"
}
],
"5.0.6": [
{
"comment_text": "",
"digests": {
"md5": "cbeaa7fc7f88ee120a41dc44ca050c79",
"sha256": "e34fb6ecf409708a25cb8e9b39536b7f3c92dc86821c9e84ee54223953ea6d95"
},
"downloads": -1,
"filename": "FORD-5.0.6.tar.gz",
"has_sig": false,
"md5_digest": "cbeaa7fc7f88ee120a41dc44ca050c79",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 620463,
"upload_time": "2016-09-16T16:15:03",
"url": "https://files.pythonhosted.org/packages/68/57/19bb1e199355563acbf1a91f6dbcbebb9b3cda744f17e7c8555728e53c1b/FORD-5.0.6.tar.gz"
}
],
"6.0.0": [
{
"comment_text": "",
"digests": {
"md5": "67c59fe6e981e15326e748057251ae08",
"sha256": "3f92ed791515ad05c2c465b63e9eb7f49e1eabf5da6db04a46596121bba32113"
},
"downloads": -1,
"filename": "FORD-6.0.0.tar.gz",
"has_sig": false,
"md5_digest": "67c59fe6e981e15326e748057251ae08",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 627036,
"upload_time": "2018-06-30T12:39:23",
"url": "https://files.pythonhosted.org/packages/cd/c0/30f1bdcf011f57a3810d252ed06329d0559260bda922dbc63f1932eebaa1/FORD-6.0.0.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "67c59fe6e981e15326e748057251ae08",
"sha256": "3f92ed791515ad05c2c465b63e9eb7f49e1eabf5da6db04a46596121bba32113"
},
"downloads": -1,
"filename": "FORD-6.0.0.tar.gz",
"has_sig": false,
"md5_digest": "67c59fe6e981e15326e748057251ae08",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 627036,
"upload_time": "2018-06-30T12:39:23",
"url": "https://files.pythonhosted.org/packages/cd/c0/30f1bdcf011f57a3810d252ed06329d0559260bda922dbc63f1932eebaa1/FORD-6.0.0.tar.gz"
}
]
}