Projects in Awesome Lists by xnuinside
A curated list of projects in awesome lists by xnuinside .
https://github.com/xnuinside/codegraph
CodeGraph - Tool that create a graph of code to show dependencies between code entities (methods, classes and etc).
Last synced: 05 Apr 2025
https://github.com/xnuinside/simple-ddl-parser
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. & table properties, types, domains, etc.
bigquery columns ddl ddl-parser ddls hive hql mssql mysql oracle-database oracle-db parser postgresql redshift schemas snowflake sql sql-parser tsql types
Last synced: 18 Jan 2026
https://github.com/xnuinside/airflow_in_docker_compose
Apache Airflow in Docker Compose (for both versions 1.10.* and 2.*)
airflow apache-airflow celery-executor docker docker-airflow docker-compose docker-compose-files docker-compose-template
Last synced: 09 Apr 2025
https://github.com/xnuinside/omymodels
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.
async code-generation converter dataclasses ddl ddl-parser generator gino gino-orm ginoorm-models hacktoberfest models models-generation orm orm-model pydantic pydantic-models sql sqlalchemy
Last synced: 06 Apr 2025
https://github.com/xnuinside/gino-admin
Admin Panel for GinoORM - ready to up & run (just add your models)
admin admin-panel async database database-management fastapi gino gino-orm postgresql python sanic sanic-framework
Last synced: 16 Mar 2025
https://github.com/xnuinside/laziest
Work in Progress: Package that trying to generate unit tests from code
python testing tests unittest unittests-generation
Last synced: 18 Mar 2025
https://github.com/xnuinside/py-models-parser
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,etc in one format.
classes dataclasses django-orm gino-orm hacktoberfest models orm parser ponyorm pydal pydantic python sqlalchemy tortoise-orm
Last synced: 18 Mar 2025
https://github.com/xnuinside/airflow_examples
Airflow Examples: code samples for Medium articles
Last synced: 10 Mar 2026
https://github.com/xnuinside/big-parsers-generators-comparison
A code snippet repository that provides examples of how to use different syntax parser generator libraries. And some useful links in README.
comparison examples experiments parse parser parser-combinators parser-generator parsing regex syntax-parser syntax-parsing
Last synced: 18 Mar 2025
https://github.com/xnuinside/lof
AWS Lambdas on FastAPI for local run & test (based on AWS Code Deploy template)
aws aws-lambda fastapi sam testing testing-tools webserver
Last synced: 23 Oct 2025
https://github.com/xnuinside/sqlalchan
Customising SQLALchemy' Class definition with inheriting from DeclarativeMeta Class.
Last synced: 06 Apr 2025
https://github.com/xnuinside/fakeme
Flexible, customizable data generator for relational data
data generation relationships tables tests
Last synced: 18 Mar 2025
https://github.com/xnuinside/simple-ddl-generator
(pretty fresh) Generate SQL DDL from simple-ddl-parser data & various Python models (pydantic, dataclasses, python enums, etc)
dataclasses ddl ddl-scripts generator models pydantic python sql
Last synced: 18 Mar 2025
https://github.com/xnuinside/table-meta
Table Meta standard that used in fakeme library & OmyModels to unify data mapping for ORM, Python Models & ddl data
Last synced: 20 Jul 2025
https://github.com/xnuinside/py-module-parser
Python Module Parser is a library that parses Python modules and outputs information about imports, functions, variables, and their corresponding line numbers.
ast language-parser module parser parser-library python
Last synced: 18 Mar 2025
https://github.com/xnuinside/airflow-helper
Airflow Helper is a tool that currently allows setting up Airflow Variables, Connections, and Pools from a YAML configuration file. Support yaml inheritance & can obtain all settings from existed Airflow Server!
airflow airflow-toolkit airflow-tools apache-airflow cli command-line command-line-tool python
Last synced: 06 Oct 2025
https://github.com/xnuinside/pypi_tools_bot
PyPi Tools Bot for Telegram (@pypi_tools_bot) - subscribe to get updates about new releases of your favorite packages, search packages, get downloads statistics
downloads pypi pypi-packages python3 releases releases-digest statistics telegram telegram-bot
Last synced: 25 Jun 2025
https://github.com/xnuinside/google2fact
google 2-Step Verification login macros with selenium (based on Backup Codes)
Last synced: 06 Apr 2025
https://github.com/xnuinside/pypi_observer_bot
Telegram Bot to get download stats for python package from PyPi and send random 5 packages from PyPi
Last synced: 06 Apr 2025
https://github.com/xnuinside/piter_py_2020_apache_airflow
PiterPy 2020: Apache Airflow Workshop
Last synced: 06 Apr 2025
https://github.com/xnuinside/conf_slides
Slides from my conference talks / Слайды с конференций
Last synced: 19 Mar 2026
https://github.com/xnuinside/pythons-language-tools-list
Supported list of Python Packages and articles that allows you to work with language on different levels - tokens, CST, AST and etc
Last synced: 20 Jan 2026
https://github.com/xnuinside/alghoritms_speed_on_diff_test_cases
Examples of algorithms in Python for popular tasks with performance check. Repo about importance to remember of different use cases.
Last synced: 06 Apr 2025
https://github.com/xnuinside/pyclbr_with_async
Python pyclbr with support of Async functions in Classes and in global scope
Last synced: 06 Apr 2025
https://github.com/xnuinside/chrome_extension_joke_popup
Primitive Google Chrome Extension (Plugin) that alert message and replace all images by kittens from http://placekitten.com/.
Last synced: 06 Apr 2025
https://github.com/xnuinside/sanic-quill
Sanic-quill is a port of Flask-quill (python widget for Quill.js WYSIWYG-editor)
fullstack-python python-wysiwyg python3 quill-editor quilljs sanic sanic-framework wysiwyg wysiwyg-editor
Last synced: 06 Apr 2025
https://github.com/xnuinside/meetup_code_samples
Code samples for meetup talks
Last synced: 10 Jun 2025
https://github.com/xnuinside/clifier
Argparse's commands generator from yaml file
Last synced: 03 Sep 2025
https://github.com/xnuinside/python-docker-sample
Simple Python Server with connection to DB in docker-compose
Last synced: 06 Apr 2025
https://github.com/xnuinside/minio-tutorial
Files for small tutorial for Minio storage
Last synced: 19 Jan 2026
https://github.com/xnuinside/telegram_github_bot
Telegram Bot for GitHub notifications
Last synced: 19 Jan 2026
https://github.com/xnuinside/russian-language-nlp
Repo with collections of 2 types: 1st links to language models, corpuses & tools to process Russian language & 2nd collection of different course/articles & tutorials about NLP & written on RU
Last synced: 19 Jan 2026