Metadata-Version: 2.1
Name: alephclient
Version: 2.0.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
Description: # 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
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
Provides-Extra: dev
