Metadata-Version: 2.1
Name: catswalk
Version: 0.1.5
Summary: Core library for crawling and web scraping
Home-page: https://rescala.jp
Author: rv
Author-email: yo-maruya@rescala.jp
License: MIT
Project-URL: Bug Reports, https://github.com/rv-rescala/catsrequest/issues
Project-URL: Source, https://github.com/rv-rescala/catsrequest
Keywords: python crawler scraping
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: selenium (==3.141.0)
Requires-Dist: lxml
Requires-Dist: emoji
Requires-Dist: pysocks
Requires-Dist: aiohttp

# Cats core

Cats core is a Python library for [cats project](https://finance.rescala.jp/?page_id=204).

## Installation

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

```bash
pip install catscore
```

## Usage

```python
tbd = "TBD
```

## 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/)

## Mecab installation
If you are failing to install mecab-python3, please check it

en:  https://github.com/shogun-toolbox/shogun/issues/2930
jp: https://qiita.com/siraasagi/items/e07e0b271cb7cd679a70

### Swig problem at mecab-python

You need to update swig > 0.3.8
Please execute yum install swig3

