Skip to main content

A CLI tool to convert JSON Resume schema to RenderCV schema

Project description

JSONResume to RenderCV Converter 🚀

Convert your resume from the JSON Resume schema to the RenderCV schema effortlessly with this CLI tool.

Features ✨

  • Converts JSON Resume schema to RenderCV schema.
  • Validates input and output against their respective schemas.
  • Supports both JSON and YAML formats for input and output.

Installation 📦

You can install the tool using pip:

pip install jsonresume_to_rendercv

Usage 📝

Convert your resume from JSON Resume to RenderCV schema using the command-line interface.

Example Usage

JSON Input

jsonresume_to_rendercv resume.json output.yaml

YAML Input

jsonresume_to_rendercv resume.yaml output.yaml

Development 🛠️

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/jsonresume_to_rendercv.git
    cd jsonresume_to_rendercv
    
  2. Install dependencies:

    make install
    

Building the Project

To build the project:

make build

Running Tests

To run tests:

make test

This will download a sample JSON Resume file, run the converter, and validate the output.

Releasing the Package

To release the package:

make release

Contributing 🤝

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements 🙌

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonresume-to-rendercv-0.1.0.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

jsonresume_to_rendercv-0.1.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page