joker-clients


Namejoker-clients JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/frozflame/joker-clients
Summarysimple clients for simple and dedicated services
upload_time2024-03-22 08:24:28
maintainerNone
docs_urlNone
authorfrozflame
requires_pythonNone
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 clients for simple and dedicated services

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": null,
    "maintainer_email": null,
    "keywords": "joker",
    "author": "frozflame",
    "author_email": "frozflame@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/12/b2095c576a234adddd43a509d6de5e00d8842fda5eb037a653770776055c/joker-clients-0.2.3.tar.gz",
    "platform": null,
    "description": "joker-clients\n=============\n\nsimple clients for simple and dedicated services\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 clients for simple and dedicated services",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/frozflame/joker-clients"
    },
    "split_keywords": [
        "joker"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a212b2095c576a234adddd43a509d6de5e00d8842fda5eb037a653770776055c",
                "md5": "9c46b5fa6562c3731681553d008f87d8",
                "sha256": "71088412837d7230e5cd2e624dd48a3ea7fdc5e83b21427383742fb8cb0f45af"
            },
            "downloads": -1,
            "filename": "joker-clients-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9c46b5fa6562c3731681553d008f87d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 20113,
            "upload_time": "2024-03-22T08:24:28",
            "upload_time_iso_8601": "2024-03-22T08:24:28.428187Z",
            "url": "https://files.pythonhosted.org/packages/a2/12/b2095c576a234adddd43a509d6de5e00d8842fda5eb037a653770776055c/joker-clients-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 08:24:28",
    "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.40444s