ssi-pingme


Namessi-pingme JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://github.com/$GIT_USER_NAME/pingme
SummaryTODO
upload_time2025-02-20 12:24:21
maintainerNone
docs_urlNone
author$GIT_USER_NAME
requires_python>=3.7
licenseMIT License
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ssi_pingme


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

# Dev mode

``` sh
#Create the dev environment in ./.venv then activate it so you're working in it
conda env create -p ./.venv --file conda.dev.env.yaml
conda activate ./.venv
#Need to add kernel to jupyterhub for processing on server, ipykernel is part of conda.dev.env.yaml
python -m ipykernel install --user --name=Pingme
#After this change your kernel to Pingme via JupyterHub (top right of a notebook)

#Now we need to create the repo locally
nbdev_export

#with it created we can install the dev env
pip install -e '.[dev]'
#optional test to ensure it worked
core_hello_world test #to test everything works

#now we can do nbdev_prepare
nbdev_prepare
```

If releasing to conda be sure to add the channel povilasmat to your
conda for envyaml

## Install

``` sh
pip install ssi_pingme
```

## How to use

Fill me in please! Don’t forget code examples:

``` python
1 + 1
```

    2

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/$GIT_USER_NAME/pingme",
    "name": "ssi-pingme",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "nbdev jupyter notebook python",
    "author": "$GIT_USER_NAME",
    "author_email": "kimleeng@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/9e/2fd69576f4e3861f58cc132523ead16e78262965ceadb95e0bfaf174eea9/ssi_pingme-0.0.11.tar.gz",
    "platform": null,
    "description": "# ssi_pingme\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n# Dev mode\n\n``` sh\n#Create the dev environment in ./.venv then activate it so you're working in it\nconda env create -p ./.venv --file conda.dev.env.yaml\nconda activate ./.venv\n#Need to add kernel to jupyterhub for processing on server, ipykernel is part of conda.dev.env.yaml\npython -m ipykernel install --user --name=Pingme\n#After this change your kernel to Pingme via JupyterHub (top right of a notebook)\n\n#Now we need to create the repo locally\nnbdev_export\n\n#with it created we can install the dev env\npip install -e '.[dev]'\n#optional test to ensure it worked\ncore_hello_world test #to test everything works\n\n#now we can do nbdev_prepare\nnbdev_prepare\n```\n\nIf releasing to conda be sure to add the channel povilasmat to your\nconda for envyaml\n\n## Install\n\n``` sh\npip install ssi_pingme\n```\n\n## How to use\n\nFill me in please! Don\u2019t forget code examples:\n\n``` python\n1 + 1\n```\n\n    2\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "TODO",
    "version": "0.0.11",
    "project_urls": {
        "Homepage": "https://github.com/$GIT_USER_NAME/pingme"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4b0dc240e9aa1811fb9f74d8655c421f6b6a87312ad6dbe75ecb7c1066b5cd8",
                "md5": "5558d53bbcf5ce5fbc09c973814fd321",
                "sha256": "5bfd90207549725df0dbf64b251af4257003c91d3c7ba3790fcaa42c0ed684e3"
            },
            "downloads": -1,
            "filename": "ssi_pingme-0.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5558d53bbcf5ce5fbc09c973814fd321",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 16584,
            "upload_time": "2025-02-20T12:24:19",
            "upload_time_iso_8601": "2025-02-20T12:24:19.906862Z",
            "url": "https://files.pythonhosted.org/packages/a4/b0/dc240e9aa1811fb9f74d8655c421f6b6a87312ad6dbe75ecb7c1066b5cd8/ssi_pingme-0.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b29e2fd69576f4e3861f58cc132523ead16e78262965ceadb95e0bfaf174eea9",
                "md5": "77c3ead9d41260b8ac2d59a156244ed8",
                "sha256": "18092bbfeed34f728e2d8a061bc180cca7a57e894d666ef3867ed6b81055fec6"
            },
            "downloads": -1,
            "filename": "ssi_pingme-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "77c3ead9d41260b8ac2d59a156244ed8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14905,
            "upload_time": "2025-02-20T12:24:21",
            "upload_time_iso_8601": "2025-02-20T12:24:21.749348Z",
            "url": "https://files.pythonhosted.org/packages/b2/9e/2fd69576f4e3861f58cc132523ead16e78262965ceadb95e0bfaf174eea9/ssi_pingme-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-20 12:24:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "$GIT_USER_NAME",
    "github_project": "pingme",
    "github_not_found": true,
    "lcname": "ssi-pingme"
}
        
Elapsed time: 0.41990s