Skip to content

Commit a74793c

Browse files
committed
Merge branch 'main' into internetarchive
2 parents 1f20b69 + 34c1caa commit a74793c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3337
-790
lines changed

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ feedparser = "*"
1010
GitPython = "*"
1111
google-api-python-client = "*"
1212
internetarchive = ">=5.5.1"
13+
lxml = "*"
1314
matplotlib = "*"
1415
pandas = "*"
16+
protobuf = ">=6.33.5" # Ensure dependency is secure
17+
pyasn1 = ">=0.6.2" # Ensure dependency is secure
1518
Pygments = "*"
1619
python-iso639 = "*"
1720
PyYAML = "*"

Pipfile.lock

Lines changed: 555 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,13 @@ When run this way, the shared library (`scripts/shared.py`) provides easy access
227227
to all of the necessary paths and all of the modules managed by pipenv are
228228
available.
229229
230+
In order for scripts to be run directly (as shown above), the script must be
231+
executable. For more information on making files executable, please see:
232+
[File Permissions - Foundational technologies — Creative Commons Open
233+
Source][file-perms].
234+
235+
[file-perms]: https://opensource.creativecommons.org/contributing-code/foundational-tech/#file-permissions
236+
230237
231238
### Static analysis
232239
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"CC0_RECORDS","CC0_RECORDS_WITH_CC0_MEDIA","CC0_MEDIA","CC0_MEDIA_PERCENTAGE","TOTAL_OBJECTS"
2+
"14273329","5199915","4503016","36","15616799"
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
"UNIT","CC0_RECORDS","CC0_RECORDS_WITH_CC0_MEDIA","TOTAL_OBJECTS"
2+
"AAA","0","0","29735"
3+
"AAG","0","0","344"
4+
"ACM","251","247","2977"
5+
"ACMA","0","0","57"
6+
"CFCHFOLKLIFE","17544","0","18517"
7+
"CHNDM","58158","54590","201545"
8+
"FBR","1517","37","11248"
9+
"FSG","4720","4720","45588"
10+
"HAC","430","430","1437"
11+
"HMSG","449","448","13898"
12+
"HSFA","0","0","299"
13+
"NASM","1010","989","32325"
14+
"NMAAHC","22224","4465","22577"
15+
"NMAH","1316502","10548","1317248"
16+
"NMAI","237637","180","239307"
17+
"NMAfA","111","111","12477"
18+
"NMNHANTHRO","497734","0","497734"
19+
"NMNHBIRDS","635217","559038","635217"
20+
"NMNHBOTANY","4562256","3572487","4562256"
21+
"NMNHEDUCATION","6473","4090","6473"
22+
"NMNHENTO","731838","197223","731838"
23+
"NMNHFISHES","502585","10806","502585"
24+
"NMNHHERPS","615308","2345","615308"
25+
"NMNHINV","2003972","70094","2003972"
26+
"NMNHMAMMALS","626133","542046","626133"
27+
"NMNHMINSCI","465275","11311","465275"
28+
"NMNHPALEO","743533","94487","743533"
29+
"NPG","15446","14540","123566"
30+
"NPM","10814","8005","83710"
31+
"NZP","1061","1061","2086"
32+
"OCIO_DPO3D","108","17","146"
33+
"OFEO-SG","5509","3665","7295"
34+
"SAAM","13626","12891","188157"
35+
"SIA","35498","5477","48169"
36+
"SIL","1035579","13567","1039087"
37+
"SILAF","63416","0","63416"
38+
"SILNMAHTL","34577","0","34577"
39+
"SLA_SRO","104811","0","104811"

0 commit comments

Comments
 (0)