Metadata-Version: 2.4
Name: ipa-scanner
Version: 0.3.12
Summary: Automation tool for scanning SAP IPA BOM data using Selenium
Home-page: https://github.com/skj370/ipa-scanner
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium>=4.0.0
Requires-Dist: setuptools>=60.0.0
Requires-Dist: pandas>=2.0.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ipa-scanner

A Python automation tool for downloading SAP IPA BOM data using Selenium.

# Node Publish

pyinstaller ipa_scanner/main.py --name ipa-scan --onefile

chmod +x bin/ipa-scan   

echo "registry=https://registry.npmjs.org/" > .npmrc

npm login
npm publish

ipa-scan


# Pypi Publish

pip install --upgrade build twine

python -m build

twine upload dist/*


