Metadata-Version: 2.1
Name: package-crypto
Version: 0.0.4
Summary: This package is for getting all the paragraphs related to specific cryptocurrencies
Home-page: UNKNOWN
Author: Taukenov Assylken
Author-email: asylken02@gmail.com
License: MIT
Keywords: crypto parsing
Platform: UNKNOWN
License-File: LICENCE.txt
Requires-Dist: beautifulsoup4 (==4.10.0)
Requires-Dist: requests (==2.26.0)

# Coinmarketcap Parsing

Python3 scrap all the related information about different cryptocurrencies around the [Coinmarketcap](https://coinmarketcap.com/) 
This package is for getting all the paragraphs related to specific cryptocurrencies.
If you have problems with packages 'requests' and 'beautifulSoup', you should install it from [requests](https://pypi.org/project/requests/), [beautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)

### Installation
PyPI
```bash
pip install package_crypto==0.0.3
```
### Usage

```python
from package_crypto.cryptomarket import Pars
result = Pars()
```



Change Log <br></br>
========== <br></br>

0.0.2 (09/30/2021) <br></br>
0.0.3 (09/30/2021) <br></br>
0.0.4 (09/30/2021) <br></br>
------------------- <br></br>
-Second Release <br></br>
-Third Release <br></br>
-Fourth Release

