skrutable


Nameskrutable JSON
Version 2.0.7 PyPI version JSON
download
home_pagehttps://github.com/tylergneill/skrutable
Summaryskrutable library for working with Sanskrit text
upload_time2024-12-31 15:01:49
maintainerNone
docs_urlNone
authorTyler Neill
requires_pythonNone
licenseCC BY-SA 4.0
keywords sanskrit text transliteration scansion meter identification sandhi compound splitting
VCS
bugtrack_url
requirements certifi charset-normalizer idna numpy requests urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # skrutable

A toolkit and online workbench providing 
transliteration, scansion, and meter identification for Sanskrit text,
as well access to powerful sandhi and compound splitting.

Web-app interface live online at [skrutable.info](https://www.skrutable.info).

Install package from [PyPi](https://pypi.org/project/skrutable/) with `pip install skrutable`.

See [manual.md](https://github.com/tylergneill/skrutable/blob/main/src/skrutable/manual.md) for instructions.

Feedback welcome!
My name is Tyler 
([Academia](https://uni-leipzig1.academia.edu/TylerNeill),
[LinkedIn](https://www.linkedin.com/in/tyler-g-neill/))
and my Gmail is tyler.g.neill. 

And please share and share-alike! Licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tylergneill/skrutable",
    "name": "skrutable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Sanskrit text transliteration scansion meter identification sandhi compound splitting",
    "author": "Tyler Neill",
    "author_email": "tyler.g.neill@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/b7/0315ae35735d01b1c44f9ec13531c4093d6799cdde5a3dd9e11d89f0520d/skrutable-2.0.7.tar.gz",
    "platform": null,
    "description": "# skrutable\n\nA toolkit and online workbench providing \ntransliteration, scansion, and meter identification for Sanskrit text,\nas well access to powerful sandhi and compound splitting.\n\nWeb-app interface live online at [skrutable.info](https://www.skrutable.info).\n\nInstall package from [PyPi](https://pypi.org/project/skrutable/) with `pip install skrutable`.\n\nSee [manual.md](https://github.com/tylergneill/skrutable/blob/main/src/skrutable/manual.md) for instructions.\n\nFeedback welcome!\nMy name is Tyler \n([Academia](https://uni-leipzig1.academia.edu/TylerNeill),\n[LinkedIn](https://www.linkedin.com/in/tyler-g-neill/))\nand my Gmail is tyler.g.neill. \n\nAnd please share and share-alike! Licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).\n",
    "bugtrack_url": null,
    "license": "CC BY-SA 4.0",
    "summary": "skrutable library for working with Sanskrit text",
    "version": "2.0.7",
    "project_urls": {
        "Homepage": "https://github.com/tylergneill/skrutable"
    },
    "split_keywords": [
        "sanskrit",
        "text",
        "transliteration",
        "scansion",
        "meter",
        "identification",
        "sandhi",
        "compound",
        "splitting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84ff9db8e1515e57cdf463c2ab8d6c98825bceeb68394e6238962008ad464507",
                "md5": "d53a0ffa1b6f0732a4be0a6444d4601e",
                "sha256": "db6b3c03135380740ca7ec6f66923c6370b3eb79e1a66c78bc4001126ba170d1"
            },
            "downloads": -1,
            "filename": "skrutable-2.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d53a0ffa1b6f0732a4be0a6444d4601e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 42193,
            "upload_time": "2024-12-31T15:01:47",
            "upload_time_iso_8601": "2024-12-31T15:01:47.033532Z",
            "url": "https://files.pythonhosted.org/packages/84/ff/9db8e1515e57cdf463c2ab8d6c98825bceeb68394e6238962008ad464507/skrutable-2.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8b70315ae35735d01b1c44f9ec13531c4093d6799cdde5a3dd9e11d89f0520d",
                "md5": "0a52e176eeee51a2cac5ff97c96fd891",
                "sha256": "2f440f7430d32fb0beecd158af12878a7466b2139ad6764a43966d45e2c9ab68"
            },
            "downloads": -1,
            "filename": "skrutable-2.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "0a52e176eeee51a2cac5ff97c96fd891",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 40429,
            "upload_time": "2024-12-31T15:01:49",
            "upload_time_iso_8601": "2024-12-31T15:01:49.208660Z",
            "url": "https://files.pythonhosted.org/packages/c8/b7/0315ae35735d01b1c44f9ec13531c4093d6799cdde5a3dd9e11d89f0520d/skrutable-2.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-31 15:01:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tylergneill",
    "github_project": "skrutable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.2.2"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.7"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.26.4"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.2.1"
                ]
            ]
        }
    ],
    "lcname": "skrutable"
}
        
Elapsed time: 8.87340s