-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
256 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,28 @@ | ||
# Dataverse utilities | ||
|
||
This is a Python library and generalized set of utilities which help with managing [Dataverse](https://dataverse.org) repositories. These utilities are ad-hoc, written as needed and may be subject to change. Luckily they use git, so if they stop working for you it's possible to roll back to a version that does. | ||
This is a generalized set of console utilities and Python 3.6+ package which help with managing [Dataverse](https://dataverse.org) repositories. This means Harvard University's data repository software, not Microsoft's Dataverse product. | ||
|
||
Technology is magic. | ||
With these utilities you can: | ||
|
||
The defaults are mostly to work the University of British Columbia Library's installation of Dataverse, <https://abacus.library.ubc.ca>, but can of course be changed. | ||
* Upload your data sets from a TSV spreadsheet | ||
* Bulk release multiple data sets | ||
* Bulk delete (unpublished) assets | ||
* Quickly duplicate records | ||
* Replace licences | ||
* and more! | ||
|
||
For more details, please see the `docs` directory, beginning with [index.md](docs/index.md) | ||
All without touching the Dataverse GUI. | ||
|
||
The primary repository for this software is at <https://github.com/ubc-library-rc/dataverse_utils>, and user-friendly documentation is available at <https://ubc-library-rc.github.io/dataverse_utils>. | ||
While the defaults favour a particular Dataverse instance (ie, the [Abacus data repository](https://abacus.library.ubc.ca) at the [University of British Columbia Library](https://library.ubc.ca)), they are designed to work with any installation / Dataverse user. | ||
|
||
## Quick install | ||
|
||
`pip install dataverse_utils` | ||
|
||
## Documentation and API reference | ||
|
||
User-friendly documentation is available at <https://ubc-library-rc.github.io/dataverse_utils>. This includes complete descriptions of all console utilities and a complete API reference. | ||
|
||
## Source code | ||
|
||
The primary repository for this software is at <https://github.com/ubc-library-rc/dataverse_utils>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.