Metadata-Version: 1.1
Name: screen19
Version: 0.207
Summary: Screening program for small-molecule single-crystal X-ray diffraction data
Home-page: https://github.com/xia2/screen19
Author: Diamond Light Source
Author-email: scientificsoftware@diamond.ac.uk
License: BSD license
Description: ========
        screen19
        ========
        
        .. image:: https://img.shields.io/pypi/v/screen19.svg
                :target: https://pypi.python.org/pypi/screen19
                :alt: PyPI release
        
        .. image:: https://travis-ci.com/xia2/screen19.svg?branch=master
                :target: https://travis-ci.com/xia2/screen19
                :alt: Build status
        
        .. image:: https://img.shields.io/pypi/pyversions/screen19.svg
                :target: https://pypi.org/project/fast-dp/
                :alt: Supported Python versions
        
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
                :target: https://github.com/ambv/black
                :alt: Code style: black
        
        .. image:: https://img.shields.io/lgtm/grade/python/g/xia2/screen19.svg?logo=lgtm&logoWidth=18
                :target: https://lgtm.com/projects/g/xia2/screen19/context:python
                :alt: Language grade: Python
        
        .. image:: https://img.shields.io/lgtm/alerts/g/xia2/screen19.svg?logo=lgtm&logoWidth=18
                :target: https://lgtm.com/projects/g/xia2/screen19/alerts/
                :alt: Total alerts
        
        Screening program for small-molecule single-crystal X-ray diffraction data
        
        You need to have a Python environment containing DIALS to use it. You can then install it with::
        
            libtbx.pip install screen19
        
        If you want to develop screen19 then check out a local copy of the repository and install it with::
        
            git clone git@github.com:xia2/screen19.git
            libtbx.pip install -e screen19
        
        You then need to rebuild libtbx to get the screen19 dispatcher.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
