mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-08-03 06:39:54 +02:00
🎨 Rename qurator.modstool to qurator.mods4pandas
This commit is contained in:
parent
1d2c5e2d10
commit
3c2e59f0ed
36 changed files with 6 additions and 6 deletions
qurator/mods4pandas
.gitignore__init__.pyalto4pandas.pylib.pymods4pandas.py
tests
__init__.pytest_alto.pytest_mets.pytest_modstool.py
data
alto
734008031
749782137
PPN636777308
PPN640992293
PPN715049151
PPN767883624
PPN895016346
alto-ner
weird-ns
mets-mods
|
@ -1,8 +1,8 @@
|
||||||
from lxml import etree as ET
|
from lxml import etree as ET
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.alto4pandas import alto_to_dict
|
from qurator.mods4pandas.alto4pandas import alto_to_dict
|
||||||
from qurator.modstool.lib import flatten
|
from qurator.mods4pandas.lib import flatten
|
||||||
|
|
||||||
|
|
||||||
def dict_fromstring(x):
|
def dict_fromstring(x):
|
|
@ -1,8 +1,8 @@
|
||||||
from lxml import etree as ET
|
from lxml import etree as ET
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.mods4pandas import mets_to_dict
|
from qurator.mods4pandas.mods4pandas import mets_to_dict
|
||||||
from qurator.modstool.lib import flatten
|
from qurator.mods4pandas.lib import flatten
|
||||||
|
|
||||||
|
|
||||||
def dict_fromstring(x):
|
def dict_fromstring(x):
|
|
@ -3,8 +3,8 @@ from lxml import etree as ET
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
from qurator.modstool.mods4pandas import mods_to_dict
|
from qurator.mods4pandas.mods4pandas import mods_to_dict
|
||||||
from qurator.modstool.lib import flatten
|
from qurator.mods4pandas.lib import flatten
|
||||||
|
|
||||||
|
|
||||||
def dict_fromstring(x):
|
def dict_fromstring(x):
|
Loading…
Add table
Add a link
Reference in a new issue