Metadata-Version: 2.1
Name: FortranBinary
Version: 21.2.1
Summary: Package for handling of FORTRAN binary data with python.
Home-page: https://github.com/mommebutenschoen/FortranBinary.git
Author: Momme Butenschön
Author-email: mommebu@yahoo.de
License: GPL
Keywords: fortran,binary
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test

====================
FortranBinary README
====================

Package for handling of FORTRAN binary data with python.

Installation:
-------------

To install the latest releaase from PyPI::

  pip install numpyXtns


Alternatively, download the source from the repository install via pip, descend
into the top-level of the source tree
and launch::

  pip3 install .

or to install in developers mode::

  pip3 install -e .

.. _github: https://github.com/mommebutenschoen/FortranBinary


Documentation:
--------------

Documentation to this package can be found on readthedocs_.


.. _readthedocs: https://fortranbinary.readthedocs.io/


