Metadata-Version: 1.1
Name: J_box
Version: 0.1.3.2
Summary: This is a compilation of the tools that I use from day-to-day
Home-page: http://github.com/Djuboor/J_Box
Author: David N Juboor
Author-email: dnjuboor@gmail.com
License: MIT
Description: J_Box
        --------
        
        To use any of these tools, simply::
        
            >>> import J_Box as jb
        
        Currently, this toolbox contains Audio (raw signal) pre-processing tools that can be used as precursors to
        	custom machine learning algorithms. 
        
        To use a tool in this library::
        	
        	Refer to the comments directly prior to the function definition. These functions should be well doccumented enough
        	to be usable for many different applications. If you have any comments or concerns or would like to contribute to this library,
        	please contact the primary editor.
Keywords: DavidJuboor DavidNJuboor Statistics ML MachineLearning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
