Metadata-Version: 1.1
Name: csharpyml
Version: 0.1.43
Summary: Tools to use C# + Python mostly from Python.
Home-page: http://www.xavierdupre.fr/app/csharpyml/
Author: Xavier Dupré
Author-email: xavier.dupre@gmail.com
License: MIT
Download-URL: https://github.com/sdpython/csharpyml/
Description: 
        .. _l-README:
        
        README
        ======
        
        .. image:: https://travis-ci.org/sdpython/csharpyml.svg?branch=master
            :target: https://travis-ci.org/sdpython/csharpyml
            :alt: Build status
        
        .. image:: https://ci.appveyor.com/api/projects/status/ldrgt6sxeyfwtoo2?svg=true
            :target: https://ci.appveyor.com/project/sdpython/csharpyml
            :alt: Build Status Windows
        
        .. image:: https://circleci.com/gh/sdpython/csharpyml/tree/master.svg?style=svg
            :target: https://circleci.com/gh/sdpython/csharpyml/tree/master
        
        .. image:: https://badge.fury.io/py/csharpyml.svg
            :target: http://badge.fury.io/py/csharpyml
        
        .. image:: http://img.shields.io/github/issues/sdpython/csharpyml.png
            :alt: GitHub Issues
            :target: https://github.com/sdpython/csharpyml/issues
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :alt: MIT License
            :target: http://opensource.org/licenses/MIT
        
        .. image:: https://coveralls.io/repos/sdpython/csharpyml/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/sdpython/csharpyml?branch=master
        
        .. image:: https://requires.io/github/sdpython/csharpyml/requirements.svg?branch=master
             :target: https://requires.io/github/sdpython/csharpyml/requirements/?branch=master
             :alt: Requirements Status
        
        .. image:: https://codecov.io/github/sdpython/csharpyml/coverage.svg?branch=master
            :target: https://codecov.io/github/sdpython/csharpyml?branch=master
        
        .. image:: http://www.xavierdupre.fr/app/csharpyml/helpsphinx/_images/nbcov.png
            :target: http://www.xavierdupre.fr/app/csharpyml/helpsphinx/all_notebooks_coverage.html
            :alt: Notebook Coverage
        
        **Links:**
        
        * `GitHub/csharpyml <https://github.com/sdpython/csharpyml/>`_
        * `documentation <http://www.xavierdupre.fr/app/csharpyml/helpsphinx2/index.html>`_
        * `Blog <http://www.xavierdupre.fr/app/csharpyml/helpsphinx/blog/main_0000.html#ap-main-0>`_
        
        Introduction
        ------------
        
        Helpers to play with *C#*, *Python* and *ML.net*.
        The module also relies on
        `pythonnet <https://github.com/pythonnet/pythonnet>`_ and
        `csharpy <http://www.xavierdupre.fr/app/csharpy/helpsphinx/index.html>`_.
        
        Installation
        ------------
        
        *Windows*
        
        ::
        
            pip install csharpyml
        
        *Linux*
        
        Follow the instructions described in
        `config.yml <https://github.com/sdpython/csharpyml/blob/master/.circleci/config.yml>`_.
        
Keywords: csharpyml,first name,last name
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
