Metadata-Version: 1.1
Name: exp100
Version: 0.0.1
Summary: I'm a small script that help you get express package information use kuaidi100.com api.
Home-page: http://www.iloveplum.in/
Author: Chris
Author-email: luohuawoaini@gmail.com
License: MIT
Description: exp100.py

        ========

        

        I'm a small script that help you get express package information use kuaidi100.com api.

        

        Install

        =======

        

        ..  code:: bash

        

            $ pip install express

        

        Usage

        =====

        

        ``exp100``: normal use, type code in shell, return info.

        

        ``exp100 -c code``: ``-c`` means code, specified express code.

        

        ``exp100 -c code -o filename``: ``-o`` means output, specified output filename.

        

        ``exp100 -c code -o filename -p company_name``: ``-p`` means company, specified the express company name, useful when auto guess is error.

        

        Type ``exp100 -h`` for more help.

        

        Example

        =======

        

        ..  code:: bash

        

            yourname@computer:~$ exp100

            Input your express code: <Your code>

            Possible company: zhongtong, kuayue, yuantong, zhaijisong, shengfengwuliu

            Try zhongtong ...Done

            code: <Your  code>         company: zhongtong       is checked: 0

            =================================================================

                    time         |                  content

            -----------------------------------------------------------------

             2015-08-16 17:40:28 | first content

            -----------------------------------------------------------------

             2015-08-16 17:02:32 | some content

            -----------------------------------------------------------------

            ...

            -----------------------------------------------------------------

             2015-08-13 20:41:27 | last content

            =================================================================

        

        

        Changelog

        =========

        

        - v0.0.5

        

          - express code should no long be numbers, to support company like APELAX

        

        - v0.0.4

        

          - remove third party module dependencies.

          - add ``-p`` option to specified company.

        

        - v0.0.2

        

          - express webside change the rule, need special header referer when send query

        

        - v0.0.1

        

          - first version, with base function.

        

        LICENSE

        =======

        

        MIT.
Keywords: internet,query,express,http
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
