Metadata-Version: 2.1
Name: pynmrstar
Version: 3.2.0
Summary: PyNMR-STAR provides tools for reading, writing, modifying, and interacting with NMR-STAR files. Maintained by the BMRB.
Home-page: https://github.com/uwbmrb/PyNMRSTAR
Author: Jon Wedell
Author-email: wedell@uchc.edu
License: MIT
Description: Welcome to PyNMR-STAR!
        ======================================
        
        A Python module for reading, writing, and manipulating NMR-STAR files.
        
        |BuildStatus| |License| |Wheel| |PythonVersions|
        
        Python versions supported: 3.6, 3.7, 3.8, and 3.9.
        
        Overview
        --------
        
        This library was developed by the BMRB to give the Python-using NMR
        community tools to work with the NMR-STAR data format. It is used
        internally and is actively maintained. The library is thoroughly
        documented such that calling ``help(object_or_method)`` from an
        interactive python session will print the documentation for the object
        or method. An even more convenient way to learn how to use this library
        is to read the documentation at `read the docs <https://pynmrstar.readthedocs.org>`__.
        
        .. |BuildStatus| image:: https://travis-ci.org/uwbmrb/PyNMRSTAR.svg?branch=v3
           :target: https://travis-ci.org/uwbmrb/PyNMRSTAR
        
        .. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/pynmrstar.svg
           :target: https://pypi.org/project/PyNMRSTAR
        
        .. |License| image:: https://img.shields.io/pypi/l/pynmrstar.svg
           :target: https://pypi.org/project/PyNMRSTAR
        
        .. |Wheel| image:: https://img.shields.io/pypi/wheel/pynmrstar.svg
           :target: https://pypi.org/project/PyNMRSTAR
        
Keywords: bmrb,parser,nmr,nmrstar,biomagresbank,biological magnetic resonance bank
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
