Metadata-Version: 2.1
Name: wolframclient
Version: 1.1.6
Summary: A Python library with various tools to interact with the Wolfram Language and the Wolfram Cloud.
Home-page: https://www.wolfram.com/
Author: Wolfram Research
Author-email: support@wolfram.com, dorianb@wolfram.com, riccardod@wolfram.com
License: MIT
Project-URL: Source code, https://github.com/WolframResearch/WolframClientForPython
Project-URL: Documentation, https://wolfr.am/wolframclientdoc
Project-URL: Wolfram Research, https://www.wolfram.com
Description: .. image:: https://wolframresearch.github.io/WolframClientForPython/_static/python-client-library-logo.png
            :alt: Wolfram Logo
        
        
        ##########################################
        Wolfram Client library for Python
        ##########################################
        
        The Wolfram Client Library provides seamless Wolfram Language integration in Python. A list of features provided by the library:
        
        * evaluate arbitrary code on a local kernel,
        * evaluate arbitrary code on Wolfram cloud, public or private,
        * call deployed `APIFunction`,
        * build Python functions on top of Wolfram Language functions,
        * represent arbitrary Wolfram Language code as Python object,
        * serialize Python object to Wolfram Language string `InputForm`,
        * serialize Python object to `WXF`,
        * extend serialization to any arbitrary Python class,
        * parse `WXF` encoded expressions.
        
        #############
        Links
        #############
        
        * `Installation instructions <https://reference.wolfram.com/language/WolframClientForPython/docpages/install.html>`_
        * `Documentation <https://reference.wolfram.com/language/WolframClientForPython>`_
        * `Announcement Blog post <https://blog.wolfram.com/2019/05/16/announcing-the-wolfram-client-library-for-python/>`_
        * `Changelog <https://github.com/WolframResearch/WolframClientForPython/blob/master/CHANGELOG.md>`_
        * `Contributor guidelines <https://github.com/WolframResearch/WolframClientForPython/blob/master/CONTRIBUTING.md>`_
        * `License <https://github.com/WolframResearch/WolframClientForPython/blob/master/LICENSE>`_
        
        #########################
        Project Information
        #########################
        
        Licencing 
        =============
        
        This project is released under the MIT licence.
        
        Contributions
        =============
        
        The library is maintained by Wolfram Research. The code is on Github. Pull requests and suggestions are always welcomed.
Keywords: Wolfram Language,Wolfram Desktop,Mathematica,parser,serializer,WXF
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.5.3
Description-Content-Type: text/x-rst
