Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Dec 7, 2018
1 parent 69506f1 commit 9999db8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CaltechDATA integration requires [caltechdata_api](https://github.com/caltechlib
- caltechdata - Harvest metadata from CaltechDATA
- cd_github - Harvest GitHub repos and codemeta files from CaltechDATA
- matomo - Harvest web statistics from matomo
- caltechfeeds - Harvest Caltech Library metadata from feeds.library.caltech.edu

### Matchers

Expand Down Expand Up @@ -104,8 +105,15 @@ This will harvest download information from matomo. Very experimental.

#### Setup
You need to set environmental variables with your token to access
CaltechDATA `export MATTOK=`
Matomo `export MATTOK=`

#### Usage
Type `python run_downloads.py`.

### CODA Reports (Feeds)

Harvest metadata from Caltech Library repositories and run reports. In
development.

#### Usage
Type `python run_coda_report.py`.
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/caltechlibrary/ames",
"issueTracker": "https://github.com/caltechlibrary/ames/issues",
"license": "https://data.caltech.edu/license",
"version": "0.1.1",
"version": "0.1.2",
"author": [
{
"@type": "Person",
Expand All @@ -17,7 +17,7 @@
"@id": "https://orcid.org/0000-0001-9266-5146"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/0.1.1.zip",
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/0.1.2.zip",
"keywords": [
"GitHub",
"metadata",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Tom Morrell'
REQUIRES_PYTHON = '>=3.7.0'
VERSION = '0.1.1'
VERSION = '0.1.2'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 9999db8

Please sign in to comment.