Skip to main content

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

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mojopack-0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

mojopack-0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page