aoc-solution-cli


Nameaoc-solution-cli JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryCLI for handling AoC solutions
upload_time2024-01-04 09:33:17
maintainer
docs_urlNone
authortaitep
requires_python>=3.12,<4.0
licenseLGPL-3.0-only
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aoc solution cli

tool for managing aoc solutions written in python.

## Commands
- `aocgen`: Generates a python file for provided day and year (command line options), containing a function for each puzzle part.
- `aocrun`: Runs a function in a file generated by `aocgen`, the function and file being determined by command line arguments `--day`, `--year` and `--part` (a or b). Requires you to be authenticated with [advent-of-code-data](https://pypi.org/project/advent-of-code-data/). If flag `--submit` is provided, it will automatically submit the output to AoC.

When using both commands, day and year will be cached.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aoc-solution-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.12,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "taitep",
    "author_email": "taitep@taitep.se",
    "download_url": "https://files.pythonhosted.org/packages/4a/48/1d3add5d84d25acb2013fc22760160d290e1ac8934fe9917f307fb6ab410/aoc_solution_cli-1.0.1.tar.gz",
    "platform": null,
    "description": "# aoc solution cli\n\ntool for managing aoc solutions written in python.\n\n## Commands\n- `aocgen`: Generates a python file for provided day and year (command line options), containing a function for each puzzle part.\n- `aocrun`: Runs a function in a file generated by `aocgen`, the function and file being determined by command line arguments `--day`, `--year` and `--part` (a or b). Requires you to be authenticated with [advent-of-code-data](https://pypi.org/project/advent-of-code-data/). If flag `--submit` is provided, it will automatically submit the output to AoC.\n\nWhen using both commands, day and year will be cached.\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-only",
    "summary": "CLI for handling AoC solutions",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "898b1d6b6187ac4d62f3d375bb561798edffa90ce4104288c96fdb7ffc0c0ff5",
                "md5": "ec169e8a5c24bc9f982de90f69c82520",
                "sha256": "ed78969246a19442a2b5cf0500ffaf782dbbd74091cf0fe968626210b2c211b3"
            },
            "downloads": -1,
            "filename": "aoc_solution_cli-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec169e8a5c24bc9f982de90f69c82520",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12,<4.0",
            "size": 8801,
            "upload_time": "2024-01-04T09:33:16",
            "upload_time_iso_8601": "2024-01-04T09:33:16.084811Z",
            "url": "https://files.pythonhosted.org/packages/89/8b/1d6b6187ac4d62f3d375bb561798edffa90ce4104288c96fdb7ffc0c0ff5/aoc_solution_cli-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a481d3add5d84d25acb2013fc22760160d290e1ac8934fe9917f307fb6ab410",
                "md5": "0c4ee6c13e2aff0350302d16106b3df1",
                "sha256": "4d60de1a830cf6bdff905c88cfe888c8b1ff1ad31009f4da75f2fe6c069b5706"
            },
            "downloads": -1,
            "filename": "aoc_solution_cli-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0c4ee6c13e2aff0350302d16106b3df1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12,<4.0",
            "size": 4721,
            "upload_time": "2024-01-04T09:33:17",
            "upload_time_iso_8601": "2024-01-04T09:33:17.738459Z",
            "url": "https://files.pythonhosted.org/packages/4a/48/1d3add5d84d25acb2013fc22760160d290e1ac8934fe9917f307fb6ab410/aoc_solution_cli-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-04 09:33:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aoc-solution-cli"
}
        
Elapsed time: 0.28559s