Metadata-Version: 2.1
Name: prepaid_sim_py_client_xethhung12
Version: 0.0.5
Summary: A small package the used query prepaid sim data amount.
Author-email: Xeth <admin@xethh.me>
Project-URL: Homepage, https://github.com/xh-dev/prepaid-sim-py-client-xethhung12
Project-URL: Issues, https://github.com/xh-dev/prepaid-sim-py-client-xethhung12/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: lxml

# Prepaid Sim Py Client
Python package to retrieve prepaid sim remaining data usage.


## Example 

```shell
from prepaid_sim_py_client_xethhung12.hk.csl import remainingAmountOfData
if __name__ == '__main__':
    mobileNo = "{mobileNo}"
    password = "{password}"
    print(remainingAmountOfData(mobileNo, password))
```

## Build
```shell
rm -fr dist
python -m build
```

## Upload
```shell
rm -fr dist
python -m build
twine upload dist/*

```
