/hr

A tool to export a system's user information into CSV or JSON formats

Primary LanguagePython

CLI tool to export a system's user information into CSV or JSON formats

Usage

JSON format:

$ hr --format=json --path=users.json

CSV format:

$ hr --format=csv

Installation From Source

To install the package after you've cloned the repository, you'll want to run the following command from within the project directory:

$ pip install --user -e .