Metadata-Version: 2.1
Name: sshdb
Version: 0.0.3
Summary: Linux command-line for save ssh connection`s data
Home-page: https://github.com/a-chacon/sshdb
Author: a-chacon
Author-email: andres.ch@protonmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE.md

# sshdb

![Gif of the app](https://github.com/a-chacon/ssh-manager/blob/main/resources/sshdb.gif)

## Getting Started

Simple cli tool that save your ssh conection's data on a sqlite database. You can save the specific data for a host and select it for a create a conection through ssh.

### Prerequisites

- Python > 3
- Install requirements.txt

### Installing

Install it with pip:

```
python3 -m pip install sshdb
```

## Usage

See all options:
```
sshdb -h
```

## Built With

* [Python 3](http://www.dropwizard.io/1.0.2/docs/) - Language
* [Pip3](http://www.dropwizard.io/1.0.2/docs/) - Manager of package

## Authors

* **a-chacon** - *Initial work* - [a-chacon](https://github.com/a-chacon)

## License

This project is licensed under the GPLv3 - see the [LICENSE.md](LICENSE.md) file for details


