Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add module csv2xml to convert tabular data to DSP-XML (DEV-134) (
  • Loading branch information
jnussbaum committed Sep 6, 2022
1 parent 59f055b commit 19393aa
Show file tree
Hide file tree
Showing 33 changed files with 5,185 additions and 159 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Expand Up @@ -18,6 +18,8 @@ openpyxl = "*"
pyparsing = "==2.4.7"
networkx = "*"
pandas = "*"
xlrd = "*"
regex = "*"

[dev-packages]
mkdocs = "*"
Expand Down
152 changes: 120 additions & 32 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions dev-requirements.txt
Expand Up @@ -3,12 +3,12 @@ attrs~=22.1.0; python_version >= '3.5'
autopep8~=1.7.0
cached-property~=1.5.2
cerberus~=1.3.4
certifi~=2022.6.15; python_full_version >= '3.6.0'
certifi~=2022.6.15; python_version >= '3.6'
chardet~=5.0.0; python_version >= '3.6'
charset-normalizer~=2.1.1; python_full_version >= '3.6.0'
charset-normalizer~=2.1.1; python_version >= '3.6'
click~=8.1.3
colorama~=0.4.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
distlib~=0.3.5
distlib~=0.3.6
ghp-import~=2.1.0
idna~=3.3; python_version >= '3.5'
importlib-metadata~=4.12.0; python_version >= '3.7'
Expand All @@ -19,7 +19,7 @@ markupsafe~=2.1.1; python_version >= '3.7'
mergedeep~=1.3.4; python_version >= '3.6'
mkdocs~=1.3.1
mkdocs-include-markdown-plugin~=3.6.1
mkdocs-material~=8.4.1
mkdocs-material~=8.4.2
mkdocs-material-extensions~=1.0.3; python_version >= '3.6'
mypy~=0.971
mypy-extensions~=0.4.3
Expand All @@ -44,16 +44,16 @@ pyyaml~=6.0; python_version >= '3.6'
pyyaml-env-tag~=0.1; python_version >= '3.6'
requests~=2.28.1
requirementslib~=1.6.9; python_version >= '3.7'
setuptools~=65.2.0; python_version >= '3.7'
setuptools~=65.3.0; python_version >= '3.7'
six~=1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml~=0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
tomli~=2.0.1; python_version < '3.11'
tomli~=2.0.1; python_version >= '3.7'
tomlkit~=0.11.4; python_version >= '3.6' and python_version < '4.0'
types-requests~=2.28.9
types-urllib3~=1.26.23
typing-extensions~=4.3.0; python_version >= '3.7'
urllib3~=1.26.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
vistir~=0.5.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3~=1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
vistir~=0.6.1; python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.7'
watchdog~=2.1.9; python_version >= '3.6'
wheel~=0.37.1
zipp~=3.8.1; python_version >= '3.7'
Binary file added docs/assets/images/img-excel2xml.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19393aa

Please sign in to comment.