joker-clients


Namejoker-clients JSON
Version 0.4.3 PyPI version JSON
download
home_pagehttps://github.com/frozflame/joker-clients
Summarysimple and reusable client-side toolkits
upload_time2024-11-08 09:58:43
maintainerNone
docs_urlNone
authorfrozflame
requires_python>=3.7
licenseGNU General Public License (GPL)
keywords joker
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            joker-clients
=============

simple and reusable client-side toolkits

Develop
-------

Get code

    git clone ssh://git@github.com/frozflame/joker-clients.git
    cd joker-clients

Install requirements

    virtualenv venv
    source venv/bin/activate
    pip install -r requirements.txt
    pip install -e .

Run tests

    pip install -U pytest joker
    pytest -vs tests/

Code quality check

    pip install flake8
    flake8 joker/

Symlink `pre-commit` script

    (cd .git/hooks; ln -sf ../../tests/dev/pre-commit)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/frozflame/joker-clients",
    "name": "joker-clients",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "joker",
    "author": "frozflame",
    "author_email": "frozflame@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/29/73/ade67c276b13e3f9f21150623f3c1c4a44200e92017e9119c44b475fc32e/joker-clients-0.4.3.tar.gz",
    "platform": null,
    "description": "joker-clients\n=============\n\nsimple and reusable client-side toolkits\n\nDevelop\n-------\n\nGet code\n\n    git clone ssh://git@github.com/frozflame/joker-clients.git\n    cd joker-clients\n\nInstall requirements\n\n    virtualenv venv\n    source venv/bin/activate\n    pip install -r requirements.txt\n    pip install -e .\n\nRun tests\n\n    pip install -U pytest joker\n    pytest -vs tests/\n\nCode quality check\n\n    pip install flake8\n    flake8 joker/\n\nSymlink `pre-commit` script\n\n    (cd .git/hooks; ln -sf ../../tests/dev/pre-commit)\n\n",
    "bugtrack_url": null,
    "license": "GNU General Public License (GPL)",
    "summary": "simple and reusable client-side toolkits",
    "version": "0.4.3",
    "project_urls": {
        "Homepage": "https://github.com/frozflame/joker-clients"
    },
    "split_keywords": [
        "joker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2973ade67c276b13e3f9f21150623f3c1c4a44200e92017e9119c44b475fc32e",
                "md5": "1724d6ef2b1dc8799af041b1f8f3df02",
                "sha256": "ecf0018438a383ab6111e26b22128bc68ed8490388b715a4bea152f3cd5e863d"
            },
            "downloads": -1,
            "filename": "joker-clients-0.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1724d6ef2b1dc8799af041b1f8f3df02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21536,
            "upload_time": "2024-11-08T09:58:43",
            "upload_time_iso_8601": "2024-11-08T09:58:43.583347Z",
            "url": "https://files.pythonhosted.org/packages/29/73/ade67c276b13e3f9f21150623f3c1c4a44200e92017e9119c44b475fc32e/joker-clients-0.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 09:58:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "frozflame",
    "github_project": "joker-clients",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "joker-clients"
}
        
Elapsed time: 0.32984s