Skip to main content

A data processing methods lib of python

Project description

# FuncLib

[![Pypi Release](https://img.shields.io/badge/pypi-v2.1.5-blue.svg)](https://pypi.org/project/funclib) [![Build Status](https://travis-ci.org/CN-Tower/funclib.py.svg?branch=master)](https://travis-ci.org/CN-Tower/funclib.py)

> A data processing methods lib for Python(2/3)

python 有自带的几个高阶函数(map、reduce、filter)堪称神器,但是可惜在数据处理频繁的开发过程中,它们却还是有点不够用,很多常见的数据处理都要另外去写逻辑。针对python交互数据处理的问题,这里封装了一个非常轻的Python数据处理函数库(funclib),兼容python2和python3,不论是写AC用例还是web开发,funclib都非常实用。<br>

关于python库制作及打包发布的问题,可以参看项目中的release.py。<br>

欢迎大家一起来玩,有Bug和不好的地方,希望大虾们不吝赐教!<br>

#### Document http://funclib.net

## Repository Gitlab: http://gitlab.zte.com.cn/CN-Tower/funclib.py<br> Github: http://github.com/CN-Tower/funclib.py

## Quick Start ` $ pip install funclib $ python >>> from funclib import fn >>> help(fn) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

funclib-2.1.6.tar.gz (7.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page