Metadata-Version: 2.4
Name: pricesgoldtoday-indonesia
Version: 0.0.4
Summary: This package will get update price gold in Indonesia, source from lakuemas.com
Home-page: https://github.com/masalee-dev/price-gold-today-id
Author: Haeder Ali
Author-email: Haeder Ali <haederalee@gmail.com>
License-Expression: GPL-3.0-only WITH Classpath-exception-2.0 OR BSD-3-Clause
Project-URL: Homepage, https://github.com/Masalee-hub
Project-URL: Issues, https://github.com/orgs/masalee-dev/repositories
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# price-gold-today-id
This package will get update price gold in Indonesia, source from lakuemas.com

## HOW IT'S WORK?
this package will scrape from [Lakuemas](https://www.lakuemas.com/) to get update price gold /gram. This price is IDR!
this package will use BeautifulSoup4 and requests, to produce output in the form of JSON that is ready to be used
in web or mobile applications.

# How you can use! write in your pyhton 

```
from gold_today import PriceGold

if __name__ == '__main__':
    update_gold_Indonesia = PriceGold('https://www.lakuemas.com')
    print('Class description PriceGold',update_gold_Indonesia.description)
    update_gold_Indonesia.run()
```

# FOLLOW US!
[Linkedln Haeder Ali](https://www.linkedin.com/in/haederali/)
