Metadata-Version: 2.1
Name: bellande_rust_executable
Version: 0.3.7
Summary: Bellande Rust Executable is a library that makes rust code into an executable (BRE) library
Author: RonaldsonBellande
Author-email: ronaldsonbellande@gmail.com
Project-URL: Home, https://github.com/Architecture-Mechanism/bellande_rust_executable
Project-URL: Homepage, https://github.com/Architecture-Mechanism/bellande_rust_executable
Project-URL: documentation, https://github.com/Architecture-Mechanism/bellande_rust_executable
Project-URL: repository, https://github.com/Architecture-Mechanism/bellande_rust_executable
Keywords: package,setuptools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov[all]; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: black; extra == "dev"

# 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
Company-page: git@git.bellande-technologies.com/BAMRI/bellande_rust_executable
Home-page: github.com/Architecture-Mechanism/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.

## Code of Conduct
Bellande Rust Executable Packages is distributed under the [CODE_OF_CONDUCT](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/CODE_OF_CONDUCT.md) and [NOTICE](https://github.com/Architecture-Mechanism/bellande_rust_executable/blob/main/CODE_OF_CONDUCT.md) for more information.
