Projects
- anatoly-scherbakov/documented: docstrings + placeholders = user friendly exception messages with next to no boilerplate.
- https://github.com/octadocs is a plugin for mkdocs.org that empowers a static site built on MkDocs with a queryable graph database. — Example: https://flake8.codes
- https://platonic.tools is a set of Python libraries to represent various backends as Pythonic data constructs (for example, a Redis collection as a Python
dict
) - https://github.com/anatoly-scherbakov/geopatterns-demo/ is a demo project to showcase how to write cloud-native Python code on AWS Lambda platform and manage it using HashiCorp Terraform, — prepared for, and demonstrated at, Barnaul Python Conf 2021 (see below)
- https://github.com/ysv-rs/ysv is a Rust command-line application that converts CSV input into CSV output, cleans and standardizes the data
- https://github.com/anatoly-scherbakov/vendetta is a Python app that generates CSV tables with randomized data based on YAML specifications for testing purposes