Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ayoubm490/hr
- Owner: AyoubM490
- Created: 2023-07-13T11:26:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-13T12:00:18.000Z (over 1 year ago)
- Last Synced: 2024-12-04T18:53:30.498Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```