Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayoubm490/hr

A tool to export a system's user information into CSV or JSON formats
https://github.com/ayoubm490/hr

Last synced: about 13 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Usage

JSON format:

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

CSV format:

```bash
$ 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:

```bash
$ pip install --user -e .
```