Assigning containers to locations in ArchivesSpace
Project description
Shelve It CLI
Assigning containers to locations in ArchivesSpace.
Requirements
This module requires the shelve_it plugin to be enabled for ArchivesSpace.
Shelve It CLI is a Python module and can be installed using pip:
pip3 install shelve_it_cli
Usage
Create a basic configuration file with these settings:
base_url: http://localhost:4567 # update to your api url
username: admin
password: admin
Do not use admin with a production system. The user must be able to:
- view repository
- update containers
- update locations
Test the connection to ArchivesSpace:
shelve_it_cli ping --config=/path/to/config.yml
# test config for devs running the backend locally
shelve_it_cli ping --config=config.test.yml
Create a CSV containing two columns with data to import. For example:
repo_code,container_barcode,location_barcode
test,123456,987654
Run the command to import it:
shelve_it_cli process --config=/path/to/config.yml --data=/path/to/import.csv --output=/path/to/result.csv
Developer setup
# install system wide for editors (optional)
pip3 install ArchivesSnake fire
# install within virtualenv
virtualenv venv --python=python3
source venv/bin/activate
pip3 install -r requirements.txt
# commands
python shelve_it_cli.py ping --config config.test.yml
python shelve_it_cli.py process --config config.test.yml --data barcodes.csv --output result.csv
# test install
python -m unittest discover
pip3 install .
pip3 uninstall shelve_it_cli
Publishing
pip3 install twine
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shelve_it_cli-0.1.tar.gz.
File metadata
- Download URL: shelve_it_cli-0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb360eb8b87adcf1146c7200577921de88bfe735bcd542a1ba614630ff5940c8
|
|
| MD5 |
0aa8787135f387c1428d582475ced992
|
|
| BLAKE2b-256 |
3f4565f6d8315d118083e6e9b555f409ba04b3d198a48fd01f31e798bb52b1b4
|
File details
Details for the file shelve_it_cli-0.1-py3-none-any.whl.
File metadata
- Download URL: shelve_it_cli-0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2059b68d6578fce5a1d5ae62504b551a289593710d2f10f8966ef7ebfde04647
|
|
| MD5 |
cb7e2b29aa7133315d362a9d3474e7c2
|
|
| BLAKE2b-256 |
e75eb97ef2ede211350e391f2cc8099f7db4149096942a6e163bec50a9d78937
|