Metadata-Version: 2.1
Name: rrpmpkg
Version: 1.0.1
Summary: RRPM's Package Manager
Author: pybash1
Author-email: 67195650+pybash1@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: requests (>=2.28.0,<3.0.0)
Requires-Dist: rich (>=12.4.4,<13.0.0)
Requires-Dist: typer (>=0.4.1,<0.5.0)
Description-Content-Type: text/markdown


![Logo](https://raw.githubusercontent.com/pybash1/rrpm/master/extra/banner.png)


# RRPMPkg

RRPMPkg is the official package manager for [RRPM](https://github.com/rrpm-org/rrpm). It enables you to easily install, uninstall and update all your RRPM extensions.
## Badges

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

## Installation

You can install rrpmpkg from PyPI. If you have RRPM Installed, you most likely also have RRPMPkg installed.

```bash
$ pip install rrpmpkg
```
    
## Documentation

The Documentation for RRPMPkg can be found [here](https://pybash.gibook.io/rrpmpkg)


## Usage/Examples

```bash
$ rrpmpkg install rrpm-org/demo-extension # Install extension
...
$ rrpmpkg uninstall someotherextension # Uninstall extension
...
$ rrpmpkg update # Update all extensions
...
$ rrpmpkg update --package demo-extensions # Update specific extension
```


## Authors

- [@pybash1](https://www.github.com/pybash1)


## Contributing

Contributions are always welcome!

See [CONTRIBUTING.md](https://github.com/rrpm-org/rrpm/blob/master/CONTRIBUTING.md) for ways to get started.

Please adhere to this project's [CODE_OF_CONDUCT.md](https://github.com/rrpm-org/rrpm/blob/master/CODE_OF_CONDUCT.md).
## Feedback

If you have any feedback, please reach out to me at [@py_bash1](https://twitter.com/py_bash1)

## License

[MIT](https://choosealicense.com/licenses/mit/)


