Skip to content
View andared's full-sized avatar
馃懟
馃懟
  • IVI
  • Saint P
  • 08:39 (UTC +03:00)

Block or report andared

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don鈥檛 include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user鈥檚 behavior. Learn more about reporting abuse.

Report abuse
andared/README.md

Andrey Ryabokon

I build Python and Go tools at IVI for service integration, testing, and predictable caching.

Tools I maintain

Proxy Mock 路 Python

Simulate HTTP dependencies and inspect requests in integration tests. Configure responses, capture traffic, and reuse mock snapshots through a standalone server or the bundled pytest fixtures.

Status: maintained 2.x releases. Requires Python 3.11 or newer.

Install and usagePyPIReport a problem

sanecache 路 Go

Cache Go values with synchronous writes, byte budgets, and coordinated loading of missing keys. Use negative caching to remember missing records and TTL jitter to spread out expiration. No dependencies.

Status: pre-1.0; the public API may change. Requires Go 1.24 or newer.

Quick startAPI referenceChangelogReport a problem

Experimental work

gomorphy is my experimental fork of a Russian morphology library for Go, focused on independent analyzer instances and predictable lifecycle behavior. See its README for differences from upstream and current limitations.

Contributions

Recent proposed improvements to MiniJinja's Go integration:

For usage questions or bug reports, open an issue in the relevant project with a small example and the package version. Contributions are welcome; each maintained project has a contributing guide.

Pinned Loading

  1. sanecache sanecache Public

    A small in-memory cache for Go: synchronous writes, byte budgets, TTL jitter and first-class negative caching

    Go

  2. ivi-ru/proxy_mock ivi-ru/proxy_mock Public

    Proxy and mock server for HTTP traffic: mocks, rules, response caching and traffic capture for autotests

    Python 2 1