Metadata-Version: 2.1
Name: lib-version-urlphishing
Version: 2.8.9
Summary: A library to manage and track versions of software components
License: Apache-2.0
Author: Marianna Louizidou
Author-email: M.Louizidou@student.tudelft.nl
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bump2version (==1.0.1)
Requires-Dist: flake8 (>=3.9,<4.0)
Requires-Dist: pdoc3 (==0.10.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: setuptools (==69.5.1)
Project-URL: Documentation, https://remla24-team-15.github.io/lib-version/
Project-URL: Homepage, https://github.com/REMLA24-TEAM-15/lib-version
Project-URL: Issues, https://github.com/REMLA24-TEAM-15/lib-version/issues
Description-Content-Type: text/markdown

lib_version_URLPhishing is a version-aware library that can can be asked for the version of the library.
[PyPI](https://pypi.org/project/lib-version-urlphishing/)

1. **Installation**
   ```bash
   pip install lib-version-URLPhishing

2. **Import**
   ```bash
   from lib_version_URLPhishing.version_util import VersionUtil

3. **Test**
   ```bash
   version = VersionUtil.get_version()
   print(version)


