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:
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. NOTE: You don't need to add '()' or "" quotes. Simply type the command + the name (e.g., create_tenant tpayne, show_devices atl01).
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:
nautobot_api_sandbox
To run the tests: poetry run pytest
Any help or tips would be greatly appreciated!!
Currently Working On / Want to Add
- Exception handling?
- Valid unittest? Need more tests...
- Integrate click? really want to rework UI
- Make sure using logging correctly
- 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.5.tar.gz
.
File metadata
- Download URL: nautobot_api_sandbox-0.1.5.tar.gz
- Upload date:
- Size: 4.7 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 | 335dca1c30c3493a204510cdbcb1e0383df037c963bf5a209fc259d5cb7bb2f1 |
|
MD5 | b5e269b42d18b9d4d93cf6676a7b5dda |
|
BLAKE2b-256 | 034ba6ac3c7ace158b8204985ab02c67b0460f6e067f7a490bf094ba0344bc49 |
File details
Details for the file nautobot_api_sandbox-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: nautobot_api_sandbox-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.7 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 | 41003d56d2fe0316d27a2f5877cc60a0c84e08af8ce48666b27573da6912aaba |
|
MD5 | cd6622eb9aa89528cc0288065564011c |
|
BLAKE2b-256 | 9564b8e4cd37bd886ce260089b9172d43d2ad466594b6ba950dd358ec9914a07 |