Metadata-Version: 2.1
Name: cap-client
Version: 1.2.0
Summary: CAP client
Home-page: https://github.com/cernanalysispreservation/cap-client
Author: CAP
Author-email: info@cap.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 3 - Alpha
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
License-File: LICENSE
License-File: COPYING
License-File: AUTHORS.rst

==========================================
 CERN Analysis Preservation: CAP-Client
==========================================

.. image:: https://img.shields.io/pypi/pyversions/cap-client.svg
   :target: https://pypi.org/pypi/cap-client

.. image:: https://github.com/cernanalysispreservation/cap-client/workflows/CI/badge.svg
   :target: https://github.com/cernanalysispreservation/cap-client/actions

.. image:: https://codecov.io/gh/cernanalysispreservation/cap-client/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/cernanalysispreservation/cap-client

.. image:: https://badges.gitter.im/Join%20Chat.svg
   :target: https://gitter.im/cernanalysispreservation/analysispreservation.cern.ch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge

.. image:: https://img.shields.io/github/license/cernanalysispreservation/cap-client.svg
   :target: https://github.com/cernanalysispreservation/cap-client/blob/master/LICENSE

About
=====

- ``cap-client`` is a command-line client that researchers could use to talk to CAP server in order to preserve and manage their analyses.

- CAP-client is a Python client library for the `CERN Analysis Preservation (CAP) <https://analysispreservation.cern.ch>`_ API. 

- It is a command-line tool that facilitates preservation of physics data analyses, by allowing analysts to capture and store their analysis resources. The CAP-client is a free and open source project developed at `CERN <https://home.cern>`_.

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

   ``$ pip install cap-client``

Usage 
=====

The detailed information on how to install and use `cap-client` can be found in `here <https://analysispreservation.cern.ch/docs/cli/>`_.

Useful links
============

- `CERN Analysis Preservation Docs <https://analysispreservation.cern.ch/docs/general/>`_
- `CERN Analysis Preservation API <https://analysispreservation.cern.ch/docs/api/>`_
- `Video tutorial <https://www.youtube.com/watch?v=G4ikK2gv-fw&frags=pl%2Cwn>`_

If you need help or have a question about the CAP-Client, please contact us via our `email <analysis-preservation-support@cern.ch>`_.


Changes
=======

Version 1.0.0 (2018-10-31)
--------------------------
	
- Beta release of CAP Client


Version 0.0.1 (2018-03-01)
--------------------------

- Initial public release.


