dsdk


Namedsdk JSON
Version 2.0.0 PyPI version JSON
download
home_page
SummaryAn opinionated library to help deploy data science projects
upload_time2023-02-07 19:08:26
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2021 Penn Signals Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Overview

[![Release](https://github.com/pennsignals/dsdk/actions/workflows/release.yml/badge.svg)](https://github.com/pennsignals/dsdk/actions/workflows/release.yml)

[![Test](https://github.com/pennsignals/dsdk/actions/workflows/test.yml/badge.svg)](https://github.com/pennsignals/dsdk/actions/workflows/test.yml)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

An opinionated library to help deploy data science projects

- Free software: MIT license

## Install

    pip install "."

## Develop, Lint & Test

Setup virtual environment:

    python3.10 -m venv .venv

Or setup homebrew virtual environment:

    brew install python@3.10
    /opt/homebrew/Cellar/python@3.10/.../Frameworks/Python.framework/Versions/Current/bin/python@3.10 -m venv .venv

Once virtual environment is setup:

    . .venv/bin/activate
    pip install -U pip setuptools wheel
    pip install -e ".[dev]"
    pre-commit install

Session:

    . .venv/bin/activate
    pytest
    ...
    pre-commit run --all-files
    ...
    git commit -m 'Message'
    ...
    deactivate

## CI/CD Lint & Test:

    docker compose up test
    docker compose up pre-commit
    docker compose up build-wheel && docker compose up install-wheel
    ...
    docker compose down

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dsdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Jason Lubken <jlubken@users.noreply.github.com>, Michael Becker <mdbecker@users.noreply.github.com>, Corey Chivers <cjbayesian@user.noreply.github.com>, Graydon Neill <grayeye@user.noreply.github.com>, Penn Signals <pennsignals@pennmedicine.upenn.edu>",
    "download_url": "",
    "platform": null,
    "description": "# Overview\n\n[![Release](https://github.com/pennsignals/dsdk/actions/workflows/release.yml/badge.svg)](https://github.com/pennsignals/dsdk/actions/workflows/release.yml)\n\n[![Test](https://github.com/pennsignals/dsdk/actions/workflows/test.yml/badge.svg)](https://github.com/pennsignals/dsdk/actions/workflows/test.yml)\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nAn opinionated library to help deploy data science projects\n\n- Free software: MIT license\n\n## Install\n\n    pip install \".\"\n\n## Develop, Lint & Test\n\nSetup virtual environment:\n\n    python3.10 -m venv .venv\n\nOr setup homebrew virtual environment:\n\n    brew install python@3.10\n    /opt/homebrew/Cellar/python@3.10/.../Frameworks/Python.framework/Versions/Current/bin/python@3.10 -m venv .venv\n\nOnce virtual environment is setup:\n\n    . .venv/bin/activate\n    pip install -U pip setuptools wheel\n    pip install -e \".[dev]\"\n    pre-commit install\n\nSession:\n\n    . .venv/bin/activate\n    pytest\n    ...\n    pre-commit run --all-files\n    ...\n    git commit -m 'Message'\n    ...\n    deactivate\n\n## CI/CD Lint & Test:\n\n    docker compose up test\n    docker compose up pre-commit\n    docker compose up build-wheel && docker compose up install-wheel\n    ...\n    docker compose down\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2021 Penn Signals  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "An opinionated library to help deploy data science projects",
    "version": "2.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f10061b8405a69ac184a4bdf4a5a7111ca013fe3d8190aff5ba7a8d4b852837d",
                "md5": "613575961982eda431a9fdf2e7db5b22",
                "sha256": "800b7d9ec1d45ed6fac5dab2dd716a07a70e452fce8448f8245ce06c0e8cd6ad"
            },
            "downloads": -1,
            "filename": "dsdk-2.0.0-py39.py310-none-any.whl",
            "has_sig": false,
            "md5_digest": "613575961982eda431a9fdf2e7db5b22",
            "packagetype": "bdist_wheel",
            "python_version": "py39.py310",
            "requires_python": ">=3.9",
            "size": 22651,
            "upload_time": "2023-02-07T19:08:26",
            "upload_time_iso_8601": "2023-02-07T19:08:26.600748Z",
            "url": "https://files.pythonhosted.org/packages/f1/00/61b8405a69ac184a4bdf4a5a7111ca013fe3d8190aff5ba7a8d4b852837d/dsdk-2.0.0-py39.py310-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-07 19:08:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "dsdk"
}
        
Elapsed time: 0.04011s