laco's Stars
peterujvari/python-aws-ecr-deployer
Amazon ECR-ECS deployment service
mikeckennedy/python-jumpstart-course-demos
Contains all the "handout" materials for my Python Jumpstart by Building 10 Apps course. This includes try it yourself and finished versions of the 10 apps.
abconway/bluecanary
Automated creation and management of AWS CloudWatch Metric Alarms
chubin/wttr.in
:partly_sunny: The right way to check the weather
ReactiveX/RxPY
ReactiveX for Python
ejwa/gitinspector
:bar_chart: The statistical analysis tool for git repositories
anntzer/defopt
Effortless argument parser
begriffs/immutube
Youtube + functors, a most unlikely combo
DrkSephy/es6-cheatsheet
ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets
ronf/asyncssh
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework.
shepilov-vladislav/Flask-Restless-Restangular-with-JWT-auth
example blog application based on Flask-Restless on backend and Restangular on frontend
python-poetry/cleo
Cleo allows you to create beautiful and testable command-line interfaces.
chakra-core/ChakraCore
ChakraCore is an open source Javascript engine with a C API.
spec-first/connexion
Connexion is a modern Python web framework that makes spec-first and api-first development easy.
OAI/OpenAPI-Specification
The OpenAPI Specification Repository
antirez/disque
Disque is a distributed message broker
reubano/ongeza
An automated way to follow the Semantic Versioning Specification
haikuginger/beekeeper
OBSOLETE SOFTWARE; DO NOT USE
hacksalot/HackMyResume
Generate polished résumés and CVs in HTML, Markdown, LaTeX, MS Word, PDF, plain text, JSON, XML, YAML, smoke signal, and carrier pigeon.
RisingStack/react-baby-steps
Zero to Redux through Flux (with Rx) in baby steps
naspeh/mailur
Lightweight webmail inspired by Gmail
NARKOZ/hacker-scripts
Based on a true story
Martiusweb/asynctest
Enhance the standard unittest package with features for testing asyncio libraries
tobgu/pyrsistent
Persistent/Immutable/Functional data structures for Python
alehander92/muu
a decorator providing multiline lambdas for Python3
JuanPotato/Legofy
Make images look as if they are made out of 1x1 LEGO blocks
facebookarchive/pfff
Tools for code analysis, visualizations, or style-preserving source transformation.
pyjokes/pyjokes
One line jokes for programmers (jokes as a service)
grantjenks/python-sortedcontainers
Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
ionelmc/python-redis-lock
Lock context manager implemented via redis SET NX EX and BLPOP.