Metadata-Version: 2.1
Name: cap-client
Version: 1.1.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
Requires-Dist: click (>=6.7)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: future (>=0.16.0)
Provides-Extra: all
Requires-Dist: Sphinx (>=1.4.4) ; extra == 'all'
Requires-Dist: sphinx-rtd-theme (>=0.1.9) ; extra == 'all'
Requires-Dist: check-manifest (>=0.25) ; extra == 'all'
Requires-Dist: coverage (>=4.0) ; extra == 'all'
Requires-Dist: isort (>=4.2.2) ; extra == 'all'
Requires-Dist: mock (>=2.0.0) ; extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'all'
Requires-Dist: pytest-cache (>=1.0) ; extra == 'all'
Requires-Dist: pytest-cov (>=1.8.0) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'all'
Requires-Dist: pytest (>=2.8.0) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.4.4) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (>=0.1.9) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: isort (>=4.2.2) ; extra == 'tests'
Requires-Dist: mock (>=2.0.0) ; extra == 'tests'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'tests'
Requires-Dist: pytest-cache (>=1.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=1.8.0) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'
Requires-Dist: pytest (>=2.8.0) ; extra == 'tests'

==============
 CAP client
==============

.. image:: https://img.shields.io/cernanalysispreservation/cap-client.svg
   :target: https://travis-ci.org/cernanalysispreservation/cap-client

.. image:: https://img.shields.io/coveralls/cernanalysispreservation/cap-client.svg
   :target: https://coveralls.io/r/cernanalysispreservation/cap-client

.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
   :target: https://cap-client.readthedocs.io/en/latest/?badge=latest

.. image:: https://badge.waffle.io/cernanalysispreservation/analysispreservation.cern.ch.svg?label=Status%3A%20ready%20for%20work&title=Issues%20ready%20for%20work
   :target: https://waffle.io/cernanalysispreservation/analysispreservation.cern.ch

.. 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/analysispreservation.cern.ch.svg
   :target: https://github.com/cernanalysispreservation/cap-client/blob/master/COPYING

This repository provides the CAP Client command-line client that researchers could
use to talk to some CAP server in order to preserve and manage their analyses.


Changes
=======

Version 1.0.0 (2018-10-31)
--------------------------

- Beta release of CAP Client


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

- Initial public release.


