Metadata-Version: 2.1
Name: nisanyan-cli
Version: 0.0.2
Summary: CLI tool for Turkish etymological dictionary, nisanyansozluk.com. (nis <word>)
Home-page: https://github.com/agmmnn/nisanyan-cli
Author: agmmnn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown

![screenshot](https://user-images.githubusercontent.com/16024979/135755755-d2142825-a0ad-4c1d-a6a7-5cedbce716a4.png)

<div align="center">
<a href="https://github.com/agmmnn/lugatim-cli">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/agmmnn/nisanyan-cli"></a>
<a href="https://pypi.org/project/lugatim-cli/">
<img alt="PyPI" src="https://img.shields.io/pypi/v/nisanyan-cli"></a>

CLI tool for Turkish etymological dictionary, [nisanyansozluk.com](https://www.nisanyansozluk.com/).

</div>

## Install

- `pip install nisanyan-cli`

## Usege

- `nis <word>`

### Arguments

```
  -h, --help     show this help message and exit
  -p, --plain    returns plain output
  -v, --version  show program's version number and exit
```

# Requirements

- Python >3.5

## Dependencies

- [requests](https://pypi.org/project/requests/)
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4/)
- [rich](https://pypi.org/project/rich/)
- [lxml](https://pypi.org/project/lxml/)

_Note: Be aware when this code was published. If the site will be updated in the future this code may not work properly._

## License

CC0


