nbcheckmate


Namenbcheckmate JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummarySmall package to test code inside a jupyter notebook
upload_time2024-10-02 23:05:09
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/69/e2/fa14b7561f3998c304c3d9541492017c33f14c954ce5c7962d1bcbe5d799/nbcheckmate-0.1.2.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.2",
    "project_urls": null,
    "split_keywords": [
        "jupyter",
        " notebook",
        " testing",
        " pytest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1b600c0b6ed75762bc0539f62b1f8bdd1dc36499117bee96903eb8a97d6892d",
                "md5": "684b1ada48d3e5079abe7bd5e4742052",
                "sha256": "3627dc488f30ba3c9170f8d5136117697cc12667d5b51d8dc2c4c1403ddc6122"
            },
            "downloads": -1,
            "filename": "nbcheckmate-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "684b1ada48d3e5079abe7bd5e4742052",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 2937,
            "upload_time": "2024-10-02T23:05:08",
            "upload_time_iso_8601": "2024-10-02T23:05:08.183550Z",
            "url": "https://files.pythonhosted.org/packages/d1/b6/00c0b6ed75762bc0539f62b1f8bdd1dc36499117bee96903eb8a97d6892d/nbcheckmate-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69e2fa14b7561f3998c304c3d9541492017c33f14c954ce5c7962d1bcbe5d799",
                "md5": "ab840ec8c3c0eaa6f8a1b3ab9284dc14",
                "sha256": "bc0d9a282ee21a549af9c98a956d0cbeb454fd084d63f5b39f01bab6afb64624"
            },
            "downloads": -1,
            "filename": "nbcheckmate-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ab840ec8c3c0eaa6f8a1b3ab9284dc14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3087,
            "upload_time": "2024-10-02T23:05:09",
            "upload_time_iso_8601": "2024-10-02T23:05:09.423378Z",
            "url": "https://files.pythonhosted.org/packages/69/e2/fa14b7561f3998c304c3d9541492017c33f14c954ce5c7962d1bcbe5d799/nbcheckmate-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 23:05:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nbcheckmate"
}
        
Elapsed time: 1.69671s