Metadata-Version: 2.1
Name: SentralTimetable
Version: 2022.0.5
Summary: A tool to get your timetable from Sentral.
Home-page: https://github.com/J-J-B-J/get-sentral
Author: SuperHarmony910 and J-J-B-J
Keywords: Sentral school timetable python scraper
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Topic :: Education
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

<h1>get-sentral</h1>
<h2>A simple Python function to summon your timetable from Sentral.</h2>
<img src="https://github.com/J-J-B-J/get-sentral/raw/main/docs/img/SentralHome.png" alt="Sample Sentral Dashboard" width="100%">
<p>
    get-sentral is a package that allows you to fetch your timetable and other data from Sentral.
    Because it is pure Python, it can be run on microcontrollers running MicroPython or CircuitPython and that have Wi-Fi, including:
</p>
<ul>
    <li>
        Raspberry Pi
        <a class="link" href="https://www.raspberrypi.com/products/raspberry-pi-3-model-a-plus/">A</a>,
        <a class="link" href="https://www.raspberrypi.com/products/raspberry-pi-4-model-b/">B</a>,
        <a class="link" href="https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/">Zero W</a> and
        <a class="link" href="https://www.raspberrypi.com/products/raspberry-pi-pico/">Pico W</a>
    </li>
    <li>
        <a class="link" href="https://docs.arduino.cc/hardware/nano-rp2040-connect?queryID=undefined">Arduino Nano RP2040 Connect</a>
    </li>
    <li>
        Boards using
        <a class="link" href="https://espressif.com/en/products/socs/esp32">ESP32</a> or
        <a class="link" href="https://espressif.com/en/products/socs/esp8266">ESP8266</a>
    </li>
</ul>

<p>
    See our <a href="https://j-j-b-j.github.io/get-sentral/">official documentation</a> for more information.
</p>
