Metadata-Version: 2.1
Name: package-crypto
Version: 0.0.1
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
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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.1
```
### Usage

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



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

0.0.1 (09/30/2021)
-------------------
-First Release

