Iuliia Volkova

Results 7 repositories owned by Iuliia Volkova

airflow_in_docker_compose

186
Stars
78
Forks
Watchers

Apache Airflow in Docker Compose (for both versions 1.10.* and 2.*)

simple-ddl-parser

165
Stars
37
Forks
Watchers

Simple DDL Parser to parse SQL (HQL, TSQL, AWS Redshift, BigQuery, Snowflake and other dialects) ddl files to json/python dict with full information about columns: types, defaults, primary keys, etc....

omymodels

157
Stars
18
Forks
Watchers

O!My Models (omymodels) is a library to generate Pydantic, Dataclasses, GinoORM Models, SqlAlchemy ORM, SqlAlchemy Core Table, Models from SQL DDL. And convert one models to another.

gino-admin

49
Stars
10
Forks
Watchers

Admin Panel for GinoORM - ready to up & run (just add your models)

laziest

18
Stars
4
Forks
Watchers

Work in Progress: Package that trying to generate unit tests from code

codegraph

302
Stars
8
Forks
Watchers

CodeGraph - Tool that create a graph of code to show dependencies between code entities (methods, classes and etc).

py-models-parser

16
Stars
2
Forks
Watchers

Parser for Different Python Models (pure Python classes, Pydantic, Enums, ORMs: DjangoORM, Tortoise, SqlAlchemy, GinoORM, PonyORM, Pydal) to extract information about columns(attrs), model, table args...