# sas7bdat Converter CLI
[![Tests Status](https://github.com/pbs-data-solutions/sas7bdat-converter-cli/workflows/Testing/badge.svg?branch=main&event=push)](https://github.com/pbs-data-solutions/sas7bdat-converter-cli/actions?query=workflow%3ATesting+branch%3Amain+event%3Apush)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pbs-data-solutions/sas7bdat-converter-cli/main.svg)](https://results.pre-commit.ci/latest/github/pbs-data-solutions/sas7bdat-converter-cli/main)
[![Coverage](https://codecov.io/github/pbs-data-solutions/sas7bdat-converter-cli/coverage.svg?branch=main)](https://codecov.io/gh/pbs-data-solutions/sas7bdat-converter-cli)
[![PyPI version](https://badge.fury.io/py/sas7bdat-converter-cli.svg)](https://badge.fury.io/py/sas7bdat-converter-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sas7bdat-converter-cli?color=5cc141)](https://github.com/pbs-data-solutions/sas7bdat-converter-cli)
CLI to convert sas7bdat and xport files into other formats
## Installation
Installation with [pipx](https://github.com/pypa/pipx) is recommended.
```sh
pipx install sas7bdat-converter-cli
```
Alternatively sas7bdat Converter CLI can be installed with pip.
```sh
pip install sas7bdat-converter-cli
```
## Usage
```console
Usage: sas7bdat-converter [OPTIONS] COMMAND [ARGS]...
Options:
-v, --version Show the installed version
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.
Commands:
dir-to-csv Convert a directory containing sas7bdat or xpt files to...
dir-to-excel Convert a directory of sas7bdat or xpt files to xlsx...
dir-to-json Convert a directory of sas7bdat or xpt files to json...
dir-to-parquet Convert a directory of sas7bdat or xpt files to parquet...
dir-to-xml Convert a directory of sas7bdat or xpt files to xml files.
to-csv Convert a sas7bdat or xpt file to a csv file.
to-excel Convert a sas7bdat or xpt file to a xlsx file.
to-json Convert a sas7bdat or xpt file to a JSON file.
to-parquet Convert a sas7bdat or xpt file to a parquet file.
to-xml Convert a sas7bdat or xpt file to a xml file.
```
## Contributing
Contributions to this project are welcome. If you are interesting in contributing please see our
[contributing guide](CONTRIBUTING.md)
Raw data
{
"_id": null,
"home_page": "https://github.com/pbs-data-solutions/sas7bdat-converter-cli",
"name": "sas7bdat-converter-cli",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "sas,sas7bdat,converter,xpt,XPort",
"author": "Paul Sanders",
"author_email": "paul@pbsdatasolutions.com",
"download_url": "https://files.pythonhosted.org/packages/df/4d/fcd0a606fba728255fa64bbb8e4b7c11382dc202129d527095eaf7aaa7e2/sas7bdat_converter_cli-1.0.0.tar.gz",
"platform": null,
"description": "# sas7bdat Converter CLI\n\n[![Tests Status](https://github.com/pbs-data-solutions/sas7bdat-converter-cli/workflows/Testing/badge.svg?branch=main&event=push)](https://github.com/pbs-data-solutions/sas7bdat-converter-cli/actions?query=workflow%3ATesting+branch%3Amain+event%3Apush)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pbs-data-solutions/sas7bdat-converter-cli/main.svg)](https://results.pre-commit.ci/latest/github/pbs-data-solutions/sas7bdat-converter-cli/main)\n[![Coverage](https://codecov.io/github/pbs-data-solutions/sas7bdat-converter-cli/coverage.svg?branch=main)](https://codecov.io/gh/pbs-data-solutions/sas7bdat-converter-cli)\n[![PyPI version](https://badge.fury.io/py/sas7bdat-converter-cli.svg)](https://badge.fury.io/py/sas7bdat-converter-cli)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sas7bdat-converter-cli?color=5cc141)](https://github.com/pbs-data-solutions/sas7bdat-converter-cli)\n\nCLI to convert sas7bdat and xport files into other formats\n\n## Installation\n\nInstallation with [pipx](https://github.com/pypa/pipx) is recommended.\n\n```sh\npipx install sas7bdat-converter-cli\n```\n\nAlternatively sas7bdat Converter CLI can be installed with pip.\n\n```sh\npip install sas7bdat-converter-cli\n```\n\n## Usage\n\n```console\nUsage: sas7bdat-converter [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n -v, --version Show the installed version\n --install-completion [bash|zsh|fish|powershell|pwsh]\n Install completion for the specified shell.\n --show-completion [bash|zsh|fish|powershell|pwsh]\n Show completion for the specified shell, to\n copy it or customize the installation.\n --help Show this message and exit.\n\nCommands:\n dir-to-csv Convert a directory containing sas7bdat or xpt files to...\n dir-to-excel Convert a directory of sas7bdat or xpt files to xlsx...\n dir-to-json Convert a directory of sas7bdat or xpt files to json...\n dir-to-parquet Convert a directory of sas7bdat or xpt files to parquet...\n dir-to-xml Convert a directory of sas7bdat or xpt files to xml files.\n to-csv Convert a sas7bdat or xpt file to a csv file.\n to-excel Convert a sas7bdat or xpt file to a xlsx file.\n to-json Convert a sas7bdat or xpt file to a JSON file.\n to-parquet Convert a sas7bdat or xpt file to a parquet file.\n to-xml Convert a sas7bdat or xpt file to a xml file.\n```\n\n## Contributing\n\nContributions to this project are welcome. If you are interesting in contributing please see our\n[contributing guide](CONTRIBUTING.md)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "CLI to convert sas7bdat and xport files into other formats",
"version": "1.0.0",
"project_urls": {
"Documentation": "https://github.com/pbs-data-solutions/sas7bdat-converter-cli",
"Homepage": "https://github.com/pbs-data-solutions/sas7bdat-converter-cli",
"Repository": "https://github.com/pbs-data-solutions/sas7bdat-converter-cli"
},
"split_keywords": [
"sas",
"sas7bdat",
"converter",
"xpt",
"xport"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d99a8c9f9bd01ede282380b71ae832c6ccd50f9ea5d5d1b0fa9b2d680cc5cc7",
"md5": "933214fba4de840f4fb4237a77388224",
"sha256": "67b296cf1d579a057aa0c6a5bc46988e0d152c55de5cc49c17525e61af0d72fd"
},
"downloads": -1,
"filename": "sas7bdat_converter_cli-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "933214fba4de840f4fb4237a77388224",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 5047,
"upload_time": "2023-05-26T00:05:06",
"upload_time_iso_8601": "2023-05-26T00:05:06.594487Z",
"url": "https://files.pythonhosted.org/packages/8d/99/a8c9f9bd01ede282380b71ae832c6ccd50f9ea5d5d1b0fa9b2d680cc5cc7/sas7bdat_converter_cli-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "df4dfcd0a606fba728255fa64bbb8e4b7c11382dc202129d527095eaf7aaa7e2",
"md5": "741287c2b95af4ef48cede41d57d4e23",
"sha256": "edfb4e8f5a01b2261a84a3414c696dca8d1f7f60593d45e7c88035bd8e87efed"
},
"downloads": -1,
"filename": "sas7bdat_converter_cli-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "741287c2b95af4ef48cede41d57d4e23",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 4170,
"upload_time": "2023-05-26T00:05:08",
"upload_time_iso_8601": "2023-05-26T00:05:08.059077Z",
"url": "https://files.pythonhosted.org/packages/df/4d/fcd0a606fba728255fa64bbb8e4b7c11382dc202129d527095eaf7aaa7e2/sas7bdat_converter_cli-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-26 00:05:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pbs-data-solutions",
"github_project": "sas7bdat-converter-cli",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sas7bdat-converter-cli"
}