ResumeCopilot Python Library
Overview
ResumeCopilotLib is a Python library designed to interact with the Resume Copilot API, allowing developers to integrate job search functionality into their applications.
API Documentation
For detailed API documentation, visit:
Resume Copilot API
What is Resume Copilot?
Resume Copilot is your one-stop solution for crafting the perfect resume. It is available as a plugin in the ChatGPT Plus version, helping users streamline their resume-building process. With Resume Copilot, you can:
- Effortlessly upload and edit resumes
- Make precise improvements and enhancements
- Choose from a diverse range of professional templates
- Navigate and implement suggested changes with ease
To learn more, visit:
Resume Copilot Website
ChatGPT Plugin
Resume Copilot is also available as a ChatGPT plugin to enhance your resume-writing experience. You can access it here:
Resume Copilot on ChatGPT
Installation
To install the ResumeCopilot Python library via pip, use the following command:
pip install resume-copilot-lib
Usage
Here's a basic example of how to use the library to perform a job search:
from resume_copilot_lib import JobSearchHelper, JobSearchRequest
request = JobSearchRequest(
title="developer",
size=2
)
results = JobSearchHelper.search_jobs(request)
for job in results.jobs:
print(f"Job: {job.name} at {job.company_name}")
Contributing
We welcome contributions! Feel free to open issues or submit pull requests to improve the library.
License
This project is licensed under the MIT License.
Release files for resume-copilot-lib 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| resume_copilot_lib-1.0.0.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| resume_copilot_lib-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.4 kB
Release files / resume_copilot_lib-1.0.0.tar.gz
| Download URL | resume_copilot_lib-1.0.0.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb1feab10f0fe71d5150bf17badf4834e67c74cda2d90972f0a2190adfcf6831
|
|
BLAKE2b-256 checksum How to use checksums |
7bdd0b023d203c8764c2df8e9318b801a19b8a265db1f222ddefa8818581ca61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.6
|
Release files / resume_copilot_lib-1.0.0-py3-none-any.whl
| Download URL | resume_copilot_lib-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c9dfb785763f4f5dadac2418d1c28ee6c46cc06e1d3c824602b9b5493004f5fd
|
|
BLAKE2b-256 checksum How to use checksums |
cbdc962d135b2094e56a06925d7213dc0521be6bb920f510805c98705d403a74
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.6
|