Metadata-Version: 2.1
Name: abst
Version: 1.1.6
Summary: CLI Command making OCI Bastion simple and fast
Home-page: https://github.com/jiri-otoupal/abst
Author: Jiri Otoupal
Author-email: jiri-otoupal@ips-database.eu
License: Apache 2.0
Description: # Auto Bastion
        
        Manage your bastion sessions automatically without
        pain of creating them by clicking and copy pasting commands
        
        [![image](https://img.shields.io/pypi/v/abst.svg)](https://pypi.org/project/dvpn/)
        [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/abst)](https://pypi.org/project/abst/)
        [![Downloads](https://pepy.tech/badge/abst)](https://pepy.tech/project/abst)
        
        ### Supported
        
        #### OS
        
        No specific requirements here, whatever runs Python
        
        #### Cloud Providers
        
        * **Oracle Cloud**
        
        #### Python
        
        * 3.7+
        
        ## Installing
        
        Install and update using [pip](https://pip.pypa.io/en/stable/quickstart/):
        
        ```bash
        pip install abst
        
        or
        
        pip3 install abst
        ```
        
        ## How to set up
        
        * Use `abst json fill` to fill your credentials for usage, you can find all the credentials on
          cloud provider site
        
        ## Usage
        ###### Both commands do automatic reconnect on idle SSH Tunnel termination
        
        * `abst create single` for single bastion session with persisting SSH connection
        * `abst create fullauto` for automatic Bastion session creation once deleted, will keep your
        connection alive till you kill this script
        * `abst clean` for removal all the saved credentials
Keywords: Auto OCI Bastion
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7,<4
Description-Content-Type: text/markdown
Provides-Extra: dev
