alephclient
alephclient copied to clipboard
API client for Aleph, supports bulk entity and document upload.
Golden profiles are the results of manual xref validations. _alephclient_ should be able to download these from collections and add them respectively.
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...
We can call it the `.alephignore` file
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...
`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...
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:...
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...