An open API service indexing awesome lists of open source software.

https://github.com/unicornpkg/easyunicornpkg

Python utility to build a unicornpkg package table [maintainer=@Commandcracker]
https://github.com/unicornpkg/easyunicornpkg

python3 unicornpkg

Last synced: about 2 months ago
JSON representation

Python utility to build a unicornpkg package table [maintainer=@Commandcracker]

Awesome Lists containing this project

README

          

# easyunicornpkg

easyunicornpkg is a command-line tool for generating a package table for [unicornpkg](https://unicornpkg.madefor.cc/) from a URL.

Out of the box, this supports the following providers:

- [x] GitHub repositories
- [x] GitLab repositories
- [x] Pastebin pastes
- [x] GitHub Gists
- [x] Generic raw URLs

## Installation

You probably want to install it directly from [this GitHub repository](https://github.com/unicornpkg/easyunicornpkg):

```bash
pipx install git+https://github.com/unicornpkg/easyunicornpkg.git
```

After that, you can run `pipx run easyunicornpkg --help` for more information on using this project.

### From PyPI

> [!IMPORTANT]
> Deployments to PyPI are [currently broken](https://github.com/unicornpkg/easyunicornpkg/issues/5).

easyunicornpkg is [available on PyPI](https://pypi.org/project/easyunicornpkg/). We recommend installing it using [`pipx`](https://pipx.pypa.io/stable/) like so:

```bash
pipx install easyunicornpkg
```

## Maintainer

This script is maintained by [@Commandcracker](https://github.com/Commandcracker). Any questions related to this script should be directed to him.