Metadata-Version: 2.1
Name: miejskiapi
Version: 1.0.0
Summary: Miejski.pl API Wrapper, but brute forcing from the website.
Author-email: PanSageYT <pansage@hugedick.fyi>
Project-URL: Homepage, https://github.com/PanSageYT/miejskiapi
Project-URL: Bug Tracker, https://github.com/PanSageYT/miejskiapi/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

There are just 2 classes:

Sprawdzacz.py - Checks the definition
MiejskiDefinicja.py - Main class for definitions

Main classes in here:
MiejskiDefinicja.toJson() - Converts the definition to JSON
MiejskiDefinicja.fromJson(JSON : dictionary) - Converts JSON object to definition
Sprawdzacz.sprawdz_raw(definiction : str) - Returns the raw website
Sprawdzacz.sprawdz_link(link : str) - Returns the MiejskiDefinicja from the link to the website
Sprawdzacz.sprawdz(definiction : str) - Returns the MiejskiDefinicja from the definition

Sprwadzacz will be from importing the miejskiapi package.
