rates


Namerates JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryResearch library to study empirical convergence rates.
upload_time2023-03-16 18:29:56
maintainer
docs_urlNone
author
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Convergence rates study with kernels

This repository contains the code for the convergence rates study with reproducing kernels. 

## Installation

The code is written in Python 3.6. The required packages are listed in `requirements.txt`. To install them, run:
```
pip install -r requirements.txt
```
Once the dependencies are installed, the package can be installed with
```
cd <path to folder>
pip install .
```

## Usage

Examples are provided in the `scripts` folder.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rates",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Vivien Cabannes <vivien.cabannes@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fa/08/630655b12d131379b786bee831b3d0de82012ed6bb4c483db2c0d6d57aa7/rates-0.0.2.tar.gz",
    "platform": null,
    "description": "# Convergence rates study with kernels\n\nThis repository contains the code for the convergence rates study with reproducing kernels. \n\n## Installation\n\nThe code is written in Python 3.6. The required packages are listed in `requirements.txt`. To install them, run:\n```\npip install -r requirements.txt\n```\nOnce the dependencies are installed, the package can be installed with\n```\ncd <path to folder>\npip install .\n```\n\n## Usage\n\nExamples are provided in the `scripts` folder.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Research library to study empirical convergence rates.",
    "version": "0.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b266f7a1a9d22d365e29991f47341c762a5ebe3b112d52bec058762175cf6ed8",
                "md5": "f79d32858c8c6e87b285d9180fcfc589",
                "sha256": "3583caccb2723a8b002d12ed70f3fdce9f97f369a94b0496b2c7a61344ae5983"
            },
            "downloads": -1,
            "filename": "rates-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f79d32858c8c6e87b285d9180fcfc589",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8758,
            "upload_time": "2023-03-16T18:29:54",
            "upload_time_iso_8601": "2023-03-16T18:29:54.755587Z",
            "url": "https://files.pythonhosted.org/packages/b2/66/f7a1a9d22d365e29991f47341c762a5ebe3b112d52bec058762175cf6ed8/rates-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa08630655b12d131379b786bee831b3d0de82012ed6bb4c483db2c0d6d57aa7",
                "md5": "7694b02a73eb06686ddef7e3c440b4e3",
                "sha256": "c5d7641dd12af934e834315313b4d21bb85b1a57102f7d06b53acefb9411a9bb"
            },
            "downloads": -1,
            "filename": "rates-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7694b02a73eb06686ddef7e3c440b4e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6236,
            "upload_time": "2023-03-16T18:29:56",
            "upload_time_iso_8601": "2023-03-16T18:29:56.201651Z",
            "url": "https://files.pythonhosted.org/packages/fa/08/630655b12d131379b786bee831b3d0de82012ed6bb4c483db2c0d6d57aa7/rates-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-16 18:29:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "rates"
}
        
Elapsed time: 0.04699s