Metadata-Version: 2.4
Name: poetry-vendor-plugin
Version: 0.1.0
Summary: Vendor internal packages from private PyPI for offline production deployments
License: MIT
License-File: LICENSE
Keywords: poetry,plugin,vendor,offline,air-gapped,private-pypi
Author: Jörg Koch simplepoetryplugindeveloper@proton.me
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: poetry (>=2.0,<3.0)
Project-URL: Repository, https://github.com/simplepoetryplugindeveloper/poetry-vendor-plugin
Description-Content-Type: text/markdown

# Poetry Vendor Plugin

Vendor internal packages from private PyPI repositories for offline/air-gapped production deployments.

## Why?

Your company has internal packages on a LAN-only PyPI server. Production servers have no access to it. This plugin downloads wheels to a `vendor/` folder so production can install without network access.

## Installation

```bash
poetry self add poetry-vendor-plugin

