/easypy

This repository will no longer be maintained. See instead https://github.com/real-easypy/easypy

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This repository will no longer be maintained. Please use https://github.com/real-easypy/easypy instead.

Build Status Documentation

easypy

easypy makes python even easier!

Many boiler-plate patterns are reduced to simple yet richly featured constructs:

  • concurrency - running asynchronous code easily and manageably
  • resiliency - retrying or swallowing exceptions
  • synchronization - poll-and-wait for long-running process to complete
  • collections - filter and choose objects using keywords and predicates

In addition, there are humanization modules that help both code and logs more user-friendly

  • represting data-size and time units
  • randomizing strings
  • coloring and structured logging
  • tokens

... And much more!

Contributers please read CONTRIBUTING.md.