mojopack is a tool for managing packages for the Mojo programming language.
Project description
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.
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
Built Distribution
File details
Details for the file mojopack-0.1.tar.gz
.
File metadata
- Download URL: mojopack-0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a29f0e533137bb5ec8168ad609e7f155a9e1eef71c37dee4e1e7aac58fdd7a0 |
|
MD5 | c80eb3244e5b3266022fd212e4719e0a |
|
BLAKE2b-256 | 24737dde5f771a60ea34df6ab27a063d01a1670332b301809dda90120f4ea9dd |
File details
Details for the file mojopack-0.1-py3-none-any.whl
.
File metadata
- Download URL: mojopack-0.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 529f5b853bf328fc2144b63028957c06499bc1c9883543c727d8dc3e5d7d59fb |
|
MD5 | 7871383b0a3de88396b8caf2c5fef9da |
|
BLAKE2b-256 | e1a2dca5115cafbc5ff9d49f800a0f7c5ad55ef76d23715e099a1a3d6f99c9c8 |