joker-superuser


Namejoker-superuser JSON
Version 0.2.7 PyPI version JSON
download
home_pagehttps://github.com/frozflame/joker-superuser
Summarytools for power users
upload_time2024-12-10 06:46:00
maintainerNone
docs_urlNone
authorfrozflame
requires_python>=3.6
licenseGNU General Public License (GPL)
keywords superuser poweruser sysadmin
VCS
bugtrack_url
requirements joker-cast joker-filesys joker-stream joker-textmanip joker json5 pyperclip pyyaml requests setuptools volkanic
Travis-CI No Travis.
coveralls test coverage No coveralls.
            joker-superuser
===============

Commandline utilities
---------------------

Generate UUID:

    $ sus uuid
    8EDFF28CB26A4C13BF8D4AD8BDC5434A

    $ sus uuid -s
    FC8A0CC5-63BE-459A-8E86-AD8A1A87A767

    $ sus uuid -sl
    836a9b1f-a5ac-418d-9cce-1b06f3ac24e6

Compute Base32 encoded SHA1 checksums:

    sus sha1b32 example.txt
    find . -type f -exec sus sha1b32 {} \;

Compute Base64 encoded SHA384 checksums:

    sus sha384b64 example.txt
    find . -type f -exec sus sha384b64 {} \;

Miscellaneous
-------------

Get resources with SVN:

    svn export https://github.com/frozflame/joker-superuser/trunk/resources sus-resources

Get resources with curl and tar:

    mkdir sus-resources
    curl -L "https://github.com/frozflame/joker-superuser/archive/master.tar.gz" | tar xz -C sus-resources --strip-components 2 joker-superuser-master/resources/ 

Recent changes
--------------

version 0.2.5

- add sub-commands `l` (locators) and `chksumdir`
- require Python version 3.6+

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/frozflame/joker-superuser",
    "name": "joker-superuser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "superuser poweruser sysadmin",
    "author": "frozflame",
    "author_email": "frozflame@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/31/9b/65638fc140a1996bfad20db013ac9c938cf304b1c8c547ec395dcb34900b/joker-superuser-0.2.7.tar.gz",
    "platform": null,
    "description": "joker-superuser\n===============\n\nCommandline utilities\n---------------------\n\nGenerate UUID:\n\n    $ sus uuid\n    8EDFF28CB26A4C13BF8D4AD8BDC5434A\n\n    $ sus uuid -s\n    FC8A0CC5-63BE-459A-8E86-AD8A1A87A767\n\n    $ sus uuid -sl\n    836a9b1f-a5ac-418d-9cce-1b06f3ac24e6\n\nCompute Base32 encoded SHA1 checksums:\n\n    sus sha1b32 example.txt\n    find . -type f -exec sus sha1b32 {} \\;\n\nCompute Base64 encoded SHA384 checksums:\n\n    sus sha384b64 example.txt\n    find . -type f -exec sus sha384b64 {} \\;\n\nMiscellaneous\n-------------\n\nGet resources with SVN:\n\n    svn export https://github.com/frozflame/joker-superuser/trunk/resources sus-resources\n\nGet resources with curl and tar:\n\n    mkdir sus-resources\n    curl -L \"https://github.com/frozflame/joker-superuser/archive/master.tar.gz\" | tar xz -C sus-resources --strip-components 2 joker-superuser-master/resources/ \n\nRecent changes\n--------------\n\nversion 0.2.5\n\n- add sub-commands `l` (locators) and `chksumdir`\n- require Python version 3.6+\n",
    "bugtrack_url": null,
    "license": "GNU General Public License (GPL)",
    "summary": "tools for power users",
    "version": "0.2.7",
    "project_urls": {
        "Homepage": "https://github.com/frozflame/joker-superuser"
    },
    "split_keywords": [
        "superuser",
        "poweruser",
        "sysadmin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "319b65638fc140a1996bfad20db013ac9c938cf304b1c8c547ec395dcb34900b",
                "md5": "00adcd45e1ecd8b758c2f370136f546b",
                "sha256": "6ad993cdfeb826b090f1f73b54f8669b32071e9132ed8ca01d0d13557f428ec5"
            },
            "downloads": -1,
            "filename": "joker-superuser-0.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "00adcd45e1ecd8b758c2f370136f546b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 18054,
            "upload_time": "2024-12-10T06:46:00",
            "upload_time_iso_8601": "2024-12-10T06:46:00.460950Z",
            "url": "https://files.pythonhosted.org/packages/31/9b/65638fc140a1996bfad20db013ac9c938cf304b1c8c547ec395dcb34900b/joker-superuser-0.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 06:46:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "frozflame",
    "github_project": "joker-superuser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "joker-cast",
            "specs": [
                [
                    ">=",
                    "0.4"
                ]
            ]
        },
        {
            "name": "joker-filesys",
            "specs": [
                [
                    "~=",
                    "0.2.1"
                ]
            ]
        },
        {
            "name": "joker-stream",
            "specs": [
                [
                    ">=",
                    "0.4"
                ]
            ]
        },
        {
            "name": "joker-textmanip",
            "specs": []
        },
        {
            "name": "joker",
            "specs": [
                [
                    "~=",
                    "0.3.1"
                ]
            ]
        },
        {
            "name": "json5",
            "specs": [
                [
                    "~=",
                    "0.9.6"
                ]
            ]
        },
        {
            "name": "pyperclip",
            "specs": [
                [
                    "~=",
                    "1.8.0"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.24.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "57.0.0"
                ]
            ]
        },
        {
            "name": "volkanic",
            "specs": [
                [
                    ">=",
                    "0.4.0"
                ]
            ]
        }
    ],
    "lcname": "joker-superuser"
}
        
Elapsed time: 0.39675s