Metadata-Version: 2.1
Name: shecan
Version: 0.2.0
Summary: The Shecan CLI is used to configure your DNS name server based on Shecan website from the command line.
Home-page: https://github.com/GreatBahram/shecan-cli
Author: Bahram Aghaei
Author-email: aghaee.bahram@gmail.com
License: Academic Free License, version 3
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: lxml
Requires-Dist: tinydb

# Shecan CLI

The Shecan CLI is used to configure your DNS name server based on Shecan website from the command line.

For more about Shecan see https://shecan.ir/

## Installation

The following instructions will place the shecan executable in a
virtualenv under `shecan/bin/shecan`.

- Shecan **requires** `>= Python 3.6.1`

### pip

This installs the latest stable, released version.

```
$ python3.6 -m venv shecan
$ shecan/bin/pip install shecan
```
# Quickstart

* Run ``shecan update`` - it will get shecan dns nameservers and save them into database.
* Run ``shecan list`` it will show shecan dns name servers from the database.
* Run ``shecan set --temporary`` It will configure your DNS temporarily by moving your current `/etc/resolv.conf` file and replace it with shecan DNS name server.
* Run ``shecan verify`` It will check your DNS configuration and make sure that shecan works fine for you.
* Run ``shecan --help`` It will show full command-line options and subcommands.


## 0.2.0 (2018-12-10)

- Write all shecan dns name servers into /etc/resolv.conf by default.
- Raise notimplementationError for --permanent option.
- Refactor and check all modules code styles.
- Update `setup.py` file.

## 0.1.0 (2018-12-10)

- Initial release.


