Skip to content

Commit ccd7df0

Browse files
committed
pip packaging finished
1 parent 7bbf085 commit ccd7df0

File tree

9 files changed

+1048
-0
lines changed

9 files changed

+1048
-0
lines changed

src/MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
recursive-include validator *.txt
2+
recursive-include test/samples/invalid *.json
3+
recursive-include test/samples/valid/ *.
4+
recursive-include test/samples/valid/ *.html
5+
recursive-include test/samples/ *.html

src/rocrateValidator/__init__.py

Whitespace-only changes.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
File existence
2+
File size
3+
Metadata file existence
4+
Json check
5+
Json-ld check
6+
RDF triples
7+
File descriptor check
8+
Direct property check
9+
Referencing check
10+
Encoding check
11+
Web-based data entity check
12+
Person entity check
13+
Organization entity check
14+
Contact information check
15+
Citation property check
16+
Publisher property check
17+
Funder property check
18+
Licensing property check
19+
Places property check
20+
Time property check
21+
Scripts and workflow check
22+
23+
24+

0 commit comments

Comments
 (0)