Metadata-Version: 2.1
Name: sql-injection-detection
Version: 0.1.0
Summary: A Python Package for detecting SQL Injection using Machine Learning
Author: Wisdom Dakoh
Author-email: wisdomdakoh@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: notebook (>=7.0.6,<8.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: scikit-learn (>=1.3.2,<2.0.0)
Requires-Dist: xgboost (>=2.0.3,<3.0.0)
Description-Content-Type: text/markdown


