Metadata-Version: 2.1
Name: cs.py3
Version: 20190108
Summary: Aids for code sharing between python2 and python3.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@cskk.id.au
License: UNKNOWN
Description: Aids for code sharing between python2 and python3.
        
        Presents various names in python 3 flavour for common use in python 2 and python 3.
        
        ## Function `ustr(s, e='utf-8', errors='strict')`
        
        Upgrade string to unicode: no-op for python 3.
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
