Metadata-Version: 2.1
Name: arzprice
Version: 0.0.1
Summary: you can get everythings price in iran to rial.
Home-page: https://github.com/Erfan-Bafandeh/arzprice
Author: Erfan Bafandeh
Author-email: user.enbh@gmail.com
Keywords: arz,price,crypto,arzprice
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: colorama
Requires-Dist: beautifulsoup4

## Get start:
```python
from arzprice import irarz, tasnim

ir_arz = irarz()

ir_arz.arz() # output: euro, dollar
ir_arz.arz_digital() # output: btc, eth, ada, doge, xrp, trx
ir_arz.gold() # output: coin, half_coin, quarter_coin, gerami_coin, gold18, gold24, mesghal_gold
ir_arz.car() # output: benz, bmw, toyota, ... (+50 company products)

tasnim.arz() # euro, dollar, ... (+30 currencies prices)
```
