Metadata-Version: 2.4
Name: ref-fetch
Version: 0.1.2
Summary: A tool to fetch, cache, and copy specific versions of libraries into repositories to provide code references and documentation to LLMs.
Home-page: https://github.com/roobert/ref-fetch
Author: roobert
Author-email: roobert@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: ddgs
Requires-Dist: tomli
Requires-Dist: beautifulsoup4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ref-fetch

A tool to fetch, cache, and copy specific versions of libraries into repositories to provide code references and documentation to LLMs.

## Installation

```bash
pip install ref-fetch
```

## Usage

```bash
ref-fetch <ecosystem> [path]
```

- `ecosystem`: The package ecosystem to process (e.g., `pip`, `npm`, `swift`).
- `path`: The path to the project directory (defaults to the current directory).
