Metadata-Version: 2.1
Name: wisesight
Version: 0.0.2
Summary: The wisesight social listening project
Home-page: https://github.com/plutonyx/wisesight
Author: Thaweesak Chusri
Author-email: p4l3k1n6@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown

# WISESIGHT

Wisesight is a Python library for consuming the wisesight socialistening api.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `wisesight`.

```bash
pip install wisesight
```

## Usage

```python
import wisesight

```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)


