Metadata-Version: 2.1
Name: mmcif_pdbx
Version: 2.0.0
Summary: Python utilities for PDBx/mmCIF storage model
Home-page: https://github.com/Electrostatics/mmcif_pdbx
Author: John Westbrook
Author-email: jwest@rcsb.rutgers.edu
Maintainer: Nathan Baker
Maintainer-email: nathanandrewbaker@gmail.com
License: UNKNOWN
Description: [![Tests](https://github.com/Electrostatics/mmcif_pdbx/workflows/Tests/badge.svg)](https://github.com/Electrostatics/mmcif_pdbx/actions?query=workflow%3ATests)
        [![codecov](https://codecov.io/gh/Electrostatics/mmcif_pdbx/branch/master/graph/badge.svg)](https://codecov.io/gh/Electrostatics/mmcif_pdbx)
        [![Documentation Status](https://readthedocs.org/projects/mmcif-pdbx/badge/?version=latest)](https://mmcif-pdbx.readthedocs.io/en/latest/?badge=latest)
        
        # PDBx/mmCIF Dictionary Resources
        
        This is yet another PyPI package for http://mmcif.wwpdb.org/pdbx-mmcif-home-page.html.  It emphasizes a simple and pure Python interface to basic mmCIF functionality.
        
        The canonical mmCIF Python package can be found at https://github.com/rcsb/py-mmcif.  It is full-featured and includes C/C++ code to accelerate I/O functions.  
        
        ## Origin of this software
        All of the code in this repository is based on http://mmcif.wwpdb.org/.
        Specifically, this code is directly derived from http://mmcif.wwpdb.org/docs/sw-examples/python/src/pdbx.tar.gz linked from http://mmcif.wwpdb.org/docs/sw-examples/python/html/.
        
        See http://mmcif.wwpdb.org/docs/sw-examples/python/html/ for more information about this package, including examples.
        
        ## Versions
        
        Versions 0.* maintain API compatibility with the original code.
        Subsequent versions break that compatibility, primarily by renaming methods in compliance with PEP8.
        
        ## Installing this software
        
        This python package can be installed via [setuptools](https://pypi.org/project/setuptools/), `pip install .`, or via [PyPI](https://pypi.org/project/mmcif-pdbx/).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.6
Description-Content-Type: text/markdown
