{ "info": { "author": "Elias Rabel", "author_email": "ylikx.0@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Fortran", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Topic :: Scientific/Engineering", "Topic :: Software Development", "Topic :: Software Development :: Code Generators" ], "description": "Tool to convert from FORTRAN fixed source form files to free source form.\nSupports OpenMP and C-preprocessor statements.\n\nThe FORTRAN fixed source format dates back to time when punched cards were\nused in programming. Nevertheless it is widespread in the numerical computing\ncommunity. Even programs written according to the most recent Fortran 2008\nstandard can be written in fixed source form, although this is deprecated since\nFortran 2003.\n\nThis script converts fixed source form files to the free source form,\nintroduced with Fortran 90.\nIn refactoring legacy Fortran codes this is a useful first step.\n\nSome similar tools that I tried, attempt to automatically upgrade \ndeprecated language constructs with varying success.\nThis tool takes a more minimalistic approach and changes only the source form.", "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/ylikx/fortran-legacy-tools", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "fixed2free2", "package_url": "https://pypi.org/project/fixed2free2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fixed2free2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ylikx/fortran-legacy-tools" }, "release_url": "https://pypi.org/project/fixed2free2/0.8/", "requires_dist": null, "requires_python": null, "summary": "Fortran fixed to free source form converter", "version": "0.8" }, "last_serial": 792013, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "18566ff4ac83a1f7cf0ca9183386fec8", "sha256": "e1a960c314c9a6a78055fb05e4052ea1a5cda46f4164b7c4f1d9d1068db02128" }, "downloads": -1, "filename": "fixed2free2-0.8.tar.gz", "has_sig": false, "md5_digest": "18566ff4ac83a1f7cf0ca9183386fec8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14157, "upload_time": "2013-02-07T22:21:21", "url": "https://files.pythonhosted.org/packages/36/6b/06429ff2ddf7cd41ab30fd00d0f281742a031058fd061d8c8b48305183e2/fixed2free2-0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18566ff4ac83a1f7cf0ca9183386fec8", "sha256": "e1a960c314c9a6a78055fb05e4052ea1a5cda46f4164b7c4f1d9d1068db02128" }, "downloads": -1, "filename": "fixed2free2-0.8.tar.gz", "has_sig": false, "md5_digest": "18566ff4ac83a1f7cf0ca9183386fec8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14157, "upload_time": "2013-02-07T22:21:21", "url": "https://files.pythonhosted.org/packages/36/6b/06429ff2ddf7cd41ab30fd00d0f281742a031058fd061d8c8b48305183e2/fixed2free2-0.8.tar.gz" } ] }