Skip to content

Instantly share code, notes, and snippets.

View prylypko's full-sized avatar

Oleg Prylypko prylypko

  • Kyiv, Ukraine
View GitHub Profile
@prylypko
prylypko / rada_txt.py
Last active December 4, 2024 13:03
rada_txt
# /// script
# requires-python = ">=3.13"
# dependencies = [
# "pydantic",
# "requests",
# "sqlmodel",
# "pandas",
# ]
# ///