artemis.externals.ebcdic¶
EBCDIC codecs for data exchange with legacy systems.
For more information, visit <https://pypi.python.org/pypi/ebcdic/>.
Package Contents¶
-
artemis.externals.ebcdic.__version_info__= [1, 1, 1]¶
-
artemis.externals.ebcdic.__version__¶
-
artemis.externals.ebcdic.ignored_codec_names()¶ A list of codec names in this package that are ignored because they are already provided by other means, e.g. the standard library.
-
artemis.externals.ebcdic.lookup(codec_name)¶ The codecs.CodecInfo for the EBCDIC codec codec_name. An unknown codecs_name raises a LookupError.
-
artemis.externals.ebcdic.codec_names¶