sample-ds-project


Namesample-ds-project JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/DeepakPant93/sample-ds-project
SummaryA Sample Project for Data Science experiments
upload_time2024-12-06 17:43:24
maintainerNone
docs_urlNone
authorDeepak Pant
requires_python<4.0,>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sample-ds-project

[![Release](https://img.shields.io/github/v/release/DeepakPant93/sample-ds-project)](https://img.shields.io/github/v/release/DeepakPant93/sample-ds-project)
[![Build status](https://img.shields.io/github/actions/workflow/status/DeepakPant93/sample-ds-project/main.yml?branch=main)](https://github.com/DeepakPant93/sample-ds-project/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/DeepakPant93/sample-ds-project/branch/main/graph/badge.svg)](https://codecov.io/gh/DeepakPant93/sample-ds-project)
[![Commit activity](https://img.shields.io/github/commit-activity/m/DeepakPant93/sample-ds-project)](https://img.shields.io/github/commit-activity/m/DeepakPant93/sample-ds-project)
[![License](https://img.shields.io/github/license/DeepakPant93/sample-ds-project)](https://img.shields.io/github/license/DeepakPant93/sample-ds-project)

A Sample Project for Data Science experiments

-   **Github repository**: <https://github.com/DeepakPant93/sample-ds-project/>
-   **Documentation** <https://DeepakPant93.github.io/sample-ds-project/>

## Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

```bash
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:DeepakPant93/sample-ds-project.git
git push -u origin main
```

Finally, install the environment and the pre-commit hooks with

```bash
make install
```

You are now ready to start development on your project!
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPI or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).

## Releasing a new version

-   Create an API Token on [PyPI](https://pypi.org/).
-   Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/DeepakPant93/sample-ds-project/settings/secrets/actions/new).
-   Create a [new release](https://github.com/DeepakPant93/sample-ds-project/releases/new) on Github.
-   Create a new tag in the form `*.*.*`.
-   For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).

---

Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DeepakPant93/sample-ds-project",
    "name": "sample-ds-project",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Deepak Pant",
    "author_email": "deepak.93p@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d4/d6/dd0ec6351b0c23dd6f7d895eb40294c745ef343328ac613afb32e3ed8c32/sample_ds_project-0.0.2.tar.gz",
    "platform": null,
    "description": "# sample-ds-project\n\n[![Release](https://img.shields.io/github/v/release/DeepakPant93/sample-ds-project)](https://img.shields.io/github/v/release/DeepakPant93/sample-ds-project)\n[![Build status](https://img.shields.io/github/actions/workflow/status/DeepakPant93/sample-ds-project/main.yml?branch=main)](https://github.com/DeepakPant93/sample-ds-project/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/DeepakPant93/sample-ds-project/branch/main/graph/badge.svg)](https://codecov.io/gh/DeepakPant93/sample-ds-project)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/DeepakPant93/sample-ds-project)](https://img.shields.io/github/commit-activity/m/DeepakPant93/sample-ds-project)\n[![License](https://img.shields.io/github/license/DeepakPant93/sample-ds-project)](https://img.shields.io/github/license/DeepakPant93/sample-ds-project)\n\nA Sample Project for Data Science experiments\n\n-   **Github repository**: <https://github.com/DeepakPant93/sample-ds-project/>\n-   **Documentation** <https://DeepakPant93.github.io/sample-ds-project/>\n\n## Getting started with your project\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n```bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:DeepakPant93/sample-ds-project.git\ngit push -u origin main\n```\n\nFinally, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nYou are now ready to start development on your project!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPI or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).\n\n## Releasing a new version\n\n-   Create an API Token on [PyPI](https://pypi.org/).\n-   Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/DeepakPant93/sample-ds-project/settings/secrets/actions/new).\n-   Create a [new release](https://github.com/DeepakPant93/sample-ds-project/releases/new) on Github.\n-   Create a new tag in the form `*.*.*`.\n-   For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Sample Project for Data Science experiments",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://DeepakPant93.github.io/sample-ds-project/",
        "Homepage": "https://github.com/DeepakPant93/sample-ds-project",
        "Repository": "https://github.com/DeepakPant93/sample-ds-project"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72c391f2ec755bc314be282179830266177c16d1b93b71a34f5e9db4dd539e4e",
                "md5": "d1ead8738ca07f236f755c7b0ee3b398",
                "sha256": "a5d3ee5ba53f320892c53858bebd557cb18fea432e61bf84ce0dcf77eed09052"
            },
            "downloads": -1,
            "filename": "sample_ds_project-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1ead8738ca07f236f755c7b0ee3b398",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 16899,
            "upload_time": "2024-12-06T17:43:23",
            "upload_time_iso_8601": "2024-12-06T17:43:23.481859Z",
            "url": "https://files.pythonhosted.org/packages/72/c3/91f2ec755bc314be282179830266177c16d1b93b71a34f5e9db4dd539e4e/sample_ds_project-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4d6dd0ec6351b0c23dd6f7d895eb40294c745ef343328ac613afb32e3ed8c32",
                "md5": "cb8dd606caf63a7bb53cd11f0e756521",
                "sha256": "5e7e86d37c9f9a302e6d7e7e16e3053b230deb07a20db80c5ddff6b6bd127ce8"
            },
            "downloads": -1,
            "filename": "sample_ds_project-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cb8dd606caf63a7bb53cd11f0e756521",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 12837,
            "upload_time": "2024-12-06T17:43:24",
            "upload_time_iso_8601": "2024-12-06T17:43:24.937089Z",
            "url": "https://files.pythonhosted.org/packages/d4/d6/dd0ec6351b0c23dd6f7d895eb40294c745ef343328ac613afb32e3ed8c32/sample_ds_project-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 17:43:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DeepakPant93",
    "github_project": "sample-ds-project",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sample-ds-project"
}
        
Elapsed time: 1.59265s