dikicli


Namedikicli JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/silenc3r/dikicli
SummaryCommandline interface for diki.pl polish-english dictionary
upload_time2023-07-19 12:47:43
maintainer
docs_urlNone
authorDawid Zych
requires_python>=3.6,<4.0
licenseMIT
keywords diki dictionary
VCS
bugtrack_url
requirements beautifulsoup4 requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dikicli

Commandline interface to diki.pl polish-english dictionary.

Dikicli allows you to use diki.pl from comfort of your terminal.
All results are cached for faster retrieval in the future.

## Usage:

Translate english to polish:

    diki word

Translate polish to engish:

    diki -p word

Display html file of all words translated so far:

    diki -i

Show usage statistics:

    diki --stats

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/silenc3r/dikicli",
    "name": "dikicli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "diki,dictionary",
    "author": "Dawid Zych",
    "author_email": "dwd@mailo.com",
    "download_url": "https://files.pythonhosted.org/packages/3d/e5/8926c20d9b4aa6235f74fb550a3a57c2b243eae2c4685c210516241a6e23/dikicli-0.5.0.tar.gz",
    "platform": null,
    "description": "# dikicli\n\nCommandline interface to diki.pl polish-english dictionary.\n\nDikicli allows you to use diki.pl from comfort of your terminal.\nAll results are cached for faster retrieval in the future.\n\n## Usage:\n\nTranslate english to polish:\n\n    diki word\n\nTranslate polish to engish:\n\n    diki -p word\n\nDisplay html file of all words translated so far:\n\n    diki -i\n\nShow usage statistics:\n\n    diki --stats\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Commandline interface for diki.pl polish-english dictionary",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/silenc3r/dikicli",
        "Repository": "https://github.com/silenc3r/dikicli"
    },
    "split_keywords": [
        "diki",
        "dictionary"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7565d33ecea3c14a70589500d2f1253a421ff166227e57c58175890af5f27c8",
                "md5": "19c187119b4b835eba0c9572f9b3c2be",
                "sha256": "725015fcdb1709d36edf7e8c15724821f8bc371cb3ed697625805e41e4246ee8"
            },
            "downloads": -1,
            "filename": "dikicli-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19c187119b4b835eba0c9572f9b3c2be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 10091,
            "upload_time": "2023-07-19T12:47:42",
            "upload_time_iso_8601": "2023-07-19T12:47:42.089573Z",
            "url": "https://files.pythonhosted.org/packages/a7/56/5d33ecea3c14a70589500d2f1253a421ff166227e57c58175890af5f27c8/dikicli-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3de58926c20d9b4aa6235f74fb550a3a57c2b243eae2c4685c210516241a6e23",
                "md5": "3e18afb3ce5e9fb0e6c6442b415a1141",
                "sha256": "5b9979b86f689bee76fdab13d2167f8d1e07dbd040f102f644733ea0ef4a5680"
            },
            "downloads": -1,
            "filename": "dikicli-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3e18afb3ce5e9fb0e6c6442b415a1141",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 9213,
            "upload_time": "2023-07-19T12:47:43",
            "upload_time_iso_8601": "2023-07-19T12:47:43.317492Z",
            "url": "https://files.pythonhosted.org/packages/3d/e5/8926c20d9b4aa6235f74fb550a3a57c2b243eae2c4685c210516241a6e23/dikicli-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-19 12:47:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "silenc3r",
    "github_project": "dikicli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "dikicli"
}
        
Elapsed time: 1.17962s