topological-recursion


Nametopological-recursion JSON
Version 0.0a2 PyPI version JSON
download
home_pagehttps://gitlab.com/toprec/toprec
SummaryTopological recursion
upload_time2023-06-12 21:38:12
maintainer
docs_urlNone
authorVincent Delecroix, Bertrand Eynard, Dimitrios Mitsios
requires_python
licenseGPLv2+
keywords topological-recursion surfaces geometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Topological Recursion
=====================

`topological-recursion` is a Python module to compute with topological
recursion.

Installation
------------

Prerequisites
^^^^^^^^^^^^^

Make sure that Python 3 is installed in version 3.8 or later.

Pip installation
^^^^^^^^^^^^^^^^

To install the module on your system, simply run::

      $ pip install topological-recursion

The above command will download the code from
[PyPI](https://pypi.org/project/topological-recursion/) and then
install on your system.

Editable installation of the development version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Alternatively, if you want to install the development version, you
need versioning software ``git`` installed. You first need to clone the
project::

    $ git clone https://gitlab.com/toprec/toprec.git

and then run the installation procedure with::

    $ pip install -e toprec/

(the `-e` option makes an editable installation that avoids to
uninstall/install every time you change the files in the library)

### Checking installation

To check whether the installation worked, change repository and try to load
the module with::

    $ python
    >>> import topological_recursion

Authors and acknowledgment
--------------------------

- V. Delecroix
- B. Eynard
- D. Mitsios

Aknowledgements
---------------

- ERC ReNewQuantum

License
-------

`topological-recursion` is distributed under the terms of the GNU General
Public License (GPL) published by the Free Software Foundation; either version
2 of the License, or (at your option) any later version.
See http://www.gnu.org/licenses/.



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/toprec/toprec",
    "name": "topological-recursion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "topological-recursion surfaces geometry",
    "author": "Vincent Delecroix, Bertrand Eynard, Dimitrios Mitsios",
    "author_email": "bertrand.eynard@ipht.fr",
    "download_url": "https://files.pythonhosted.org/packages/63/ef/2972c2aefa4cf899be43a1d25634c7653cc86beef735ab0db24876987ab2/topological-recursion-0.0a2.tar.gz",
    "platform": null,
    "description": "Topological Recursion\n=====================\n\n`topological-recursion` is a Python module to compute with topological\nrecursion.\n\nInstallation\n------------\n\nPrerequisites\n^^^^^^^^^^^^^\n\nMake sure that Python 3 is installed in version 3.8 or later.\n\nPip installation\n^^^^^^^^^^^^^^^^\n\nTo install the module on your system, simply run::\n\n      $ pip install topological-recursion\n\nThe above command will download the code from\n[PyPI](https://pypi.org/project/topological-recursion/) and then\ninstall on your system.\n\nEditable installation of the development version\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nAlternatively, if you want to install the development version, you\nneed versioning software ``git`` installed. You first need to clone the\nproject::\n\n    $ git clone https://gitlab.com/toprec/toprec.git\n\nand then run the installation procedure with::\n\n    $ pip install -e toprec/\n\n(the `-e` option makes an editable installation that avoids to\nuninstall/install every time you change the files in the library)\n\n### Checking installation\n\nTo check whether the installation worked, change repository and try to load\nthe module with::\n\n    $ python\n    >>> import topological_recursion\n\nAuthors and acknowledgment\n--------------------------\n\n- V. Delecroix\n- B. Eynard\n- D. Mitsios\n\nAknowledgements\n---------------\n\n- ERC ReNewQuantum\n\nLicense\n-------\n\n`topological-recursion` is distributed under the terms of the GNU General\nPublic License (GPL) published by the Free Software Foundation; either version\n2 of the License, or (at your option) any later version.\nSee http://www.gnu.org/licenses/.\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv2+",
    "summary": "Topological recursion",
    "version": "0.0a2",
    "project_urls": {
        "Homepage": "https://gitlab.com/toprec/toprec"
    },
    "split_keywords": [
        "topological-recursion",
        "surfaces",
        "geometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63ef2972c2aefa4cf899be43a1d25634c7653cc86beef735ab0db24876987ab2",
                "md5": "808cdd6ffae1bf82923bc06c21fee3f2",
                "sha256": "ef861524c4b1d804e6bed3d7dd74f1f8b29f2bb9e0d06557b77455df6f4597d2"
            },
            "downloads": -1,
            "filename": "topological-recursion-0.0a2.tar.gz",
            "has_sig": false,
            "md5_digest": "808cdd6ffae1bf82923bc06c21fee3f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31728,
            "upload_time": "2023-06-12T21:38:12",
            "upload_time_iso_8601": "2023-06-12T21:38:12.394803Z",
            "url": "https://files.pythonhosted.org/packages/63/ef/2972c2aefa4cf899be43a1d25634c7653cc86beef735ab0db24876987ab2/topological-recursion-0.0a2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 21:38:12",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "toprec",
    "gitlab_project": "toprec",
    "lcname": "topological-recursion"
}
        
Elapsed time: 0.07545s