my-rust-installer


Namemy-rust-installer JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/yourusername/my_rust_installer
SummaryA package to install Rust and agg for a non-root user
upload_time2024-08-11 07:06:54
maintainerNone
docs_urlNone
authorYour Name
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # My Rust Installer

This package installs Rust and the `agg` tool from asciinema during its own installation process.

## Installation

You can install this package using pip:

```
pip install my_rust_installer
```

This will automatically:
1. Install Rust using rustup
2. Set up the Rust environment
3. Install the `agg` tool from asciinema

## Requirements

- Python 3.6+
- curl
- Internet connection

## Note

This package requires sudo privileges to install Rust and cargo. It will make changes to your system during the installation process.

## License

This project is licensed under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/my_rust_installer",
    "name": "my-rust-installer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/37/6e72a1230019078bac30088dae56d901ca7b24c0bb027a71d471a0bb5c24/my_rust_installer-0.3.tar.gz",
    "platform": null,
    "description": "# My Rust Installer\n\nThis package installs Rust and the `agg` tool from asciinema during its own installation process.\n\n## Installation\n\nYou can install this package using pip:\n\n```\npip install my_rust_installer\n```\n\nThis will automatically:\n1. Install Rust using rustup\n2. Set up the Rust environment\n3. Install the `agg` tool from asciinema\n\n## Requirements\n\n- Python 3.6+\n- curl\n- Internet connection\n\n## Note\n\nThis package requires sudo privileges to install Rust and cargo. It will make changes to your system during the installation process.\n\n## License\n\nThis project is licensed under the MIT License.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to install Rust and agg for a non-root user",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/my_rust_installer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da4ad888f823ffd1ed96a72e24207a984de841c711ec6085d7a93e361439e651",
                "md5": "4c290920a1ebad0aae72d3d1afb06c28",
                "sha256": "7d8ad8dae94b8fa5db8776436cb65f8dc9ddf1bc5cf821651193e461220b6be9"
            },
            "downloads": -1,
            "filename": "my_rust_installer-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c290920a1ebad0aae72d3d1afb06c28",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1480,
            "upload_time": "2024-08-11T07:06:52",
            "upload_time_iso_8601": "2024-08-11T07:06:52.193037Z",
            "url": "https://files.pythonhosted.org/packages/da/4a/d888f823ffd1ed96a72e24207a984de841c711ec6085d7a93e361439e651/my_rust_installer-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9376e72a1230019078bac30088dae56d901ca7b24c0bb027a71d471a0bb5c24",
                "md5": "8e08fd88fb91eebae7a6f9fe0c27092c",
                "sha256": "8eedcda1c74b335036c92ddf7e45754732565ff00ea13c9ae57258de91c1402f"
            },
            "downloads": -1,
            "filename": "my_rust_installer-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8e08fd88fb91eebae7a6f9fe0c27092c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2273,
            "upload_time": "2024-08-11T07:06:54",
            "upload_time_iso_8601": "2024-08-11T07:06:54.037560Z",
            "url": "https://files.pythonhosted.org/packages/b9/37/6e72a1230019078bac30088dae56d901ca7b24c0bb027a71d471a0bb5c24/my_rust_installer-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-11 07:06:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "my_rust_installer",
    "github_not_found": true,
    "lcname": "my-rust-installer"
}
        
Elapsed time: 0.33773s