Metadata-Version: 2.4
Name: kegscraper
Version: 0.1.19
Summary: The ultimate KEGS webscraping module
Author: BigPotatoPizzaHey
Author-email: poo@gmail.com
License: This is free and unencumbered software released into the public domain.
        
        Anyone is free to copy, modify, publish, use, compile, sell, or
        distribute this software, either in source code form or as a compiled
        binary, for any purpose, commercial or non-commercial, and by any
        means.
        
        In jurisdictions that recognize copyright laws, the author or authors
        of this software dedicate any and all copyright interest in the
        software to the public domain. We make this dedication for the benefit
        of the public at large and to the detriment of our heirs and
        successors. We intend this dedication to be an overt act of
        relinquishment in perpetuity of all present and future rights to this
        software under copyright law.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
        MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
        IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
        OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
        ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        OTHER DEALINGS IN THE SOFTWARE.
        
        For more information, please refer to <https://unlicense.org>
        
Project-URL: Homepage, https://kegs.org.uk/
Project-URL: Source, https://github.com/BigPotatoPizzaHey/kegscraper
Project-URL: Documentation, https://github.com/BigPotatoPizzaHey/kegscraper/wiki
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests~=2.32.3
Requires-Dist: bs4~=0.0.2
Requires-Dist: beautifulsoup4~=4.12.3
Requires-Dist: dateparser~=1.2.0
Requires-Dist: setuptools~=75.6.0
Requires-Dist: pypdf~=5.1.0
Requires-Dist: pyperclip~=1.9.0
Requires-Dist: typing_extensions~=4.13.2
Requires-Dist: lxml~=5.4.0
Requires-Dist: playwright~=1.52.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

# KEGScraper

> The ultimate KEGS webscraping module

[GitHub](https://github.com/BigPotatoPizzaHey/kegscraper) |
[pypi](https://pypi.org/project/kegscraper) |
[KEGS](https://www.kegs.org.uk/)

KEGScraper is a Python package which simplifies any interaction with [KEGS](https://kegs.org.uk/) and any
services used by KEGS.

The module currently supports the given services:

- [The main website](https://kegs.org.uk/)
- [Bromcom](https://bromcomvle.com/)
- [KEGS IT](https://it.kegs.org.uk/)
- [KEGSnet (moodle)](https://vle.kegs.org.uk/)
- [The Oliver library system](https://kegs.oliverasp.co.uk/)

---

## Notes
- [Submit issues on GitHub](https://github.com/BigPotatoPizzaHey/kegscraper/issues)
- [Discuss the project on GitHub](https://github.com/BigPotatoPizzaHey/kegscraper/discussions)
- This module is a **work in progress** and is not complete. Many more features will be added.
