diff --git a/connpy/__init__.py b/connpy/__init__.py index 4c2aee8..0bc6d55 100644 --- a/connpy/__init__.py +++ b/connpy/__init__.py @@ -5,13 +5,16 @@ Connpy is a connection manager that allows you to store nodes to connect them fast and password free. ### Features - - You can generate profiles and reference them from nodes using @profilename - so you dont need to edit multiple nodes when changing password or other - information. - - Nodes can be stored on @folder or @subfolder@folder to organize your - devices. Then can be referenced using node@subfolder@folder or node@folder - - If you have too many nodes. Get completion script using: conn config - --completion, or use fzf installing pyfzf and running conn config --fzf true + - You can generate profiles and reference them from nodes using @profilename so you dont + need to edit multiple nodes when changing password or other information. + - Nodes can be stored on @folder or @subfolder@folder to organize your devices. Then can + be referenced using node@subfolder@folder or node@folder + - If you have too many nodes. Get completion script using: conn config --completion. + Or use fzf installing pyfzf and running conn config --fzf true + - Create in bulk, copy, move, export and import nodes for easy management. + - Run automation scripts in network devices. + - use GPT AI to help you manage your devices. + - Add plugins with your own scripts. - Much more! ### Usage diff --git a/connpy/_version.py b/connpy/_version.py index ffd8a88..c113e7f 100644 --- a/connpy/_version.py +++ b/connpy/_version.py @@ -1,2 +1,2 @@ -__version__ = "3.8.0b4" +__version__ = "3.8.0" diff --git a/docs/connpy/index.html b/docs/connpy/index.html index 5ba326a..5774206 100644 --- a/docs/connpy/index.html +++ b/docs/connpy/index.html @@ -25,13 +25,16 @@

Connection manager

Connpy is a connection manager that allows you to store nodes to connect them fast and password free.

Features

-
- You can generate profiles and reference them from nodes using @profilename 
-  so you dont need to edit multiple nodes when changing password or other 
-  information.
-- Nodes can be stored on @folder or @subfolder@folder to organize your 
-  devices. Then can be referenced using node@subfolder@folder or node@folder
-- If you have too many nodes. Get completion script using: conn config 
-  --completion, or use fzf installing pyfzf and running conn config --fzf true
+
- You can generate profiles and reference them from nodes using @profilename so you dont
+  need to edit multiple nodes when changing password or other information.
+- Nodes can be stored on @folder or @subfolder@folder to organize your devices. Then can 
+  be referenced using node@subfolder@folder or node@folder
+- If you have too many nodes. Get completion script using: conn config --completion.
+  Or use fzf installing pyfzf and running conn config --fzf true
+- Create in bulk, copy, move, export and import nodes for easy management.
+- Run automation scripts in network devices.
+- use GPT AI to help you manage your devices.
+- Add plugins with your own scripts.
 - Much more!
 

Usage

@@ -305,13 +308,16 @@ print(result) Connpy is a connection manager that allows you to store nodes to connect them fast and password free. ### Features - - You can generate profiles and reference them from nodes using @profilename - so you dont need to edit multiple nodes when changing password or other - information. - - Nodes can be stored on @folder or @subfolder@folder to organize your - devices. Then can be referenced using node@subfolder@folder or node@folder - - If you have too many nodes. Get completion script using: conn config - --completion, or use fzf installing pyfzf and running conn config --fzf true + - You can generate profiles and reference them from nodes using @profilename so you dont + need to edit multiple nodes when changing password or other information. + - Nodes can be stored on @folder or @subfolder@folder to organize your devices. Then can + be referenced using node@subfolder@folder or node@folder + - If you have too many nodes. Get completion script using: conn config --completion. + Or use fzf installing pyfzf and running conn config --fzf true + - Create in bulk, copy, move, export and import nodes for easy management. + - Run automation scripts in network devices. + - use GPT AI to help you manage your devices. + - Add plugins with your own scripts. - Much more! ### Usage