joker-superuser


Namejoker-superuser JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://github.com/frozflame/joker-superuser
Summarytools for power users
upload_time2023-07-31 08:29:50
maintainer
docs_urlNone
authorfrozflame
requires_python>=3.6
licenseGNU General Public License (GPL)
keywords sysadmin
VCS
bugtrack_url
requirements No requirements were recorded.
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": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "sysadmin",
    "author": "frozflame",
    "author_email": "frozflame@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/27/28/b92aa97029f99653e950a455575aadf841581d05810591fa5e7f502f5782/joker-superuser-0.2.6.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.6",
    "project_urls": {
        "Homepage": "https://github.com/frozflame/joker-superuser"
    },
    "split_keywords": [
        "sysadmin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2728b92aa97029f99653e950a455575aadf841581d05810591fa5e7f502f5782",
                "md5": "00302ff6875d9113a57c33c5a2781c77",
                "sha256": "0612de36aee7e8d46ad9bdcb2b88db400cd6c2af8e7ec6b07d1aa2659cc6b0cf"
            },
            "downloads": -1,
            "filename": "joker-superuser-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "00302ff6875d9113a57c33c5a2781c77",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17581,
            "upload_time": "2023-07-31T08:29:50",
            "upload_time_iso_8601": "2023-07-31T08:29:50.931505Z",
            "url": "https://files.pythonhosted.org/packages/27/28/b92aa97029f99653e950a455575aadf841581d05810591fa5e7f502f5782/joker-superuser-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-31 08:29:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "frozflame",
    "github_project": "joker-superuser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "joker-superuser"
}
        
Elapsed time: 0.09351s