alephclient icon indicating copy to clipboard operation
alephclient copied to clipboard

API client for Aleph, supports bulk entity and document upload.

Results 10 alephclient issues
Sort by recently updated
recently updated
newest added

Golden profiles are the results of manual xref validations. _alephclient_ should be able to download these from collections and add them respectively.

feature-request
data-desk

This is a first lay out for a `load-catalog` command. It accepts an url to a catalog index json and a few options (include/exclude specific datasets), creates or updates the...

I added a delete-entity method for the AlephAPI class and a corresponding cli command to support a needed operation we are facing not infrequenlty lately and also to learn to...

Sometimes when uploading a large number of documents through `alephclient crawldir`, a few documents may fail to be processed. But there is no easy way to check. `alephclient` should be...

feature-request

`alephclient crawldir` sends the entire directory to Aleph even if most of the content is already processed in a previous crawl. It should be possible to upload only the newer...

feature-request

The click parser interprets `alephclient write-entities --help` as a call to the command and is complaining about missing arguments instead of showing the help output of that command. ``` Error:...

bug
good first issue

Right now the logic in Aleph is that an admin user always creates a dataset, and a non-admin user always creates an investigation. With this flag, an admin user can...

If the filename is long, I get an `OSError: [Errno 36] File name too long` and `fetchdir` errors and stops. What should happen is either alephclient should either skip files...