https://github.com/dials/data
DIALS Regression Data Manager
https://github.com/dials/data
Last synced: about 1 year ago
JSON representation
DIALS Regression Data Manager
- Host: GitHub
- URL: https://github.com/dials/data
- Owner: dials
- License: bsd-3-clause
- Created: 2018-11-02T08:44:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T14:16:50.000Z (about 1 year ago)
- Last Synced: 2025-04-10T14:52:00.671Z (about 1 year ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/dials_data
- Size: 632 KB
- Stars: 0
- Watchers: 6
- Forks: 10
- Open Issues: 16
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
DIALS Regression Data Manager
=============================
.. image:: https://img.shields.io/pypi/v/dials_data.svg
:target: https://pypi.python.org/pypi/dials_data
:alt: PyPI release
.. image:: https://img.shields.io/conda/vn/conda-forge/dials-data.svg
:target: https://anaconda.org/conda-forge/dials-data
:alt: Conda release
.. image:: https://travis-ci.com/dials/data.svg?branch=master
:target: https://travis-ci.com/dials/data
:alt: Build status
.. image:: https://img.shields.io/lgtm/grade/python/g/dials/data.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/dials/data/context:python
:alt: Language grade: Python
.. image:: https://img.shields.io/lgtm/alerts/g/dials/data.svg?logo=lgtm&logoWidth=18
:target: https://lgtm.com/projects/g/dials/data/alerts/
:alt: Total alerts
.. image:: https://readthedocs.org/projects/dials-data/badge/?version=latest
:target: https://dials-data.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status
.. image:: https://img.shields.io/pypi/pyversions/dials_data.svg
:target: https://pypi.org/project/dials_data/
: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/pypi/l/dials_data.svg
:target: https://pypi.python.org/pypi/dials_data
:alt: BSD license
A python package providing data files used for regression tests in
DIALS_, dxtbx_, xia2_ and related packages.
If you want to know more about what ``dials-data`` is you can
have a read through the `background information `__.
For everything else `the main documentation `__ is probably the best start.
Installation
^^^^^^^^^^^^
To install this package in a normal Python environment, run::
pip install dials-data
and then you can use it with::
dials.data
If you are in a conda environment you can instead run::
conda install -c conda-forge dials-data
For more details please take a look at the
`installation and usage page `__.
.. _DIALS: https://dials.github.io
.. _dxtbx: https://github.com/cctbx/cctbx_project/tree/master/dxtbx
.. _xia2: https://xia2.github.io