bellande-rust-executable


Namebellande-rust-executable JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryBellande Rust Executable is a library that makes rust code into an executable (BRE) library
upload_time2024-10-14 04:28:53
maintainerNone
docs_urlNone
authorRonaldsonBellande
requires_python>=3.0
licenseNone
keywords package setuptools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bellande Rust Executable

## Bellande Rust Executable is a library that makes rust code into an executable (BRE) library
- "-d", "--dep-file", required=True, help="Path to the dependencies file (dependencies.bellande)"
- "-s", "--src-dir", required=True, help="Source directory containing Rust files"
- "-m", "--main-file", required=True, help="Main Rust file name (e.g., main.rs)"
- "-o", "--output", required=True, help="Output path for the compiled executable"

## Website PYPI
- https://pypi.org/project/bellande_rust_executable

### Installation
- `$ pip install bellande_rust_executable`

### Upgrade (if not upgraded)
- `$ pip install --upgrade bellande_rust_executable`

```
Name: bellande_rust_executable
Summary: File type Formats
Home-page: github.com/RonaldsonBellande/bellande_rust_executable
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com
License: GNU General Public License v3.0
```

## License

Bellande Rust Executable Packages is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bellande-rust-executable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "package, setuptools",
    "author": "RonaldsonBellande",
    "author_email": "ronaldsonbellande@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/fd/639c2e7397056a0f167a68d021928dbbcdad2d62f2536c2f5406ea6bcaa1/bellande_rust_executable-0.1.4.tar.gz",
    "platform": null,
    "description": "# Bellande Rust Executable\n\n## Bellande Rust Executable is a library that makes rust code into an executable (BRE) library\n- \"-d\", \"--dep-file\", required=True, help=\"Path to the dependencies file (dependencies.bellande)\"\n- \"-s\", \"--src-dir\", required=True, help=\"Source directory containing Rust files\"\n- \"-m\", \"--main-file\", required=True, help=\"Main Rust file name (e.g., main.rs)\"\n- \"-o\", \"--output\", required=True, help=\"Output path for the compiled executable\"\n\n## Website PYPI\n- https://pypi.org/project/bellande_rust_executable\n\n### Installation\n- `$ pip install bellande_rust_executable`\n\n### Upgrade (if not upgraded)\n- `$ pip install --upgrade bellande_rust_executable`\n\n```\nName: bellande_rust_executable\nSummary: File type Formats\nHome-page: github.com/RonaldsonBellande/bellande_rust_executable\nAuthor: Ronaldson Bellande\nAuthor-email: ronaldsonbellande@gmail.com\nLicense: GNU General Public License v3.0\n```\n\n## License\n\nBellande Rust Executable Packages is distributed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), see [LICENSE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/LICENSE) for more information.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bellande Rust Executable is a library that makes rust code into an executable (BRE) library",
    "version": "0.1.4",
    "project_urls": {
        "Home": "https://github.com/Architecture-Mechanism/bellande_rust_executable",
        "Homepage": "https://github.com/Architecture-Mechanism/bellande_rust_executable",
        "documentation": "https://github.com/Architecture-Mechanism/bellande_rust_executable",
        "repository": "https://github.com/Architecture-Mechanism/bellande_rust_executable"
    },
    "split_keywords": [
        "package",
        " setuptools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11fd639c2e7397056a0f167a68d021928dbbcdad2d62f2536c2f5406ea6bcaa1",
                "md5": "c7aafcf5dd44e04fb9dfae94bbdf9951",
                "sha256": "6bc57248e6f303169b95d8ea14da5da91a966f743c43658b50bf5b153259337a"
            },
            "downloads": -1,
            "filename": "bellande_rust_executable-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "c7aafcf5dd44e04fb9dfae94bbdf9951",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 16258,
            "upload_time": "2024-10-14T04:28:53",
            "upload_time_iso_8601": "2024-10-14T04:28:53.259482Z",
            "url": "https://files.pythonhosted.org/packages/11/fd/639c2e7397056a0f167a68d021928dbbcdad2d62f2536c2f5406ea6bcaa1/bellande_rust_executable-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-14 04:28:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Architecture-Mechanism",
    "github_project": "bellande_rust_executable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bellande-rust-executable"
}
        
Elapsed time: 0.83955s