Metadata-Version: 2.1
Name: xfmr
Version: 0.0.1.dev0
Summary: Easy data transformation across Python analytics libraries
Home-page: https://xfmr.readthedocs.io.org
Author: Charles Kelley
Author-email: cksisu@gmail.com
Maintainer: Charles Kelley
Maintainer-email: cksisu@gmail.com
License: BSD (3-clause)
Download-URL: https://github.com/cksisu/xfmr
Project-URL: Bug Tracker, https://github.com/cksisu/xfmr/issues
Project-URL: Source Code, https://github.com/cksisu/xfmr
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scikit-learn (>=0.21.0)
Provides-Extra: all
Requires-Dist: vaex (>=4.0.0) ; extra == 'all'

Transformer/xfmr creates a unified interface for transforming data structures
between common forms used in core Python data anlytics libraries like pandas,
scikit-learn, NumPy, SciPy, and Vaex.

xfmr provides:
- Single API and data object that can easily output and keep track of multiple
  data structure formats so that data can be easily passed between different
  analytics libraries
- Methods for transforming data using any one of a number of diffeent libraries
  on the same data object
  
All xfmr wheels distributed on PyPI are BSD 3-clause licensed.


