Metadata-Version: 2.1
Name: c3tools
Version: 0.8.0
Summary: Collections of simple commands.
Home-page: UNKNOWN
Author: zencore
Author-email: dobetter@zencore.cn
License: MIT
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
License-File: LICENSE

# 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
- urltesting                        # python 3 only

### System Tools
- ps2
- uname2
- python-abspath
- sshrun                            # python 3 only
- ssh-get-sysinfo                   # python 3 only

### Service Tools
- ipa-utils
- sftpd
- python-sendmail
- kafka-admin-service               # python 3 only
- kadminutils                       # python 3 only
- django-crontab-manager            # python 3 only
- django-crontab-agent              # python 3 only
- openldapctrl                      # python 3 only

### File Tools

- filesplitor
- tail
- copytruncate
- unzip-aes                         # python 3 only
- filename-transencoding
- logio                             # python 3 only

### Automation

- browserctrl                       # python 3 only

### 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>=0.2.0
- 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.8.0 2022/01/19

* Upgrade qrimg to 0.2.0.
* Add urltesting.
* Add logio.
* Add kafka-admin-service.
* Add kadminutils.
* Add django-crontab-manager and django-crontab-agent.
* Add openldapctrl.

### v0.7.0 2020/05/31

* Add browserctrl.

### v0.6.0 2020/05/23

* Add sshrun.
* Add ssh-get-sysinfo.

### 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



