latest pushes
This commit is contained in:
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
publish.sh
|
||||
tests
|
||||
setup.py
|
||||
dist
|
||||
src/bellande_format.egg-info
|
26
README.md
26
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.
|
||||
|
3
git_scripts/.gitignore
vendored
Normal file
3
git_scripts/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
fix_errors.sh
|
||||
push.sh
|
||||
repository_recal.sh
|
Reference in New Issue
Block a user