selo-linku


Nameselo-linku JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryPython library for interacting with sona Linku (the lipu Linku API)
upload_time2024-08-13 03:01:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # seloLinkuPason
Python API wrapper for sona Linku

selo Linku Pason is an unoficial API wrapper for [lipu Linku](https://github.com/lipu-linku). lipu Linku is an open-source, collabarative [toki pona](https://tokipona.org/) dictionary. Please note that this code is awful and very much uncommented. This was made in an afternoon and is not intended to be used for anything serious, it’s just for fun. I am not affiliated with the Linku team, full credit goes to them for making such an awesome tool, and making it free for anyone to use.

## Instalation
To install, run:

```
pip install selo-linku
```

## Usage
Import:
```
import selo_linku as selo
linku = selo.apiv1()
```

You can use .reload() to reload cache data:
```
linku.reload()
```
You can use .getwordfromtp() to get a word object from it's toki pona spelling:
```
toki = linku.getwordfromtp(word="toki", sandbox=True)
print(toki.name)
> toki
print(toki.definitions['en'])
> communicate, say, think; conversation, story; language
```

You can find more info at [the docs](docs/README.md)
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "selo-linku",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Thecoolcats <thecoolcats75@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1b/02/0a7e1efc87194cd829d0b6a151e6dc7a7e2f5657a2fc0905ceaf78f726d1/selo_linku-0.0.1.tar.gz",
    "platform": null,
    "description": "# seloLinkuPason\nPython API wrapper for sona Linku\n\nselo Linku Pason is an unoficial API wrapper for [lipu Linku](https://github.com/lipu-linku). lipu Linku is an open-source, collabarative [toki pona](https://tokipona.org/) dictionary. Please note that this code is awful and very much uncommented. This was made in an afternoon and is not intended to be used for anything serious, it\u2019s just for fun. I am not affiliated with the Linku team, full credit goes to them for making such an awesome tool, and making it free for anyone to use.\n\n## Instalation\nTo install, run:\n\n```\npip install selo-linku\n```\n\n## Usage\nImport:\n```\nimport selo_linku as selo\nlinku = selo.apiv1()\n```\n\nYou can use .reload() to reload cache data:\n```\nlinku.reload()\n```\nYou can use .getwordfromtp() to get a word object from it's toki pona spelling:\n```\ntoki = linku.getwordfromtp(word=\"toki\", sandbox=True)\nprint(toki.name)\n> toki\nprint(toki.definitions['en'])\n> communicate, say, think; conversation, story; language\n```\n\nYou can find more info at [the docs](docs/README.md)",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python library for interacting with sona Linku (the lipu Linku API)",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/Belu-cat/seloLinkuPason",
        "Issues": "https://github.com/Belu-cat/seloLinkuPason/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6429b42f6468d5dc852538f4b6994864a104dbe0714d125d3a42abf91e9c718e",
                "md5": "494463a26e488ea412658d394ad4f7d1",
                "sha256": "16fac53b021b73af49f5e7aff07c9797b33b2e89a08808af8442a9cbbffb93f6"
            },
            "downloads": -1,
            "filename": "selo_linku-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "494463a26e488ea412658d394ad4f7d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 4929,
            "upload_time": "2024-08-13T03:01:41",
            "upload_time_iso_8601": "2024-08-13T03:01:41.947633Z",
            "url": "https://files.pythonhosted.org/packages/64/29/b42f6468d5dc852538f4b6994864a104dbe0714d125d3a42abf91e9c718e/selo_linku-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b020a7e1efc87194cd829d0b6a151e6dc7a7e2f5657a2fc0905ceaf78f726d1",
                "md5": "54b672b3005a804467175a51de4e40fd",
                "sha256": "afb6a0f9148a83ee677c7a63e32b21dfe3d90f8e9b3b9d4597d0f44c835c1ece"
            },
            "downloads": -1,
            "filename": "selo_linku-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "54b672b3005a804467175a51de4e40fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 6197,
            "upload_time": "2024-08-13T03:01:43",
            "upload_time_iso_8601": "2024-08-13T03:01:43.676501Z",
            "url": "https://files.pythonhosted.org/packages/1b/02/0a7e1efc87194cd829d0b6a151e6dc7a7e2f5657a2fc0905ceaf78f726d1/selo_linku-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-13 03:01:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Belu-cat",
    "github_project": "seloLinkuPason",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "selo-linku"
}
        
Elapsed time: 0.86986s