Metadata-Version: 2.1
Name: dictfire
Version: 1.0.11
Summary: 命令行下[中英，中俄，中日，中韩，中法，中德，中西]文互翻译工具（Command line translation tool for Chinese English,Chinese French, Chinese Japanese, Chinese Korean, Chinese German），翻译服务基于有道翻译。
Home-page: https://github.com/HeywoodKing/dictfire
Author: hywell
Author-email: opencoding@hotmail.com
Maintainer: hywell
Maintainer-email: opencoding@hotmail.com
License: MIT
Download-URL: https://github.com/HeywoodKing/dictfire
Description: 
        dict
        ====
        
           命令行下[中英，中俄，中日，中韩，中法，中德，中西]文互翻译工具（Command
           line translation tool for Chinese English, Chinese French, Chinese
           Japanese, Chinese Korean, Chinese
           German），目前支持中英互译，翻译服务基于有道翻译。
        
        安装(Install)
        -------------
        
        ::
        
           sudo pip3 install dictfire
        
        用法(Usage)
        -----------
        
        中译英(Chinese To English)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        1. 单词(Word)
        
        ::
        
           $ dict 测试
           ####################################################################
           #  
           #  测试 
           #  
           #  test
           #
           ####################################################################
        
        2. 句子(sentence)
        
        ::
        
           $ dict 我爱你
           ####################################################################
           #  
           #  我爱你
           #  
           #  I love you
           #
           ####################################################################
        
        英译中(English To Chinese)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        1. 单词(Word)
        
        ::
        
           $ dict test
           ####################################################################
           #  
           #  test
           #  
           #  测试
           #  
           ####################################################################
        
        2. 句子(sentence)
        
        ::
        
           $ dict I love you
           ####################################################################
           #  
           #  I love you
           #
           #  我爱你。
           #
           ####################################################################
        
        --------------
        
        打包上传
        
        ::
        
           删除之前的构建文件，重新构建，打包，上传到正式pypi，推送git，并打上tag版本
           python setup.py upload
        
        
           分步：
           python setup.py sdist build bdist_wheel
           python setup.py build sdist bdist_wheel bdist_egg
        
           twine upload dist/*
        
           git add .
           git commit -m "描述"
           git push origin dev
           git tag v{0}
           git push --tags
        
        测试上传：
        
        ::
        
           构建
           python setup.py build bdist bdist_wheel bdist_egg
           python setup.py sdist bdist bdist_wheel bdist_egg
        
           上传
           twine upload --repository-url https://test.pypi.org/legacy/ dist/*
        
Keywords: Translation English2Chinese,Chinese2English,Chinese2French,French2Chinese,Chinese2Japanese,Japanese2Chinese,Chinese2Korean,Korean2Chinese,Chinese2German,German2Chinese） Command-line
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Topic :: Terminals
Classifier: Topic :: System :: Distributed Computing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown
