Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmiladhia/pysira
CLI tool to export jsonresume files to different formats (html, tex, pdf, ...) and different languages.
https://github.com/hmiladhia/pysira
Last synced: 2 days ago
JSON representation
CLI tool to export jsonresume files to different formats (html, tex, pdf, ...) and different languages.
- Host: GitHub
- URL: https://github.com/hmiladhia/pysira
- Owner: hmiladhia
- License: mit
- Created: 2023-03-12T20:56:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T23:21:38.000Z (9 months ago)
- Last Synced: 2024-10-12T16:07:59.986Z (about 1 month ago)
- Language: HTML
- Size: 103 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pysira
![Tests](https://github.com/hmiladhia/pysira/actions/workflows/tests.yml/badge.svg)
[![codecov](https://codecov.io/gh/hmiladhia/pysira/branch/main/graph/badge.svg)](https://codecov.io/gh/hmiladhia/nbmanips)CLI tool to export [jsonresume](https://jsonresume.org/) files to different formats (html, tex, pdf, ...) and different languages.
## Example
```bash
sira export -t stackoverflow examples/resume.json -o examples/out/stackoverflow
```## Help
```
>> sira export --help
Usage: sira export [OPTIONS] [RESUME_PATH]Options:
-o, --output TEXT
-t, --theme TEXT
-l, --language TEXT
-op, --options TEXT
-f, --format TEXT
-w, --work INTEGER
-p, --projects INTEGER
-s, --skills INTEGER
-c, --certificates INTEGER
-a, --summary, --about / -na, --no-summary, --no-about
-y, --yaml
--help Show this message and exit.```