Metadata-Version: 2.1
Name: osducli
Version: 0.0.1
Summary: OSDU command line
Home-page: https://github.com/equinor/osdu-cli
Author: Equinor ASA
Author-email: mhew@equinor.com
License: MIT
Keywords: osdu
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: adal
Requires-Dist: joblib
Requires-Dist: knack (==0.8.2)
Requires-Dist: msrest (>=0.5.0)
Requires-Dist: msrestazure
Requires-Dist: portalocker
Requires-Dist: psutil
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: tqdm
Provides-Extra: test
Requires-Dist: docutils (==0.17.1) ; extra == 'test'
Requires-Dist: flake8 (==3.9.2) ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: mock (==4.0.3) ; extra == 'test'
Requires-Dist: nose2 (==0.10.0) ; extra == 'test'
Requires-Dist: pylint (==2.7.2) ; extra == 'test'
Requires-Dist: tox (==3.24.1) ; extra == 'test'

# OSDU Command Line Interface (osducli)
=======================================

Command-line interface for interacting with OSDU.

Invocation
==========

To get started, after installation run the following:

.. code-block:: bash

  osducli -h

Change Log
==========

0.0.1
-----

- Initial release.


