Metadata-Version: 2.1
Name: alephclient
Version: 2.2.1
Summary: Command-line client for Aleph API
Home-page: http://github.com/alephdata/alephclient
Author: Organized Crime and Corruption Reporting Project
Author-email: data@occrp.org
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: banal (>=1.0.1)
Requires-Dist: pyyaml
Requires-Dist: requests (>=2.21.0)
Requires-Dist: requests-toolbelt (>=0.9.1)
Requires-Dist: click (>=7.0)
Provides-Extra: dev
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-mock (>=1.10.0) ; extra == 'dev'

# alephclient

Command-line client for Aleph. It can be used to bulk import document sets via
the API, without direct access to the server. It requires an active API client
to perform uploads.

## Installation

Install using `pip`.

```bash
pip install alephclient
```

## Usage

Refer to the `aleph` handbook for an introduction on how to use `alephclient`,
e.g. to crawl a local file directory, or to stream entities:

* https://docs.alephdata.org/developers/alephclient

