Metadata-Version: 2.1
Name: package-crypto
Version: 0.0.5
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)
Requires-Dist: html5lib (==1.1)

# 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.5
```
### Usage

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



Change Log
========== 

0.0.1 (09/30/2021) - First Release

0.0.2 (09/30/2021) - Second Release 

0.0.3 (09/30/2021) - Third Release 

0.0.4 (09/30/2021) - Fourth Release

0.0.5 (09/30/2021) - Fifth Release

