Metadata-Version: 2.4
Name: usdm3_excel
Version: 0.2.0
Summary: A python package for importing and exporting the CDISC TransCelerate USDM, version 3, using Excel
Author: D Iberson-Hurst
Author-email: 
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: usdm4>=0.12.0
Requires-Dist: usdm4_excel>=0.8.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# USDM4_Excel

Library for import and export of USDM Version 3 via MS Excel. The package exports from USDM4 data.

# Build Package

Build steps for deployment to pypi.org

- Build with `python3 -m build --sdist --wheel`
- Upload to pypi.org using `twine upload dist/*`
