This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Releases: MathScript-Lang/MathGet.py
Releases · MathScript-Lang/MathGet.py
MathGet v1.0.0
This first release of MathGet introduces the core functionality for managing MathScript packages. It empowers you to:
- Install packages: Easily add new packages to your project using
mathget install <package-name>
. - List installed packages: Get a clear overview of your installed packages with
mathget list
. - Uninstall packages: Remove packages from your project using
mathget uninstall <package-name>
. - Update packages: Ensure you have the latest versions of your packages with
mathget update <package-name>
. - Search for packages: Discover new and useful packages with
mathget search <keyword>
. - Get package information: View detailed information about specific packages with
mathget info <package-name>
.
Get started today and streamline your MathScript development!
Stay tuned for future releases with:
- Support for package dependencies
- Enhanced search and filtering capabilities
- Improved error handling and reporting
- And more!