{ "info": { "author": "Neil Martinsen-Burrell", "author_email": "neilmartinsenburrell@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Fortran", "Programming Language :: Python", "Topic :: Scientific/Engineering" ], "description": "FortranFile\n===========\n\nfortranfile.py (``_) reads and writes\nunformatted Fortran files. These files contain binary data such as strings,\nintegers and floating-point numbers in a record-oriented format where the\nlength of the record in bytes is prepended and appended. While the Fortran\nstandard doesn't specify that unformatted output files must have this\nstructure, it is very commonly used by different Fortran compilers.\n\nSee the docstring at the top of ``fortranfile.py`` for usage information. `Numpy\n`_ is required.\n\nQuick Start\n-----------\n\n::\n\n >>> import fortranfile\n >>> f = fortranfile.FortranFile('output.dat')\n >>> x = f.readReals()\n\n\nLicense\n-------\n\nCopyright 2008-2013 Neil Martinsen-Burrell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://launchpad.net/fortranfile", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "fortranfile", "package_url": "https://pypi.org/project/fortranfile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fortranfile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://launchpad.net/fortranfile" }, "release_url": "https://pypi.org/project/fortranfile/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Read and write unformatted fortran output files", "version": "0.2.1" }, "last_serial": 792122, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "ccb388262137203bd593d2e0c99f5fe9", "sha256": "f868607487ab8198c60f641c9568764746000aaec9f443a8ab004f6db79aaeb4" }, "downloads": -1, "filename": "fortranfile-0.2.tar.gz", "has_sig": false, "md5_digest": "ccb388262137203bd593d2e0c99f5fe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2013-02-20T20:14:40", "url": "https://files.pythonhosted.org/packages/0e/85/2101f02f442505ac476810f901183d168c87eeb176cd15c8348cf252604b/fortranfile-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3ef39711199ef95716e328a8c72f951d", "sha256": "c4f374d221d9d2d12f30aea07afb0347f0b55afdeb7d7ecf1a82bfa2dbe64607" }, "downloads": -1, "filename": "fortranfile-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3ef39711199ef95716e328a8c72f951d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3934, "upload_time": "2013-02-21T04:21:50", "url": "https://files.pythonhosted.org/packages/2c/d5/38d538463a7ebfc65015f2617c8ee27b2c2684acaeaa8f19c63c4bb03d8d/fortranfile-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ef39711199ef95716e328a8c72f951d", "sha256": "c4f374d221d9d2d12f30aea07afb0347f0b55afdeb7d7ecf1a82bfa2dbe64607" }, "downloads": -1, "filename": "fortranfile-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3ef39711199ef95716e328a8c72f951d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3934, "upload_time": "2013-02-21T04:21:50", "url": "https://files.pythonhosted.org/packages/2c/d5/38d538463a7ebfc65015f2617c8ee27b2c2684acaeaa8f19c63c4bb03d8d/fortranfile-0.2.1.tar.gz" } ] }