From 6348b225857d202a562e5258d5691a5b3b4f6271 Mon Sep 17 00:00:00 2001 From: Manuel Schmidt Date: Fri, 18 Feb 2022 20:03:09 +0100 Subject: [PATCH] activated new registry, fixed #75, fixed #69, fixed #59, fixed #53, fixed #40 --- setup.py | 4 +- tests/data/example.html | 3 +- tests/test_transformation.py | 19 ++-- xbrl/helper/transformation.py | 174 ---------------------------------- xbrl/instance.py | 35 ++++--- 5 files changed, 37 insertions(+), 198 deletions(-) delete mode 100644 xbrl/helper/transformation.py diff --git a/setup.py b/setup.py index 4c33b98..26c13ec 100644 --- a/setup.py +++ b/setup.py @@ -27,8 +27,8 @@ def read(filename): packages=find_packages(exclude=('tests', 'cache', 'workdir')), install_requires=[ - "requests", # needed for fetching xml files from the internet - "urllib3" # needed for http retries + "requests", # needed for fetching xml files from the internet + "urllib3" # needed for http retries ], classifiers=[ diff --git a/tests/data/example.html b/tests/data/example.html index 593cfa1..7e65049 100644 --- a/tests/data/example.html +++ b/tests/data/example.html @@ -7,7 +7,8 @@ xmlns:link="http://www.xbrl.org/2003/linkbase" xmlns:xbrli="http://www.xbrl.org/2003/instance" xmlns:iso4217="http://www.xbrl.org/2003/iso4217" - xmlns:example="http://www.example.com/20210101"> + xmlns:example="http://www.example.com/20210101" + xmlns:ixt="http://www.xbrl.org/inlineXBRL/transformation/2015-02-26"> Sample iXBRL file