__init__.py 146 B

1234567
  1. # -*- coding: utf-8 -*-
  2. """
  3. Simple processing for russian strings
  4. """
  5. VERSION = '0.4.0dev'
  6. from pytils import dt, numeral, translit, typo, utils