nbcheckmate


Namenbcheckmate JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummarySmall package to test code inside a jupyter notebook
upload_time2024-10-09 09:29:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords jupyter notebook testing pytest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Nbcheckmate

Nb checkmate is your fellow library that allow you to test functions and variables inside of a notebook. 

## Installation

To install this package, you can use pip:

```
pip install nbcheckmate
```

## Usage

To use this package, you can import it in your Python code:

```python
import my_python_package

```

TODO : Add more documentation

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nbcheckmate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "jupyter, notebook, testing, pytest",
    "author": null,
    "author_email": "Paul Chupot <paul.chupot@gmail.com>, Aloys Bernard <aloys.bernard@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/eb/a2/ab38fe2ac779bbe0b94cca4a7990c8b6a151c7049660c3779e5667672e55/nbcheckmate-0.1.4.tar.gz",
    "platform": null,
    "description": "# Nbcheckmate\n\nNb checkmate is your fellow library that allow you to test functions and variables inside of a notebook. \n\n## Installation\n\nTo install this package, you can use pip:\n\n```\npip install nbcheckmate\n```\n\n## Usage\n\nTo use this package, you can import it in your Python code:\n\n```python\nimport my_python_package\n\n```\n\nTODO : Add more documentation\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Small package to test code inside a jupyter notebook",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [
        "jupyter",
        " notebook",
        " testing",
        " pytest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55aaa43a5db1caad6926de5c4e073a2bcc4769639d8f4c86b809debe7c7720ad",
                "md5": "a58bc12d4afcf7849cf5a17b06c5c82e",
                "sha256": "5c2883af1a04bd0db87c43770a1577f85291544fa937d8aa9b7ea4bd21895c60"
            },
            "downloads": -1,
            "filename": "nbcheckmate-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a58bc12d4afcf7849cf5a17b06c5c82e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3336,
            "upload_time": "2024-10-09T09:29:33",
            "upload_time_iso_8601": "2024-10-09T09:29:33.254737Z",
            "url": "https://files.pythonhosted.org/packages/55/aa/a43a5db1caad6926de5c4e073a2bcc4769639d8f4c86b809debe7c7720ad/nbcheckmate-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eba2ab38fe2ac779bbe0b94cca4a7990c8b6a151c7049660c3779e5667672e55",
                "md5": "42ba1640dcdfb0b47b94960a99a7897d",
                "sha256": "6a65195d42b9c969ab1a6028db7c1167bca2dabeee8b935e444e0c830c1c6fb8"
            },
            "downloads": -1,
            "filename": "nbcheckmate-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "42ba1640dcdfb0b47b94960a99a7897d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3570,
            "upload_time": "2024-10-09T09:29:34",
            "upload_time_iso_8601": "2024-10-09T09:29:34.743724Z",
            "url": "https://files.pythonhosted.org/packages/eb/a2/ab38fe2ac779bbe0b94cca4a7990c8b6a151c7049660c3779e5667672e55/nbcheckmate-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 09:29:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nbcheckmate"
}
        
Elapsed time: 0.46333s