-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yml
More file actions
27 lines (23 loc) · 679 Bytes
/
Copy pathmetadata.yml
File metadata and controls
27 lines (23 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
id: "012"
name: toml
type: cli
source_language: go
target_language: python
description: TOML parser - Go to Python translation using toml-test suite
complexity:
loc: 13929
loc_note: "All code files, excludes build artifacts (node_modules, target, etc.)"
test_count: 647
test_note: "Parameterized tests - 647 test cases via pytest"
architecture:
frameworks:
source: []
target: []
has_database: false
has_authentication: false
provenance:
source_repo: "https://github.com/BurntSushi/toml"
source_version: v1.6.0
source_commit: 52534926c55bfcc3a1b8111a65f3bb0cb79a1ac3
license: "MIT"
notes: "TOML parser using official toml-test compliance suite."