Metadata-Version: 2.1
Name: derobertis-cv
Version: 1.2.0
Summary: Nick DeRobertis' CV Data and pyexlatex Build
License: MIT
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyPDF2
Requires-Dist: PythonVideoConverter
Requires-Dist: inflect
Requires-Dist: jupyter-client
Requires-Dist: jupyterlab
Requires-Dist: pl-builder (<1)
Requires-Dist: project-report (==1.0.0a11)
Requires-Dist: pydantic (<2)
Requires-Dist: pygithub (==1.55)
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: types-pyyaml
Requires-Dist: types-requests
Requires-Dist: weakreflist
Project-URL: documentation, https://nickderobertis.github.io/derobertis-cv
Project-URL: repository, https://github.com/nickderobertis/derobertis-cv
Description-Content-Type: text/markdown



[![](https://codecov.io/gh/nickderobertis/derobertis-cv/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/derobertis-cv)
[![PyPI](https://img.shields.io/pypi/v/derobertis-cv)](https://pypi.org/project/derobertis-cv/)
![PyPI - License](https://img.shields.io/pypi/l/derobertis-cv)
[![Documentation](https://img.shields.io/badge/documentation-pass-green)](https://nickderobertis.github.io/derobertis-cv/)
![Tests Run on Ubuntu Python Versions](https://img.shields.io/badge/Tests%20Ubuntu%2FPython-3.10-blue)
![Tests Run on Macos Python Versions](https://img.shields.io/badge/Tests%20Macos%2FPython-3.10-blue)
![Tests Run on Windows Python Versions](https://img.shields.io/badge/Tests%20Windows%2FPython-3.10-blue)
[![Github Repo](https://img.shields.io/badge/repo-github-informational)](https://github.com/nickderobertis/derobertis-cv/)


#  derobertis-cv

## Overview

Nick DeRobertis' CV Data and pyexlatex Build

## Getting Started

Install `derobertis-cv`:

```
pip install derobertis-cv
```

A simple example:

```python
import derobertis_cv

# Do something with derobertis_cv
```

See a
[more in-depth tutorial here.](
https://nickderobertis.github.io/derobertis-cv/tutorial.html
)

## Links

See the
[documentation here.](
https://nickderobertis.github.io/derobertis-cv/
)

## Development Status

This project is currently in early-stage development. There may be
breaking changes often. While the major version is 0, minor version
upgrades will often have breaking changes.

## Developing

See the [development guide](
https://github.com/nickderobertis/derobertis-cv/blob/master/DEVELOPING.md
) for development details.

## Author

Created by Nick DeRobertis. MIT License.


