chicky


Namechicky JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/sveetch/chicky
SummaryA simple tool to create checksum for files from a directory
upload_time2025-02-21 02:05:04
maintainerNone
docs_urlNone
authorDavid Thenon
requires_python>=3.8
licenseMIT
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. _Python: https://www.python.org/

======
Chicky
======

Chicky is a tool to compute Blake2b checksums for files from a directory. It
will go recursively through the directory and collect every files that are elligibles.
Elligibility is determined from optional filters.

We tried to make it lightweight and efficient since it could be involved in continuous
integration pipelines.

Usage is simple: ::

    chicky mydirectory

That would output something like: ::

    {
        "created": "2025-01-15T10:00:00",
        "basedir": "mydirectory",
        "extensions": None,
        "files": {
            "empty.txt": "3345524abf6bbe1809449224b5972c41790b6cf2",
            "css/bootstrap.css": "b5b31416eb16e75e8d35469467229af5954d7ebf",
        }
    }

See documentation for more options and details.

Dependencies
************

The only dependency is `Python`_>=3.8 (currently tested on 3.8, 3.9, 3.10 and 3.11).

Links
*****

* Read the documentation on `Read the docs <https://chicky.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/chicky>`_;
* Clone it on its `Github repository <https://github.com/sveetch/chicky>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sveetch/chicky",
    "name": "chicky",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python",
    "author": "David Thenon",
    "author_email": "sveetch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/49/25/4979ce57183205014ed06b75646d6ed2711735e99165c02441d2df50bdcc/chicky-0.2.0.tar.gz",
    "platform": null,
    "description": ".. _Python: https://www.python.org/\n\n======\nChicky\n======\n\nChicky is a tool to compute Blake2b checksums for files from a directory. It\nwill go recursively through the directory and collect every files that are elligibles.\nElligibility is determined from optional filters.\n\nWe tried to make it lightweight and efficient since it could be involved in continuous\nintegration pipelines.\n\nUsage is simple: ::\n\n    chicky mydirectory\n\nThat would output something like: ::\n\n    {\n        \"created\": \"2025-01-15T10:00:00\",\n        \"basedir\": \"mydirectory\",\n        \"extensions\": None,\n        \"files\": {\n            \"empty.txt\": \"3345524abf6bbe1809449224b5972c41790b6cf2\",\n            \"css/bootstrap.css\": \"b5b31416eb16e75e8d35469467229af5954d7ebf\",\n        }\n    }\n\nSee documentation for more options and details.\n\nDependencies\n************\n\nThe only dependency is `Python`_>=3.8 (currently tested on 3.8, 3.9, 3.10 and 3.11).\n\nLinks\n*****\n\n* Read the documentation on `Read the docs <https://chicky.readthedocs.io/>`_;\n* Download its `PyPi package <https://pypi.python.org/pypi/chicky>`_;\n* Clone it on its `Github repository <https://github.com/sveetch/chicky>`_;\n\n\nCredits\n*******\n\nLogo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple tool to create checksum for files from a directory",
    "version": "0.2.0",
    "project_urls": {
        "Changelog": "https://chicky.readthedocs.io/en/latest/history.html",
        "Documentation": "https://chicky.readthedocs.io/",
        "Homepage": "https://github.com/sveetch/chicky",
        "Issue Tracker": "https://github.com/sveetch/chicky/issues",
        "Source Code": "https://github.com/sveetch/chicky"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "49254979ce57183205014ed06b75646d6ed2711735e99165c02441d2df50bdcc",
                "md5": "00959c381f07287cb1f8138ee80221eb",
                "sha256": "73d7085b5fd9589f4e0850ee196bb86edfb3c8957901fcbc99dcb49851f0ef8a"
            },
            "downloads": -1,
            "filename": "chicky-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "00959c381f07287cb1f8138ee80221eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6018,
            "upload_time": "2025-02-21T02:05:04",
            "upload_time_iso_8601": "2025-02-21T02:05:04.220197Z",
            "url": "https://files.pythonhosted.org/packages/49/25/4979ce57183205014ed06b75646d6ed2711735e99165c02441d2df50bdcc/chicky-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-21 02:05:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sveetch",
    "github_project": "chicky",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chicky"
}
        
Elapsed time: 0.46896s