Metadata-Version: 2.1
Name: extraEncodings
Version: 1.3.1
Summary: Extra text encodings for python.
Home-page: UNKNOWN
Author: codecode
Author-email: code80191@gmail.com
License: UNKNOWN
Description: # Extra encodings for Python 
        
        ## Update 1.3.1
        Gen2 and LTF64 released for beta and ichor has progressed for US keyboard.
        Updated import process for beta for technical reasons
        
        ## Update 1.2.1
        Updated the Markdown for this page to be neat\
        Changed the import process to be simpler and easier.
        
        
        ## News:
        Adding more encodings/decodings
        
        ## Plans for future updates:
        Add more Encodings and Decodings
        
        ## Notes
        Currently we only support all characters on a US keyboard for all encoding types and a computer that runs a standard os like Win32/64 , macOS (Not tested), Linux Debian,Ubuntu and distros based on them.
        
        ## Decodings and encodings:
        Ichor (Not fully finshed)\
        Gen2\
        LTF-64 
        
        ## How to import
        `from extra_Encodings.extra_Encodings_pkg.encodings import *` \
        To import beta versions\
        `from extra_Encodings.extra_Encodings_pkg.encodingsbeta import *`\
        To import raw encoder for Gen2 and dicts for ichor\
        `from extra_Encodings.extra_Encodings_pkg.ciphers import *`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
