Metadata-Version: 1.2
Name: plydata
Version: 0.4.2
Summary: Functions for manipulating Data in Python
Home-page: https://github.com/has2k1/plydata
Maintainer: Hassan Kibirige
Maintainer-email: has2k1@gmail.com
License: BSD (3-clause)
Description: 
        plydata
        =======
        
        plydata is a library that provides a grammar for data manipulation.
        The grammar consists of verbs that can be applied to pandas
        dataframes or database tables. It is based on the R package dplyr
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6
