Metadata-Version: 2.1
Name: c3tools
Version: 0.5.0
Summary: Collections of simple commands.
Home-page: UNKNOWN
Author: zencore
Author-email: dobetter@zencore.cn
License: MIT
Description: # c3tools
        
        Collections of simple commands.
        
        ## Install
        
            pip install c3tools
        
        ## Included packages
        
        ### Basic Tools
        - ipython==5.8.0                    # python 2 only
        - ipython                           # python 3 only
        
        ### Network Tools
        
        - udp-test
        - tcping
        - mtcping                           # python 3 only
        - serviceping                       # python 3 only
        - echo-server>=0.1.3
        
        ### System Tools
        - ps2
        - uname2
        - python-abspath
        
        ### Service Tools
        - ipa-utils
        - sftpd
        - python-sendmail
        
        ### File Tools
        
        - filesplitor
        - tail
        - copytruncate
        - unzip-aes                         # python 3 only
        - filename-transencoding
        
        ### File Converting Tools
        
        - pdf-tools
        - makegif
        - gif-frames
        - imagespack
        - convert-csv-to-xlsx               # python 3 only
        - grayscale-image                   # python 3 only
        
        ### Codec Tools
        
        - pwgen
        - python-json2csv
        - python-json2yaml
        - hashtools
        - qrimg
        - rot-codec
        - transencoding
        
        ### Office Tools
        
        - xlsx-split
        - xlsx-xargs
        
        ### Dependencies
        
        - openpyxl==2.6.4                   # python 2 only
        - openpyxl                          # python 3 only
        - numpy==1.16.5                     # python 2 only
        - numpy                             # python 3 only
        
        
        ## Releases
        
        ### v0.5.0 2020/04/09
        
        * Add convert-csv-to-xlsx.
        * Add mtcping.
        * Add grayscale-image.
        * Add python-abspath.
        
        ### v0.4.0 2020/03/27
        
        * Add filename-transencoding.
        * Add echo-server.
        
        ### v0.3.0 2020/03/11
        
        * Add unzip-aes tool.
        
        ### v0.2.2 2019/12/02
        
        * Fix install problem.
        * Add imagespack tool.
        
        ### v0.2.0 2019/11/05
        
        * Add python2 and python3 distinguish.
        
        ### v0.1.0 2019/08/10
        
        * First release
        
        
Keywords: c3tools,cmdtools
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
