Metadata-Version: 2.0
Name: networklib
Version: 0.0.5
Summary: download and upload flv,images
Home-page: http://www.zhaomingming.cn
Author: zhaomingming
Author-email: 13271929138@163.com
License: MIT
Description-Content-Type: text/markdown
Platform: any

Info
====
`networklib 2018-0818`

`Author: Zhao Mingming <471106585@qq.com>`

`Copyright: This module has been placed in the public domain.`

`version:0.0.1`
- `add func get_image, download the flv and split it into image`
- `add func upload_file, upload_file to the cover`
`version:0.0.2`
- `add func curl, download file to local`
`version:0.0.4`
- `add func simple_get_image`
`version:0.0.5`
- `replace the flv2img by video2img`

Functions:

- ` get_image, download the flv and split it into image`
- ` upload_file, upload_file to the cover`

How To Use This Module
======================
.. image:: funny.gif
   :height: 100px
   :width: 100px
   :alt: funny cat picture
   :align: center

1. example code:


.. code:: python


    x=np.array([-0.2,0.3,0.4,0.5])
    y=np.array([0.2,0.4,0.1,-0.4])
    norm(x,np.array([0,500]))

    img=draw_curve(x,y)
    img=draw_curve(x,y,title='my title',xlabel='my x label',ylabel='my y lable')

    img=cv2.imread('../examples/faces/2007_007763.jpg')
    img_gray=cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)

    # img2bw
    img_bw= image2bw(img_gray)


    print img.shape
    image2text(img,(80,40))
    image2text(img,(80,40))



Refresh
========
20180531


