]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commit
Initial commit
authorRaphael Michel <mail@raphaelmichel.de>
Thu, 11 Oct 2018 07:51:51 +0000 (09:51 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Thu, 11 Oct 2018 07:51:51 +0000 (09:51 +0200)
commit4a17b076abb74f75c06d331b6f43e9bb5363a171
tree09a2683ef56abf4a22ae2e3980b9f045a018547a
Initial commit
23 files changed:
.coveragerc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitlab-ci.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.rst [new file with mode: 0644]
demo.py [new file with mode: 0644]
drafthorse/__init__.py [new file with mode: 0644]
drafthorse/models/__init__.py [new file with mode: 0644]
drafthorse/models/document.py [new file with mode: 0644]
drafthorse/models/elements.py [new file with mode: 0644]
drafthorse/models/fields.py [new file with mode: 0644]
drafthorse/schema/ZUGFeRD1p0.xsd [new file with mode: 0644]
drafthorse/schema/ZUGFeRD1p0_urn_un_unece_uncefact_data_standard_QualifiedDataType_12.xsd [new file with mode: 0644]
drafthorse/schema/ZUGFeRD1p0_urn_un_unece_uncefact_data_standard_ReusableAggregateBusinessInformationEntity_12.xsd [new file with mode: 0644]
drafthorse/schema/ZUGFeRD1p0_urn_un_unece_uncefact_data_standard_UnqualifiedDataType_15.xsd [new file with mode: 0644]
drafthorse/schema/ZUGFeRD_1p0.scmt [new file with mode: 0644]
drafthorse/utils.py [new file with mode: 0644]
requirements_dev.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/utils.py [new file with mode: 0644]