Metadata-Version: 2.1
Name: cscipy
Version: 0.0.1
Summary: Some scipy functions rewritten in Cython
Home-page: https://github.com/fzyukio/cscipy
Author: ['Yukio Fukuzawa']
License: MIT
Description: Cscipy
        ===
        
        #### How to install?
        Compatible with Python 2 and 3. 
        On Windows, Visual Studio 2015 Build Tools is also required.
        
        ```bash
        pip install Cython
        ```
        
        #### How to recompile to use in IDE?
        - `rm cscipy/*.cpp; python setup.py build_ext --inplace`
        
        #### Licence
        - MIT
Keywords: scipy,cython,distance
Platform: UNKNOWN
Description-Content-Type: text/markdown
