The future package can be used with or without unicode_literals imports. In general, it is more compelling to use unicode_literals when back-porting new or existing Python 3 code to Python 2/3 than ...
A module implementing custom literal suffixes using pure Python. custom-literals mimics C++'s user-defined literals (UDLs) by defining literal suffixes that can be accessed as attributes of literal ...