hak


Namehak JSON
Version 0.0.205 PyPI version JSON
download
home_pagehttps://github.com/JohnForbes/hak
SummaryFunction Test Pair Toolbox
upload_time2023-10-28 05:23:36
maintainer
docs_urlNone
author@JohnRForbes
requires_python>=3.8
licenseMIT
keywords hak
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hak
This project is a collection of function test pairs for common tasks.
Mostly for my own use but others are welcome to leverage it.

## Required configuration
`git config --global user.email "you@example.com"`
`git config --global user.name "Your Name`
`pip install xgu`

## Required packages
* `sudo apt install twine`

## Test Cycle
`nodemon --exec python3 test.py`

## TODO
- Report empty double lines at end of test cycle
- Report unsorted imports
- Report empty line should follow last import
- Report foreign imports should preceed local imports
- Report unused imports
- Fix test for pxyz
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JohnForbes/hak",
    "name": "hak",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "hak",
    "author": "@JohnRForbes",
    "author_email": "john.robert.forbes@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/f2/2a81d50fd3244a5c995d580c5bb7a76b72f35d74903ca480b0a0937d03d6/hak-0.0.205.tar.gz",
    "platform": null,
    "description": "# hak\nThis project is a collection of function test pairs for common tasks.\nMostly for my own use but others are welcome to leverage it.\n\n## Required configuration\n`git config --global user.email \"you@example.com\"`\n`git config --global user.name \"Your Name`\n`pip install xgu`\n\n## Required packages\n* `sudo apt install twine`\n\n## Test Cycle\n`nodemon --exec python3 test.py`\n\n## TODO\n- Report empty double lines at end of test cycle\n- Report unsorted imports\n- Report empty line should follow last import\n- Report foreign imports should preceed local imports\n- Report unused imports\n- Fix test for pxyz",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Function Test Pair Toolbox",
    "version": "0.0.205",
    "project_urls": {
        "Homepage": "https://github.com/JohnForbes/hak"
    },
    "split_keywords": [
        "hak"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1f22a81d50fd3244a5c995d580c5bb7a76b72f35d74903ca480b0a0937d03d6",
                "md5": "46f2729a62110368a578bc7745ddf85f",
                "sha256": "c4263e5fdf53abb2b160e2d120d90e82fac27f8ddbd07cc9bd64a7a186bd13cd"
            },
            "downloads": -1,
            "filename": "hak-0.0.205.tar.gz",
            "has_sig": false,
            "md5_digest": "46f2729a62110368a578bc7745ddf85f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 148987,
            "upload_time": "2023-10-28T05:23:36",
            "upload_time_iso_8601": "2023-10-28T05:23:36.730622Z",
            "url": "https://files.pythonhosted.org/packages/e1/f2/2a81d50fd3244a5c995d580c5bb7a76b72f35d74903ca480b0a0937d03d6/hak-0.0.205.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-28 05:23:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JohnForbes",
    "github_project": "hak",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hak"
}
        
Elapsed time: 0.14185s