Pinned Repositories
moto
A library that allows you to easily mock out tests based on AWS infrastructure.
datamodel-code-generator
Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
dataclasses-avroschema
Generate avro schemas from python dataclasses, Pydantic models and Faust Records. Code generation from avro schemas. Serialize/Deserialize python instances with avro schemas.
aoc2020
Advent of Code 2020. Alphabetically.
fastapi-wraps
It's like functools.wraps but for decorators in FastAPI
microscheme
Micro Scheme language and compiler for the LLVM platform written in Haskell.
Pong
Mobile Pong game written in Kotlin.
rustshed
Rust types in Python. https://justforfunnoreally.dev/
pawelrubin's Repositories
pawelrubin/rustshed
Rust types in Python. https://justforfunnoreally.dev/
pawelrubin/fastapi-wraps
It's like functools.wraps but for decorators in FastAPI
pawelrubin/microscheme
Micro Scheme language and compiler for the LLVM platform written in Haskell.
pawelrubin/aiokafka
asyncio client for kafka
pawelrubin/ariadne
Ariadne is a Python library for implementing GraphQL servers using schema-first approach.
pawelrubin/async-timeout
asyncio-compatible timeout class
pawelrubin/dataclasses-avroschema
Generate Avro Schemas from a Python class. Serialize and Deserialize python instances with avro schemas
pawelrubin/docker.github.io
Source repo for Docker's Documentation
pawelrubin/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
pawelrubin/fastavro
Fast Avro for Python
pawelrubin/pymonad
PyMonad implements data structures typically available in pure functional or functional first programming languages like Haskell and F#. Included are Monad and Monoid data types with several common monads included - such as Maybe and State - as well as some useful tools such as the @curry decorator for defining curried functions. PyMonad 2.x.x represents an almost complete re-write of the library with a simpler, more consistent interface as well as type annotations to help ensure correct usage.
pawelrubin/aoc2020
Advent of Code 2020. Alphabetically.
pawelrubin/aiocache
Asyncio cache manager for redis, memcached and memory
pawelrubin/aoc2021
Advent of Code 2021. Alphabetically.
pawelrubin/aoc2022
Solutions for Advent of Code 2022 in Rust
pawelrubin/aoc2023
pawelrubin/aws-cli
Universal Command Line Interface for Amazon Web Services
pawelrubin/botocore
The low-level, core functionality of boto 3.
pawelrubin/datamodel-code-generator
Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
pawelrubin/docker-image-regex
pawelrubin/gql
A GraphQL client in Python
pawelrubin/moto
A library that allows you to easily mock out tests based on AWS infrastructure.
pawelrubin/mypy
Optional static typing for Python
pawelrubin/powertools-lambda-python
A developer toolkit to implement Serverless best practices and increase developer velocity.
pawelrubin/pyright
Static type checker for Python
pawelrubin/python-dependency-injector
Dependency injection framework for Python
pawelrubin/ruff
An extremely fast Python linter, written in Rust.
pawelrubin/rust-sandbox
pawelrubin/rustpython.github.io
pawelrubin/starlette
The little ASGI framework that shines. 🌟