Go to file
0xWheatyz 6533cef56f test: add pytest framework and initial test suite
Added pytest and pytest-mock to requirements.txt for testing infrastructure.

Created tests/ directory with comprehensive test coverage for:
- Text cleaning functions (figure references, whitespace, line numbers)
- Section extraction logic (abstract, claims, case sensitivity)

All 8 tests passing. This provides a foundation for test-driven
development as we continue building the LLM integration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-19 18:52:54 -05:00
SPARC refactor: remove duplicate patent_api.py module 2026-02-19 18:49:31 -05:00
tests test: add pytest framework and initial test suite 2026-02-19 18:52:54 -05:00
.gitignore docs: updated documentation about possible not needing google patent API 2025-12-08 19:39:11 -05:00
flake.lock feat: patent retrival and semi-processed 2025-12-08 19:33:02 -05:00
flake.nix feat: patent retrival and semi-processed 2025-12-08 19:33:02 -05:00
main.py feat: patent retrival and semi-processed 2025-12-08 19:33:02 -05:00
README.md docs: updated documentation about possible not needing google patent API 2025-12-08 19:39:11 -05:00
requirements.txt test: add pytest framework and initial test suite 2026-02-19 18:52:54 -05:00

SPARC

Name

Semiconductor Patent & Analytics Report Core

Description

Installation

NixOS Installation

nix develop to build and configure nix dev environment

Usage

docker compose up -d

Roadmap

  • Retrive publicationID from SERP API
  • Retrive data from Google's patent API based on those publicationID's
    • This may not be needed, looking to parse the patents based soley on the pdf retrived from SERP
  • Wrap this into a python fastAPI, then bundle with docker

License

For open source projects, say how it is licensed.

Project status

Heavy development for the limited time available to me