how_now


Namehow_now JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/habemus-papadum/how-now
SummaryExplain exceptions using AI.
upload_time2023-10-11 18:15:02
maintainer
docs_urlNone
authorNehal Patel
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # how-now

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

Explain exceptions using AI.

- **Github repository**: <https://github.com/habemus-papadum/how-now/>
- **Documentation** <https://habemus-papadum.github.io/how-now/>

## 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:habemus-papadum/how-now.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/habemus-papadum/how-now/settings/secrets/actions/new).
- Create a [new release](https://github.com/habemus-papadum/how-now/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/habemus-papadum/how-now",
    "name": "how_now",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nehal Patel",
    "author_email": "fnehal@alum.mit.edu",
    "download_url": "https://files.pythonhosted.org/packages/91/b4/f4223e7111f57befb2a8b62c57f64d3244c5880c1d27583c6e0b5569cc83/how_now-0.0.3.tar.gz",
    "platform": null,
    "description": "# how-now\n\n[![Release](https://img.shields.io/github/v/release/habemus-papadum/how-now)](https://img.shields.io/github/v/release/habemus-papadum/how-now)\n[![Build status](https://img.shields.io/github/actions/workflow/status/habemus-papadum/how-now/main.yml?branch=main)](https://github.com/habemus-papadum/how-now/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/habemus-papadum/how-now/branch/main/graph/badge.svg)](https://codecov.io/gh/habemus-papadum/how-now)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/habemus-papadum/how-now)](https://img.shields.io/github/commit-activity/m/habemus-papadum/how-now)\n[![License](https://img.shields.io/github/license/habemus-papadum/how-now)](https://img.shields.io/github/license/habemus-papadum/how-now)\n\nExplain exceptions using AI.\n\n- **Github repository**: <https://github.com/habemus-papadum/how-now/>\n- **Documentation** <https://habemus-papadum.github.io/how-now/>\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:habemus-papadum/how-now.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! The CI/CD\npipeline will be triggered when you open a pull request, merge to main,\nor when you create a new release.\n\nTo finalize the set-up for publishing to PyPi or Artifactory, see\n[here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see\n[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 \n[this page](https://github.com/habemus-papadum/how-now/settings/secrets/actions/new).\n- Create a [new release](https://github.com/habemus-papadum/how-now/releases/new) on Github. \nCreate a new tag in the form ``*.*.*``.\n\nFor 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).",
    "bugtrack_url": null,
    "license": "",
    "summary": "Explain exceptions using AI.",
    "version": "0.0.3",
    "project_urls": {
        "Documentation": "https://habemus-papadum.github.io/how-now/",
        "Homepage": "https://github.com/habemus-papadum/how-now",
        "Repository": "https://github.com/habemus-papadum/how-now"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e857c68552f80d7aee1ebb02fd26f47f93309855d72b325a9a6212fa60c74a8f",
                "md5": "00094e3276bf05ea5ea886e13c78e5ee",
                "sha256": "493f0127ace650d0aa1110f98887477cf27417a9a3d2d5307b352d3b410ca0d0"
            },
            "downloads": -1,
            "filename": "how_now-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "00094e3276bf05ea5ea886e13c78e5ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 3138,
            "upload_time": "2023-10-11T18:15:01",
            "upload_time_iso_8601": "2023-10-11T18:15:01.314934Z",
            "url": "https://files.pythonhosted.org/packages/e8/57/c68552f80d7aee1ebb02fd26f47f93309855d72b325a9a6212fa60c74a8f/how_now-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91b4f4223e7111f57befb2a8b62c57f64d3244c5880c1d27583c6e0b5569cc83",
                "md5": "41db2b1039bdac2f95f6e7139ce272cc",
                "sha256": "4c146dcc360773bcac5b49d9ddf216731ba9aa39fee218ec508ace694757c208"
            },
            "downloads": -1,
            "filename": "how_now-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "41db2b1039bdac2f95f6e7139ce272cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3116,
            "upload_time": "2023-10-11T18:15:02",
            "upload_time_iso_8601": "2023-10-11T18:15:02.847905Z",
            "url": "https://files.pythonhosted.org/packages/91/b4/f4223e7111f57befb2a8b62c57f64d3244c5880c1d27583c6e0b5569cc83/how_now-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 18:15:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "habemus-papadum",
    "github_project": "how-now",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "how_now"
}
        
Elapsed time: 0.19357s