Pinned Repositories
bevy_tank_war
My game project for learning Rust
cykooz-recipe-idea
zc.buildout recipe that creates a file with list of external libraries for PyCharm or IntelliJ IDEA.
cykooz.heif
It is a simple python wrapper for the Rust library "libheif-rs".
cykooz.resizer
Python's package with optimized version of image resizing based on Rust's crate fast_image_resize.
cykooz.testing
Collection of helper utilities for testing.
fast_image_resize
Rust library for fast image resizing with using of SIMD instructions.
libheif-rs
Safe wrapper to libheif-sys for parsing heif/heic files
libheif-sys
Rust bindings to libheif-dev
pcelery
Celery integration with Pyramid
restfw-admin
Admin UI for restfw
Cykooz's Repositories
Cykooz/fast_image_resize
Rust library for fast image resizing with using of SIMD instructions.
Cykooz/libheif-rs
Safe wrapper to libheif-sys for parsing heif/heic files
Cykooz/libheif-sys
Rust bindings to libheif-dev
Cykooz/cykooz.heif
It is a simple python wrapper for the Rust library "libheif-rs".
Cykooz/cykooz.resizer
Python's package with optimized version of image resizing based on Rust's crate fast_image_resize.
Cykooz/cykooz-recipe-idea
zc.buildout recipe that creates a file with list of external libraries for PyCharm or IntelliJ IDEA.
Cykooz/pcelery
Celery integration with Pyramid
Cykooz/restfw-admin
Admin UI for restfw
Cykooz/bevy_tank_war
My game project for learning Rust
Cykooz/cykooz.testing
Collection of helper utilities for testing.
Cykooz/aiohttp-cors
CORS support for aiohttp
Cykooz/buildout
Buildout is a deployment automation tool written in and extended with Python
Cykooz/colander
A serialization/deserialization/validation library for strings, mappings and lists.
Cykooz/cykooz.buildout.fixnamespace
A zc.buildout extension to fix value of NAMESPACE_PACKAGE_INIT constant from setuptools
Cykooz/cykooz.rehash
Resumable implementation of SHA1 hasher
Cykooz/evcxr
Cykooz/glassbench
A micro-benchmark framework to use with cargo bench
Cykooz/httptools
Fast HTTP parser
Cykooz/Piexif
Exif manipulation with pure python script.
Cykooz/Pillow
The friendly PIL fork (Python Imaging Library)
Cykooz/restfw
REST framework based on Pyramid
Cykooz/rfc5424-logging-handler
An RFC5424-Compliant Syslog Handler for the Python Logging Framework
Cykooz/rusty-s3
Simple pure Rust AWS S3 Client following a Sans-IO approach
Cykooz/setuptools
Official project repository for the Setuptools build system
Cykooz/sha1-smol
Minimal and dependency free implementation of SHA1 for Rust
Cykooz/sockjs
SockJS Server
Cykooz/stalin-sort
Add a stalin sort algorithm in any language you like ❣️ if you like give us a ⭐️
Cykooz/tank_war
A game inspired by "Tank War" (ZX-Spectrum)
Cykooz/traversing
Rust's crate inspired by Python's zope.traversing package that resolves object paths by traversing an object hierarchy.
Cykooz/webob
WSGI request and response objects