Rni is used to install the package from github and other sites
Project description
rni - Package Manager
Overview
rni is a simple package manager designed for installing, updating, and managing packages from GitHub and other sources. It allows users to easily fetch, install, and uninstall packages while maintaining version control.
Installation
To install rni, run the following command:
pip3 install rni
Usage
After installing rni, you can use the following commands:
Install a Package
rni install <package_url>
Example:
rni install -git rasmnout/rni
Update rni
rni update
Remove a Package
rni remove <package_name>
Example:
rni remove example-package
Search for a Package
rni search <package_url>
Example:
rni search -git rasmnout/rni
List Installed Packages
rni list
Features
- Install packages from GitHub and other repositories.
- Uninstall packages and clean up related files.
- Check and update installed packages.
- Maintain package logs for tracking installed software.
Configuration
By default, rni modifies the system's PATH variable to include its bin directory:
export PATH="/rni/bin:/usr/local/bin:/bin:$PATH"
If this is not automatically set up, you may need to manually add it to your ~/.bashrc or ~/.bash_profile.
Contributing
Feel free to contribute to rni by submitting pull requests on GitHub: rni Repository.
License
rni is licensed under the Apache License 2.0.
Contact
Author: trspn (Rasmnout Owner)
Email: rasmnout@gmail.com
Website: rni Home Page
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rni-pkg-0.0.5.tar.gz.
File metadata
- Download URL: rni-pkg-0.0.5.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e0d588dbd22cdc6a284ae3897602374b8d96eae235f278d45a88236f2039cfa
|
|
| MD5 |
0c272b8df7139b4c4e25eca90ce0c1a4
|
|
| BLAKE2b-256 |
64ae0b2e989e6fbed8132af9bfc2051efac79a74073d7d017600913e74b87aca
|