Metadata-Version: 2.5
Name: jobops
Version: 0.0.1
Summary: Run a job search like an operator — local-first, plain-text, fact-locked.
Project-URL: Homepage, https://github.com/charlesinchargeok/jobops
Project-URL: Source, https://github.com/charlesinchargeok/jobops
Author: Charles Mbaruguru
License: MIT License
        
        Copyright (c) 2026 Charles Mbaruguru
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: ats,career,cli,interview,job-search,resume
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# jobops

**Run a job search like an operator, not an applicant.**

`jobops` is a local-first, plain-text system for running a job search: one markdown
file per role as the source of truth, plus an engine that discovers roles, scores
fit against a fact-locked record of your experience, tailors application materials
without inventing facts, and prepares and debriefs interviews.

Design principles:

- **Your data is yours.** Plain text on your disk. No platform, no lock-in, no export button needed.
- **Nothing is invented.** Tailoring *assembles* from a fact-locked library of your real
  accomplishments. The engine never free-hands a fact about you.
- **A no-op never reports success.** If a step did nothing, it says so loudly rather than
  returning OK.

> ## ⚠️ Placeholder release
> This is a **name reservation** for software under active development. It does not do anything
> useful yet. Watch the repository for the first real release.

MIT licensed.
