latest pushes

This commit is contained in:
2024-09-16 01:32:40 -04:00
parent 913845d3f4
commit 6365279206
3 changed files with 34 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
publish.sh
tests
setup.py
dist
src/bellande_format.egg-info

View File

@ -1,3 +1,29 @@
# Bellande Rust Executable
## Bellande Rust Executable is a library that makes rust code into an executable (BRE) library
## 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
Version: 0.1.0
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
Requires: numpy
Required-by:
```
## 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/Algorithm-Model-Research/bellande_rust_executable/blob/main/LICENSE) and [NOTICE](https://github.com/Algorithm-Model-Research/bellande_rust_executable/blob/main/LICENSE) for more information.

3
git_scripts/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
fix_errors.sh
push.sh
repository_recal.sh