Metadata-Version: 2.1
Name: crdb
Version: 0.1.0
Summary: CRDB Python frontend
Maintainer: Hans Dembinski
Maintainer-email: hans.dembinski@gmail.com
License: MIT
Project-URL: repository, https://github.com/crdb-project/crdb
Project-URL: documentation, https://lpsc.in2p3.fr/crdb
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Provides-Extra: test
Provides-Extra: doc
License-File: LICENSE
License-File: AUTHORS.rst

======================
CRDB Python frontend
======================

|CRDB|

|docs| |github-ci| |codecov| |version| |wheel| |supported-versions| |supported-implementations|

Official website of the CRDB with online-viewer and documentation: https://lpsc.in2p3.fr/crdb.

.. start-badges

.. |docs| image:: https://readthedocs.org/projects/crdb/badge/?style=flat
    :target: https://crdb.readthedocs.io/
    :alt: Documentation Status

.. |github-ci| image:: https://github.com/crdb-project/crdb/actions/workflows/test.yml/badge.svg
    :alt: Foo
    :target: https://github.com/crdb-project/crdb/actions/workflows/test.yml

.. |codecov| image:: https://codecov.io/gh/crdb-project/crdb/branch/main/graphs/badge.svg?branch=main
    :alt: Coverage Status
    :target: https://codecov.io/github/crdb-project/crdb

.. |version| image:: https://img.shields.io/pypi/v/crdb.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/project/crdb

.. |wheel| image:: https://img.shields.io/pypi/wheel/crdb.svg
    :alt: PyPI Wheel
    :target: https://pypi.org/project/crdb

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/crdb.svg
    :alt: Supported versions
    :target: https://pypi.org/project/crdb

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/crdb.svg
    :alt: Supported implementations
    :target: https://pypi.org/project/crdb


.. end-badges


Installation
============

::

    pip install crdb

You can install the in-development version with::

    pip install https://github.com/crdb-project/crdb/archive/main.zip


.. |CRDB| image:: https://lpsc.in2p3.fr/crdb/img/crdb_logo.svg
    :target: https://lpsc.in2p3.fr/crdb
