Metadata-Version: 2.4
Name: alephclient
Version: 2.7.0
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
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
License-File: LICENSE
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"
Requires-Dist: types-requests; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# 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
