pydoit-nb


Namepydoit-nb JSON
Version 0.3.4 PyPI version JSON
download
home_pageNone
SummaryLibrary to support combining jupyter notebooks and pydoit.
upload_time2024-04-04 06:13:27
maintainerNone
docs_urlNone
authorZebedee Nicholls
requires_python<4.0,>=3.9
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydoit-nb

<!---
Can use start-after and end-before directives in docs, see
https://myst-parser.readthedocs.io/en/latest/syntax/organising_content.html#inserting-other-documents-directly-into-the-current-document
-->

<!--- sec-begin-description -->

Library to support combining jupyter notebooks and pydoit.

[![CI](https://github.com/climate-resource/pydoit-nb/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/climate-resource/pydoit-nb/actions/workflows/ci.yaml)
[![Coverage](https://codecov.io/gh/climate-resource/pydoit-nb/branch/main/graph/badge.svg)](https://codecov.io/gh/climate-resource/pydoit-nb)
[![Docs](https://readthedocs.org/projects/pydoit-nb/badge/?version=latest)](https://pydoit-nb.readthedocs.io)

**PyPI :**
[![PyPI](https://img.shields.io/pypi/v/pydoit-nb.svg)](https://pypi.org/project/pydoit-nb/)
[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/pydoit-nb.svg)](https://pypi.org/project/pydoit-nb/)
[![PyPI install](https://github.com/climate-resource/pydoit-nb/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/climate-resource/pydoit-nb/actions/workflows/install.yaml)

**Other info :**
[![Licence](https://img.shields.io/github/license/climate-resource/pydoit-nb.svg)](https://github.com/climate-resource/pydoit-nb/blob/main/LICENCE)
[![Last Commit](https://img.shields.io/github/last-commit/climate-resource/pydoit-nb.svg)](https://github.com/climate-resource/pydoit-nb/commits/main)
[![Contributors](https://img.shields.io/github/contributors/climate-resource/pydoit-nb.svg)](https://github.com/climate-resource/pydoit-nb/graphs/contributors)

<!--- sec-end-description -->

Full documentation can be found at:
[pydoit-nb.readthedocs.io](https://pydoit-nb.readthedocs.io/en/latest/).
We recommend reading the docs there because the internal documentation links
don't render correctly on GitHub's viewer.

## Installation

<!--- sec-begin-installation -->

pydoit-nb can be installed with conda or pip:

```bash
pip install pydoit-nb
conda install -c conda-forge pydoit-nb
```

Additional dependencies can be installed using

```bash
# To add notebook dependencies
pip install pydoit-nb[notebooks]

# If you are installing with conda, we recommend
# installing the extras by hand because there is no stable
# solution yet (issue here: https://github.com/conda/conda/issues/7502)
```

<!--- sec-end-installation -->

### For developers

<!--- sec-begin-installation-dev -->

For development, we rely on [poetry](https://python-poetry.org) for all our
dependency management. To get started, you will need to make sure that poetry
is installed
([instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer),
we found that pipx and pip worked better to install on a Mac).

For all of work, we use our `Makefile`.
You can read the instructions out and run the commands by hand if you wish,
but we generally discourage this because it can be error prone.
In order to create your environment, run `make virtual-environment`.

If there are any issues, the messages from the `Makefile` should guide you
through. If not, please raise an issue in the [issue tracker][issue_tracker].

For the rest of our developer docs, please see [](development-reference).

<!--- sec-end-installation-dev -->

[issue_tracker]: https://github.com/climate-resource/pydoit-nb/issues

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pydoit-nb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Zebedee Nicholls",
    "author_email": "zebedee.nicholls@climate-resource.com",
    "download_url": "https://files.pythonhosted.org/packages/47/87/49405809329ffc1544f154177118f2f304d89170892875f004d10717eb52/pydoit_nb-0.3.4.tar.gz",
    "platform": null,
    "description": "# pydoit-nb\n\n<!---\nCan use start-after and end-before directives in docs, see\nhttps://myst-parser.readthedocs.io/en/latest/syntax/organising_content.html#inserting-other-documents-directly-into-the-current-document\n-->\n\n<!--- sec-begin-description -->\n\nLibrary to support combining jupyter notebooks and pydoit.\n\n[![CI](https://github.com/climate-resource/pydoit-nb/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/climate-resource/pydoit-nb/actions/workflows/ci.yaml)\n[![Coverage](https://codecov.io/gh/climate-resource/pydoit-nb/branch/main/graph/badge.svg)](https://codecov.io/gh/climate-resource/pydoit-nb)\n[![Docs](https://readthedocs.org/projects/pydoit-nb/badge/?version=latest)](https://pydoit-nb.readthedocs.io)\n\n**PyPI :**\n[![PyPI](https://img.shields.io/pypi/v/pydoit-nb.svg)](https://pypi.org/project/pydoit-nb/)\n[![PyPI: Supported Python versions](https://img.shields.io/pypi/pyversions/pydoit-nb.svg)](https://pypi.org/project/pydoit-nb/)\n[![PyPI install](https://github.com/climate-resource/pydoit-nb/actions/workflows/install.yaml/badge.svg?branch=main)](https://github.com/climate-resource/pydoit-nb/actions/workflows/install.yaml)\n\n**Other info :**\n[![Licence](https://img.shields.io/github/license/climate-resource/pydoit-nb.svg)](https://github.com/climate-resource/pydoit-nb/blob/main/LICENCE)\n[![Last Commit](https://img.shields.io/github/last-commit/climate-resource/pydoit-nb.svg)](https://github.com/climate-resource/pydoit-nb/commits/main)\n[![Contributors](https://img.shields.io/github/contributors/climate-resource/pydoit-nb.svg)](https://github.com/climate-resource/pydoit-nb/graphs/contributors)\n\n<!--- sec-end-description -->\n\nFull documentation can be found at:\n[pydoit-nb.readthedocs.io](https://pydoit-nb.readthedocs.io/en/latest/).\nWe recommend reading the docs there because the internal documentation links\ndon't render correctly on GitHub's viewer.\n\n## Installation\n\n<!--- sec-begin-installation -->\n\npydoit-nb can be installed with conda or pip:\n\n```bash\npip install pydoit-nb\nconda install -c conda-forge pydoit-nb\n```\n\nAdditional dependencies can be installed using\n\n```bash\n# To add notebook dependencies\npip install pydoit-nb[notebooks]\n\n# If you are installing with conda, we recommend\n# installing the extras by hand because there is no stable\n# solution yet (issue here: https://github.com/conda/conda/issues/7502)\n```\n\n<!--- sec-end-installation -->\n\n### For developers\n\n<!--- sec-begin-installation-dev -->\n\nFor development, we rely on [poetry](https://python-poetry.org) for all our\ndependency management. To get started, you will need to make sure that poetry\nis installed\n([instructions here](https://python-poetry.org/docs/#installing-with-the-official-installer),\nwe found that pipx and pip worked better to install on a Mac).\n\nFor all of work, we use our `Makefile`.\nYou can read the instructions out and run the commands by hand if you wish,\nbut we generally discourage this because it can be error prone.\nIn order to create your environment, run `make virtual-environment`.\n\nIf there are any issues, the messages from the `Makefile` should guide you\nthrough. If not, please raise an issue in the [issue tracker][issue_tracker].\n\nFor the rest of our developer docs, please see [](development-reference).\n\n<!--- sec-end-installation-dev -->\n\n[issue_tracker]: https://github.com/climate-resource/pydoit-nb/issues\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Library to support combining jupyter notebooks and pydoit.",
    "version": "0.3.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9047f0e512178ae8dfbe5d3f9b519ff46c52234fc6ba13b40c37c13528adc3b8",
                "md5": "f210a50657d2fd194ffc4f8d297194ae",
                "sha256": "edf461615b6a49a53eee2b6aaefc1957a1a79d96929c5e6e172ed73b72820267"
            },
            "downloads": -1,
            "filename": "pydoit_nb-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f210a50657d2fd194ffc4f8d297194ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 29574,
            "upload_time": "2024-04-04T06:13:25",
            "upload_time_iso_8601": "2024-04-04T06:13:25.956117Z",
            "url": "https://files.pythonhosted.org/packages/90/47/f0e512178ae8dfbe5d3f9b519ff46c52234fc6ba13b40c37c13528adc3b8/pydoit_nb-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "478749405809329ffc1544f154177118f2f304d89170892875f004d10717eb52",
                "md5": "a70cb7c082662b9932a9701156236bea",
                "sha256": "1fe7bcecc01d4da1611bd1f1960ecdfc89fb64a6e65a12d1fd616033fc76726e"
            },
            "downloads": -1,
            "filename": "pydoit_nb-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a70cb7c082662b9932a9701156236bea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 24423,
            "upload_time": "2024-04-04T06:13:27",
            "upload_time_iso_8601": "2024-04-04T06:13:27.650928Z",
            "url": "https://files.pythonhosted.org/packages/47/87/49405809329ffc1544f154177118f2f304d89170892875f004d10717eb52/pydoit_nb-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 06:13:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pydoit-nb"
}
        
Elapsed time: 0.39671s