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]
- Host: GitHub
- URL: https://github.com/unicornpkg/easyunicornpkg
- Owner: unicornpkg
- License: apache-2.0
- Created: 2022-12-06T00:13:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T20:34:35.000Z (6 months ago)
- Last Synced: 2025-12-14T10:58:26.214Z (6 months ago)
- Topics: python3, unicornpkg
- Language: Python
- Homepage: https://pypi.org/project/easyunicornpkg
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.