Metadata-Version: 2.1
Name: pyconnectify
Version: 0.0.3.1
Summary: Telecommunication and file management application
Home-page: https://gitlab.com/israelcunha/PyConnectify
Author: Israel Cunha
Author-email: ms.israel.cunha@gmail.com
License: MIT License
Description: # PyConnectify
        Telecommunication and file management application
        
        ## Install App
            pip install pyconnectify
         
        ## Config and Import Function
            from pyconnectify.Calc.Math import ConversionChar
            IntToBin
            IntToHex
            CharToASCII
            CharToHex
            BinStrToDecimal
            HexToInt
            IntToByte
            
           
            from pyconnectify.Calc.Math import ConversionString
            StrToHex
            StrToBytes
            StrToASCII
            StrToBin
        
Keywords: ssh utp tcp tar redes network
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
