mojopack
mojopack is a command-line tool for managing packages for the Mojo programming language. It allows you to list available packages, search for specific packages, and install packages from a central repository.
Features
List Packages: Get a list of all available packages in the Mojo package repository.
Search Packages: Search for packages by name or keyword.
Install Packages: Install packages and their dependencies from the repository.
Installation
mojopack can be installed using pip:
pip install mojopack
Usage
After installation, you can use the mojopack command from your terminal.
usage: mojopack.py [-h] {list,install,search} [name]
Manage packages for the Mojo programming language.
positional arguments:
{list,install,search}
Action to perform.
name Name of the directory to install or search for.
options:
-h, --help show this help message and exit
List Packages
To list all available packages in the repository:
mojopack list
Search Packages
To search for packages by name or keyword:
mojopack search <search_term>
Replace <search_term> with the name or keyword you want to search for.
Install Packages
To install a package and its dependencies:
mojopack install <package_name>
Replace <package_name> with the name of the package you want to install.
Contributing
Contributions to mojopack are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
License
mojopack is released under the MIT License.
Release files for mojopack 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mojopack-0.1.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mojopack-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / mojopack-0.1.tar.gz
| Download URL | mojopack-0.1.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0a29f0e533137bb5ec8168ad609e7f155a9e1eef71c37dee4e1e7aac58fdd7a0
|
|
BLAKE2b-256 checksum How to use checksums |
24737dde5f771a60ea34df6ab27a063d01a1670332b301809dda90120f4ea9dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.5
|
Release files / mojopack-0.1-py3-none-any.whl
| Download URL | mojopack-0.1-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
529f5b853bf328fc2144b63028957c06499bc1c9883543c727d8dc3e5d7d59fb
|
|
BLAKE2b-256 checksum How to use checksums |
e1a2dca5115cafbc5ff9d49f800a0f7c5ad55ef76d23715e099a1a3d6f99c9c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.5
|