Metadata-Version: 2.1
Name: sas7bdat-converter
Version: 0.2.7
Summary: Convert sas7bdat files into other formats
Home-page: https://github.com/sanders41/sas7bdat_converter
Author: Paul Sanders
Author-email: psanders1@gmail.com
License: Apache 2.0
Download-URL: https://github.com/sanders41/sas7bdat_converter/archive/v0.2.7.tar.gz
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: XlsxWriter (>=1.1.8)
Provides-Extra: test
Requires-Dist: xlrd (>=1.2.0) ; extra == 'test'


Converts proprietary sas7bdat files from SAS into formats such as csv and XML useable by other programs. Currently supported conversiaions are csv, Excel (xlsx format), json, Pandas DataFrame, and XML.

Conversions can be done on a single file, a batch of files, or a whole directory.


