This website works better with JavaScript.
Explore
Help
Sign In
XPUB
/
xpub.nl
Watch
6
Star
0
Fork
You've already forked xpub.nl
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c905798d86
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c905798d86'
${ noResults }
xpub.nl
/
2022
/
call
/
to_yaml.py
9 lines
104 B
Python
Raw
Blame
History
import
yaml
import
json
with
open
(
"
terms.json
"
)
as
f
:
terms
=
json
.
load
(
f
)
print
(
yaml
.
dump
(
terms
)
)
Reference in New Issue
View Git Blame
Copy Permalink