You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everyone loves netmiko cause it's the best at what it can do, so instead of reinventing the wheel we decided to add couple of sticks in to it by implementing some Quality-of-life features.
34
37
NetDriver is a network device automation framework that enables CLI command execution through HTTP RESTful APIs.
35
38
With features like session persistence for efficiency a command queue to avoid configuration conflicts and an HTTP RESTful API for simple third-party integration. With its plugin architecture which combines automation scalability and contemporary network management in a single framework it offers high concurrency and is built on top of AsyncSSH
@@ -61,11 +64,9 @@ Features:
61
64
|**Open source**| ✅ | ✅ |
62
65
|**AsyncSSH-based architecture for high concurrency**| ✅ | ❌ |
Once the Agent service is started, you can access the FastAPI OpenAPI interface through a web browser to test API calls.
200
202
201
-
http://localhost:8000/docs
203
+
<http://localhost:8000/docs>
202
204
203
205

204
206
@@ -241,7 +243,7 @@ Run integration tests only:
241
243
poetry run pytest -m integration
242
244
```
243
245
244
-
##🤝 Contributions and Requests
246
+
##🤝 Contributions and Requests
245
247
246
248
Your contributions matter!Our project can always be better so we would be happy to recive your help!Please take a look at [contributing](./CONTRIBUTING.md) guide before submiting a pull request!
247
249
For questions, issues, or feature requests, please open an issue on the project repository.
@@ -255,18 +257,16 @@ For questions, issues, or feature requests, please open an issue on the project
255
257
256
258
## Support
257
259
258
-
259
-
260
260
## 📃 License
261
261
262
262
This project is licensed under the [Apache License 2.0](LICENSE).
0 commit comments