sanitycheckhaha


Namesanitycheckhaha JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/tagaw/sanitycheckhaha
SummaryTest of a commandline feature python package
upload_time2023-09-16 01:37:05
maintainerTyler Gaw
docs_urlNone
authorTyler Gaw
requires_python
licenseGPL-3
keywords example
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![check](https://github.com/retospect/wibble/actions/workflows/check.yml/badge.svg)](https://github.com/retospect/wibble/actions/workflows/check.yml)
# Wibble - a template for simple python packages


A minimalist template for a python package.

Provides the bl and the blarg commands, 
and does basic continuous integraton testing on github.

Make a copy of the project, and fix the replacements below.

## Things to replace

- ```grep -ri word .``` will find the *word* in all the files
- ```find . | grep word``` will find the *word* in any filenames
- *retospect* - changed to your github user name
- *wibble* - change to the name of your project
- *wobble* - change to the internal package name you want to use 
- *fafa* - change to whatever your commandline command should be if you are providing a script
- update the pyproject.py file to have your name and the right description. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tagaw/sanitycheckhaha",
    "name": "sanitycheckhaha",
    "maintainer": "Tyler Gaw",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "example",
    "author": "Tyler Gaw",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/62/ca/d60c10153d6ffb543412f490a82a661403db05191f105a46f70b00a630c0/sanitycheckhaha-0.0.3.tar.gz",
    "platform": null,
    "description": "[![check](https://github.com/retospect/wibble/actions/workflows/check.yml/badge.svg)](https://github.com/retospect/wibble/actions/workflows/check.yml)\n# Wibble - a template for simple python packages\n\n\nA minimalist template for a python package.\n\nProvides the bl and the blarg commands, \nand does basic continuous integraton testing on github.\n\nMake a copy of the project, and fix the replacements below.\n\n## Things to replace\n\n- ```grep -ri word .``` will find the *word* in all the files\n- ```find . | grep word``` will find the *word* in any filenames\n- *retospect* - changed to your github user name\n- *wibble* - change to the name of your project\n- *wobble* - change to the internal package name you want to use \n- *fafa* - change to whatever your commandline command should be if you are providing a script\n- update the pyproject.py file to have your name and the right description. \n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Test of a commandline feature python package",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/tagaw/sanitycheckhaha",
        "Repository": "https://github.com/tagaw/sanitycheckhaha"
    },
    "split_keywords": [
        "example"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d22bafb6aa8f0beb2d03063839e535a8c54689baa85f16cce4a514aa348074fe",
                "md5": "2ccb62159f1e7cb88c8bb60ac83b81f7",
                "sha256": "14b2ffb5b01e6ceb443dd9e33bf6c16d19d2b34280e2f968b4148cb7ab65d028"
            },
            "downloads": -1,
            "filename": "sanitycheckhaha-0.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ccb62159f1e7cb88c8bb60ac83b81f7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 16648,
            "upload_time": "2023-09-16T01:37:04",
            "upload_time_iso_8601": "2023-09-16T01:37:04.237263Z",
            "url": "https://files.pythonhosted.org/packages/d2/2b/afb6aa8f0beb2d03063839e535a8c54689baa85f16cce4a514aa348074fe/sanitycheckhaha-0.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62cad60c10153d6ffb543412f490a82a661403db05191f105a46f70b00a630c0",
                "md5": "a574f72245bff8c1170b8a92ab115bc9",
                "sha256": "c713805b43e6d0132b0b1d17114e445eb086ddc40cb7dbae2a6757a1998e71d6"
            },
            "downloads": -1,
            "filename": "sanitycheckhaha-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a574f72245bff8c1170b8a92ab115bc9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15993,
            "upload_time": "2023-09-16T01:37:05",
            "upload_time_iso_8601": "2023-09-16T01:37:05.746864Z",
            "url": "https://files.pythonhosted.org/packages/62/ca/d60c10153d6ffb543412f490a82a661403db05191f105a46f70b00a630c0/sanitycheckhaha-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-16 01:37:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tagaw",
    "github_project": "sanitycheckhaha",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sanitycheckhaha"
}
        
Elapsed time: 0.11085s