# 📦 Bellande Limit
## 🧙 Organization Website
- [![Organization Website](https://img.shields.io/badge/Explore%20Our-Website-0099cc?style=for-the-badge)](https://robotics-sensors.github.io)
## 🧙 Organization Github
- [![Organization Github ](https://img.shields.io/badge/Explore%20Our-Github-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors)
# Author, Creator and Maintainer
- **Ronaldson Bellande**
## Bellande Limit Executables & Models
- [![Bellande Limit Models & Executables ](https://img.shields.io/badge/Bellande%20Step-Models/Executables-0099cc?style=for-the-badge)](https://github.com/Artificial-Intelligence-Computer-Vision/bellande_limit_models_executables)
# API HTTP Usability (BELLANDE FORMAT)
```
# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# GNU General Public License v3.0 or later
url: https://bellande-robotics-sensors-research-innovation-center.org
endpoint_path:
bellande_limit: /api/Bellande_Limit/bellande_limit
Bellande_Framework_Access_Key: bellande_web_api_opensource
```
# API HTTP Usability (JSON FORMAT)
```
{
"license": [
"Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande",
"This program is free software: you can redistribute it and/or modify",
"it under the terms of the GNU General Public License as published by",
"the Free Software Foundation, either version 3 of the License, or",
"(at your option) any later version.",
"",
"This program is distributed in the hope that it will be useful,",
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
"GNU General Public License for more details.",
"",
"You should have received a copy of the GNU General Public License",
"along with this program. If not, see <https://www.gnu.org/licenses/>.",
"GNU General Public License v3.0 or later"
],
"url": "https://bellande-robotics-sensors-research-innovation-center.org",
"endpoint_path": {
"bellande_limit": "/api/Bellande_Limit/bellande_limit"
},
"Bellande_Framework_Access_Key": "bellande_web_api_opensource"
}
```
# API Payload Example
```
{
"node0": [0, 0, 0],
"node1": [100, 100, 100],
"environment": [1000, 1000, 1000],
"size": [10, 10, 10],
"goal": [200, 200, 200],
"obstacles": [
{
"position": [50, 50, 50],
"dimensions": [20, 20, 20]
}
],
"search_radius": 50,
"sample_points": 20,
"auth": {
"authorization_key": "bellande_web_api_opensource"
}
}
```
# 🧙 Website Bellande API Testing
- [![Website API Testing](https://img.shields.io/badge/Bellande%20API-Testing-0099cc?style=for-the-badge)](https://bellande-robotics-sensors-research-innovation-center.org/api/bellande_limit_experiment)
# Quick Bellande API Testing
```
curl -X 'POST' \
'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Limit/bellande_limit' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"node0": [0, 0, 0],
"node1": [100, 100, 100],
"environment": [1000, 1000, 1000],
"size": [10, 10, 10],
"goal": [100, 100, 100],
"obstacles": [
{
"position": [50, 50, 50],
"dimensions": [20, 20, 20]
}
],
"search_radius": 50,
"sample_points": 20,
"auth": {
"authorization_key": "bellande_web_api_opensource"
}
}'
```
## Website PYPI
- https://pypi.org/project/bellande_limit
### Installation
- `$ pip install bellande_limit`
### Upgrade (if not upgraded)
- `$ pip install --upgrade bellande_limit`
```
Name: bellande_limit
Summary: Computes the next step towards a target node
Home-page: github.com/RonaldsonBellande/bellande_limit
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com
License: GNU General Public License v3.0
```
## Published Paper
```
Coming Soon
```
## Preprint
- [![Preprint](https://img.shields.io/badge/Preprint-Bellande%20Step-0099cc?style=for-the-badge)](https://dapp.orvium.io/deposits/6650ccb8afb407dc8beb0ff2/view)
## License
This Algorithm or Models is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) for more information.
Raw data
{
"_id": null,
"home_page": null,
"name": "bellande-limit",
"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/f0/0b/2baa1001f8d3bc7e81f9ccf555b0e2dacd08476d1a201e1843c5c80c7fdf/bellande_limit-0.1.2.tar.gz",
"platform": null,
"description": "# \ud83d\udce6 Bellande Limit\n\n## \ud83e\uddd9 Organization Website\n- [![Organization Website](https://img.shields.io/badge/Explore%20Our-Website-0099cc?style=for-the-badge)](https://robotics-sensors.github.io)\n\n## \ud83e\uddd9 Organization Github\n- [![Organization Github ](https://img.shields.io/badge/Explore%20Our-Github-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors)\n\n# Author, Creator and Maintainer\n- **Ronaldson Bellande**\n\n## Bellande Limit Executables & Models\n- [![Bellande Limit Models & Executables ](https://img.shields.io/badge/Bellande%20Step-Models/Executables-0099cc?style=for-the-badge)](https://github.com/Artificial-Intelligence-Computer-Vision/bellande_limit_models_executables)\n\n# API HTTP Usability (BELLANDE FORMAT)\n```\n# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n# \n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n\n# You should have received a copy of the GNU General Public License\n# along with this program. If not, see <https://www.gnu.org/licenses/>.\n# GNU General Public License v3.0 or later\n\nurl: https://bellande-robotics-sensors-research-innovation-center.org\n\nendpoint_path:\n bellande_limit: /api/Bellande_Limit/bellande_limit\n\nBellande_Framework_Access_Key: bellande_web_api_opensource\n```\n\n# API HTTP Usability (JSON FORMAT)\n```\n{\n \"license\": [\n \"Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande\",\n \"This program is free software: you can redistribute it and/or modify\",\n \"it under the terms of the GNU General Public License as published by\",\n \"the Free Software Foundation, either version 3 of the License, or\",\n \"(at your option) any later version.\",\n \"\",\n \"This program is distributed in the hope that it will be useful,\",\n \"but WITHOUT ANY WARRANTY; without even the implied warranty of\",\n \"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\",\n \"GNU General Public License for more details.\",\n \"\",\n \"You should have received a copy of the GNU General Public License\",\n \"along with this program. If not, see <https://www.gnu.org/licenses/>.\",\n \"GNU General Public License v3.0 or later\"\n ],\n \"url\": \"https://bellande-robotics-sensors-research-innovation-center.org\",\n \"endpoint_path\": {\n \"bellande_limit\": \"/api/Bellande_Limit/bellande_limit\"\n },\n \"Bellande_Framework_Access_Key\": \"bellande_web_api_opensource\"\n}\n```\n\n# API Payload Example\n```\n{\n \"node0\": [0, 0, 0],\n \"node1\": [100, 100, 100],\n \"environment\": [1000, 1000, 1000],\n \"size\": [10, 10, 10],\n \"goal\": [200, 200, 200],\n \"obstacles\": [\n {\n \"position\": [50, 50, 50],\n \"dimensions\": [20, 20, 20]\n }\n ],\n \"search_radius\": 50,\n \"sample_points\": 20,\n \"auth\": {\n \"authorization_key\": \"bellande_web_api_opensource\"\n }\n}\n```\n\n# \ud83e\uddd9 Website Bellande API Testing \n- [![Website API Testing](https://img.shields.io/badge/Bellande%20API-Testing-0099cc?style=for-the-badge)](https://bellande-robotics-sensors-research-innovation-center.org/api/bellande_limit_experiment)\n \n# Quick Bellande API Testing\n```\ncurl -X 'POST' \\\n 'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Limit/bellande_limit' \\\n -H 'accept: application/json' \\\n -H 'Content-Type: application/json' \\\n -d '{\n \"node0\": [0, 0, 0],\n \"node1\": [100, 100, 100],\n \"environment\": [1000, 1000, 1000],\n \"size\": [10, 10, 10],\n \"goal\": [100, 100, 100],\n \"obstacles\": [\n {\n \"position\": [50, 50, 50],\n \"dimensions\": [20, 20, 20]\n }\n ],\n \"search_radius\": 50,\n \"sample_points\": 20,\n \"auth\": {\n \"authorization_key\": \"bellande_web_api_opensource\"\n }\n }'\n```\n\n## Website PYPI\n- https://pypi.org/project/bellande_limit\n\n### Installation\n- `$ pip install bellande_limit`\n\n### Upgrade (if not upgraded)\n- `$ pip install --upgrade bellande_limit`\n\n```\nName: bellande_limit\nSummary: Computes the next step towards a target node\nHome-page: github.com/RonaldsonBellande/bellande_limit\nAuthor: Ronaldson Bellande\nAuthor-email: ronaldsonbellande@gmail.com\nLicense: GNU General Public License v3.0\n```\n\n## Published Paper\n```\nComing Soon\n```\n\n## Preprint\n- [![Preprint](https://img.shields.io/badge/Preprint-Bellande%20Step-0099cc?style=for-the-badge)](https://dapp.orvium.io/deposits/6650ccb8afb407dc8beb0ff2/view)\n\n\n## License\nThis Algorithm or Models is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) for more information.\n",
"bugtrack_url": null,
"license": null,
"summary": "Robots Limit",
"version": "0.1.2",
"project_urls": {
"Home": "https://github.com/Robotics-Sensors/bellande_limit",
"Homepage": "https://github.com/Robotics-Sensors/bellande_limit",
"documentation": "https://github.com/Robotics-Sensors/bellande_limit",
"repository": "https://github.com/Robotics-Sensors/bellande_limit"
},
"split_keywords": [
"package",
" setuptools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f00b2baa1001f8d3bc7e81f9ccf555b0e2dacd08476d1a201e1843c5c80c7fdf",
"md5": "7690009c0b8179315833973ca08ef27a",
"sha256": "5b6e371aad89b94f2ccb4bd250cccb493bdff7308e4f083360567449a68d787f"
},
"downloads": -1,
"filename": "bellande_limit-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "7690009c0b8179315833973ca08ef27a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 5563442,
"upload_time": "2024-11-23T02:00:38",
"upload_time_iso_8601": "2024-11-23T02:00:38.401996Z",
"url": "https://files.pythonhosted.org/packages/f0/0b/2baa1001f8d3bc7e81f9ccf555b0e2dacd08476d1a201e1843c5c80c7fdf/bellande_limit-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-23 02:00:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Robotics-Sensors",
"github_project": "bellande_limit",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "bellande-limit"
}