Metadata-Version: 1.1
Name: sasx
Version: 0.2
Summary: Data manipulation in Python for SAS users
Home-page: https://github.com/python-sasx/sasx
Author: python-sasx
Author-email: python.sasx@gmail.com
License: MIT
Description: 
        Data manipulation in Python for SAS users
        
        SASX
        ----
        
        Data manipulation in Python for SAS users, with the %%sasx magic command.
        
        SASX (Simple dAta SyntaX) has the best of both worlds:
        - Classic python syntax with access to python, numpy, pandas (like Python)
        - A few extra keywords to allow easy row-by-row operations (like SAS)
        
        Install the lastest release with:
        pip install sasx
        
        More info:  https://github.com/python-sasx/sasx
        
Keywords: data manipulation sas python pandas sasx ipython
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: IPython
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
