Metadata-Version: 2.0
Name: Clipper-Python
Version: 0.1.1
Summary: Clipper libraries for experimental structural biology data
Home-page: https://github.com/clipper-python
Author: Stuart McNicholas, Tristan Croll, Tom Burnley, Colin Palmer, Soon Wen Hoh, Huw T. Jenkins, Eleanor Dodson, Kevin Cowtan, Jon Agirre
Author-email: clipper-python@york.ac.uk
License: LGPLv3+
Description-Content-Type: UNKNOWN
Keywords: protein biomolecule biology crystal x-ray electron microscopy cryo-EM
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy (>=1.13.1)

Clipper-Python
==============

What is Clipper-Python?
-----------------------

Clipper-Python is a Python interface to the `C++ Clipper library`_
developed by Kevin Cowtan for handling of macromolecular crystallography
and EM data. It provides high-level, pythonic access to most of the fast
objects and functions provided by Clipper for:

- handling reciprocal-space reflection and map data;
- handling real-space map data;
- handling crystallographic symmetry; and
- input/output of map data in standard real- and reciprocal-space formats.

.. _`C++ Clipper library`: http://www.ysbl.york.ac.uk/~cowtan/clipper/doc/index.html

If you use Clipper Python, please read and cite `this paper`_: 

McNicholas, S., Croll, T., Burnley, T., Palmer, C. M., Hoh, S. W., 
Jenkins, H. T., Dodson, E., Cowtan, K. and Agirre, J. (2017),
*Automating tasks in protein structure determination with the Clipper 
Python module.* **Protein Science**. Accepted Author Manuscript. 
doi:10.1002/pro.3299

.. _`this paper`: http://onlinelibrary.wiley.com/doi/10.1002/pro.3299/full


