Metadata-Version: 2.1
Name: hoppr
Version: 0.20.3
Summary: A tool for defining, verifying, and transferring software dependencies between environments.
Home-page: https://hoppr.dev/
License: MIT
Keywords: packaging,reports,build dependencies,software bill of materials
Author: LMCO Open Source
Author-email: open.source@lmco.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: System :: Software Distribution
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (==8.1.3)
Requires-Dist: cyclonedx-python-lib (>=2.0.0,<3.0.0)
Requires-Dist: hoppr-cyclonedx-models (==0.2.7)
Requires-Dist: jsonschema (>=4.4.0,<5.0.0)
Requires-Dist: packageurl-python (>=0.10.0,<0.11.0)
Requires-Dist: pydantic[email] (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Requires-Dist: types-PyYAML (>=6.0.5,<7.0.0)
Requires-Dist: urllib3 (>=1.26.9,<2.0.0)
Project-URL: Repository, https://gitlab.com/lmco/hoppr/hoppr
Description-Content-Type: text/markdown

# Hoppr

---

**Documentation**: <a href="https://hoppr.dev/" target="_blank">https://hoppr.dev/</a>

**Source Code**: <a href="https://gitlab.com/lmco/hoppr/hoppr" target="_blank">https://gitlab.com/lmco/hoppr/hoppr</a>

---

**Hoppr** helps your applications and build dependencies _hop_ between air gapped environments. It is a framework that
supports packaging, transfer, and delivery of dependencies. **Hoppr** relies on the principles of Linux Foundation's focus
on [SPDX](https://spdx.dev/) and the extended functionality of [CycloneDX](https://cyclonedx.org) to define Software
Bill-of-Materials and supply chain management.

**Goals**:

- ```Package``` Framework to collect disparate software products and build dependencies for consolidated packaging
- ```Verify``` Secure Software Supply Chain Management of these dependencies
- ```Transfer``` Abstract the transfer method across environment boundaries
- ```Delivery``` Consolidated packages delivered to target repositories

**Key Features**:

- Standardized workflow
- Extendable With plugins
- Core plugins for common operations

## Install
Install [hoppr from PyPI](https://pypi.org/project/hoppr/).
```
pip install hoppr
```

## Links
- **(TBD)** Getting Started
- **(TBD)** Examples
- **(TBD)** Customizing
- **(TBD)** Questions
- **(TBD)** Contributing

