Add ISO 4217 data.
This commit is contained in:
parent
4bdfbcaa0a
commit
c6ce4a846b
3 changed files with 1957 additions and 0 deletions
4
src/pricehist/iso4217.py
Normal file
4
src/pricehist/iso4217.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from importlib.resources import read_text
|
||||
|
||||
def xml_data():
|
||||
return read_text('pricehist.resources', 'list_one.xml')
|
0
src/pricehist/resources/__init__.py
Normal file
0
src/pricehist/resources/__init__.py
Normal file
1953
src/pricehist/resources/list_one.xml
Normal file
1953
src/pricehist/resources/list_one.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue