This application batch exports records from ArchivesSpace in EAD, MARCXML, Container Label, or PDF form. Additionally, it can run exported EAD records through a series of cleanup processes. Lastly, a user can enable the XTF version to upload .xml or .pdf files to their instance of XTF, a finding aid website hosting platform.
- Go to Releases and download the .exe file from the latest release.
- Follow the on-screen instructions.
- The User Manual walking you through the program and its features can be found on the Wiki page.
- Install Python 3 on your computer. You can install python using the following link: https://www.python.org/downloads/mac-osx/
- Download the Github repo using the Code button on the top right corner of the repo, then unzip the downloaded file.
- Open your terminal and go to the unzipped folder. Run the command:
pip3 install -r requirements.txt
. - After installing requirements, run the command:
python3 as_xtf_GUI.py
. This will start the program. - The User Manual walking you through the program and its features can be found on the Wiki page.
- Install Python 3 on your computer. You can install python using the following link: https://www.python.org/downloads/
- Packages as specified in requirements.txt
- Your ArchivesSpace Instance's API URL (8089), your username and password
- (OPTIONAL) XTF hostname URL, XTF remote path for EAD files, and XTF indexer path to re-index new and/or changed files.
- Clone/Download or Fork the Master branch
- Set up your virtual environment using the packages as specified in requirements.txt
- Run as_xtf_GUI.py. This will automatically create folders and a defaults.json file at the same directory
- If you need to reset the defaults or rerun setup, delete the folders within the repository and defaults.json file and rerun as_xtf_GUI.py.
There are currently no unittests associated with this project.
Right now, the best way to test the program is to input resource identifiers and try uploading them to XTF. If you want to generate errors, input any string or random numbers, such as "hello world" or 42.
For Hargrett and Russell Libraries, input the following to generate different results:
- ms905 - biggest one, will take a long time to export and index
- ms1170-series1
- ms1376
- RBRL/025/ACLU
- RBRL/044/CFH
- RBRL/112/JRR
- HCTC001
- HCTC021
- UA97-121
- UA00-024
- hmap1640b55
- hmap1792a7
You can also try using the following, which will generate more than 1 result in the Output Terminal:
- ms1170
- RBRL/220/ROGP
- PySimpleGUI - The GUI used
- ArchivesSnake - Library used for interacting with the ArchivesSpace API
- Paramiko - SSH and client library
- lxml - Used for parsing and modifying .xml files
- PyInstaller - Generated the executable file
- Inno - Generated Windows installer
See the CONTRIBUTING.md for more information.
Trying our best to adhere to SemVer.
- Corey Schmidt - ArchivesSpace Project Manager at the University of Georgia Libraries
This program is licensed under a Creative Commons Attribution Share Alike 4.0 International. Please see LICENSE.txt for more information.
- Adriane Hanson - Head of Digital Stewardship at the University of Georgia Libraries
- Shawn Kiewel - Application Analyst Specialist at the University of Georgia Libraries
- Kevin Cottrell - GALILEO/Library Infrastructure Systems Architect at the University of Georgia Libraries
- ArchivesSpace community
- PySimpleGUI
- Tyler Brockmeyer