Metadata-Version: 2.4
Name: BeyondCV
Version: 0.1.6
Summary: A CV building library/framework.
Author: Abdallah Soliman
Author-email: Abdallah Soliman <abdallahsoliman03@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Dist: addict>=2.4.0
Requires-Dist: colour>=0.1.5
Requires-Dist: debugpy>=1.8.20
Requires-Dist: dotenv>=0.9.9
Requires-Dist: openai>=2.36.0
Requires-Dist: pillow>=12.2.0
Requires-Dist: pypdf>=6.11.0
Requires-Dist: python-docx>=1.2.0
Requires-Dist: pyyaml>=6.0.3
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/abdallahsoliman00/BeyondCV
Project-URL: Repository, https://github.com/abdallahsoliman00/BeyondCV
Description-Content-Type: text/markdown

# BeyondCV
No more pressing CTRL+C, CTRL+V to put your CV into a new template.

<!--toc:start-->
- [Introduction](#introduction)
- [Architecture](#architecture)
- [License](#license)
- [Disclaimer](#disclaimer)
<!--toc:end-->

## Introduction
This is a tool used to quickly move an existing CV/resume from one template to another.
Drop in the old CV, configure the output template and get the new CV.

This tool is best used to mass convert CVs, for inidvidual CVs, this may not be the best option as the
CV template may be less configurable than one made manually.

This project has two different parts to it:
1. BeyondCV: the library used to create a CV builder, providing a framework to follow.
2. BuildImpl: an implementation using BeyondCV to create a full CV conversion pipeline.

## How To Use
See [USAGE.md](/USAGE.md) for instructions on how to use this library,
or refer to the [BuildImpl](/BuildImpl/) file for an example implementation.

## Architecture
See the [Architecture](/Architecture.md) document for more info.

## License
See [LICENSE](/LICENSE) document.

## Disclaimer
This code was partly generated by AI, so there may be some bugs.
