This is just a simple program to test my programing knowledge and to learn more about API and Nautobot.
Project description
Nautobot API Sandbox
This is a simple program to test my programming knowledge and learn more about API, Nautobot, and developing in general.
Getting Started
-
Install package:
sudo pip install nautobot_api_sandbox
-
Run package:
nautobot_api_sandbox
-
Enter Demo token:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
This will start the Nautobot API Sandbox command-line interface. Follow the instructions in the application to interact with the Nautobot API.
:memo: NOTE: You don't need to add '()' or "" quotes. Simply type the command + name (e.g., create_tenant tpayne, show_devices atl01).
To update:
pip install --upgrade nautobot_api_sandbox
Development Prerequisites
Before getting started, make sure you have the following installed on your machine:
- Python 3.9 or later
- Poetry
Development
- Clone the repository:
git clone git@github.com:tPayne0647/nautobot-api-sandbox.git
- Navigate to the project directory:
cd nautobot-api-sandbox
- Install the project dependencies using Poetry:
poetry install
- Install the development dependencies:
poetry install --dev
- Activate the virtual environment created by Poetry:
poetry shell
- Run the program:
python -m nautobot_api_sandbox.nautobot_api_sandbox_ui
To run the tests: poetry run pytest
Any help or tips would be greatly appreciated!!
CLick UI command examples
must be in poetry enviroment
- python nautobot_api_sandbox/click_ui.py show-sites
- python nautobot_api_sandbox/click_ui.py show-devices SITE_NAME
- python nautobot_api_sandbox/click_ui.py create-tenant TENANT_NAME
- python nautobot_api_sandbox/click_ui.py delete-tenant TENANT_NAME
- python nautobot_api_sandbox/click_ui.py show-tenants
- python nautobot_api_sandbox/click_ui.py get-tenant TENANT_NAME
- python nautobot_api_sandbox/click_ui.py COMMAND --help
Remember to replace SITE_NAME or TENANT_NAME with the name of the site or tenant. You dont need to add quotation marks!
Currently Working On / Want to Add
- Valid unittest? Need more tests...
- Make sure using logging correctly
- Integrate click? really want to rework UI
- Exception handling
- Fix delete_tenant RequestError 409
- Update readme instructions
- Poetry integration
- Publish package
This is a work in progress!!!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nautobot_api_sandbox-0.1.6.tar.gz
.
File metadata
- Download URL: nautobot_api_sandbox-0.1.6.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.16 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec2586cde8a662ca8933803ccbc25bd6d9b41b2ec30c4ae2c41e9fb0366ed2e7 |
|
MD5 | 75f28010409b661d0f43c9a03209068b |
|
BLAKE2b-256 | 8d53e7aee7b4355066afcc2ee25da841e16e56ac5caaba80483b642b82bc9942 |
File details
Details for the file nautobot_api_sandbox-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: nautobot_api_sandbox-0.1.6-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.16 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab7af76e8b259a0203bfeedde84bd5e50dfd3c400145831246f7558750417fdf |
|
MD5 | f45be6b39db514459eaa318a10485eae |
|
BLAKE2b-256 | 3cf75f5203273226c94e6c592dd1ffa643f77c0b199daff847d2d44000f22a3f |