From 6365279206759e3051cfb7a6aeec17dd636b2d2c Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Mon, 16 Sep 2024 01:32:40 -0400 Subject: [PATCH] latest pushes --- .gitignore | 5 +++++ README.md | 26 ++++++++++++++++++++++++++ git_scripts/.gitignore | 3 +++ 3 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 git_scripts/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b111f4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +publish.sh +tests +setup.py +dist +src/bellande_format.egg-info diff --git a/README.md b/README.md index cd943ab..09b232e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/git_scripts/.gitignore b/git_scripts/.gitignore new file mode 100644 index 0000000..e5a7a9c --- /dev/null +++ b/git_scripts/.gitignore @@ -0,0 +1,3 @@ +fix_errors.sh +push.sh +repository_recal.sh