Lilt REST API Support: https://lilt.atlassian.net/servicedesk/customer/portals The Lilt REST API enables programmatic access to the full-range of Lilt backend services including: * Training of and translating with interactive, adaptive machine translation * Large-scale translation memory * The Lexicon (a large-scale termbase) * Programmatic control of the Lilt CAT environment * Translation memory synchronization Requests and responses are in JSON format. The REST API only responds to HTTPS / SSL requests. The base url for this REST API is `https://api.lilt.com/`. ## Authentication Requests are authenticated via REST API key, which requires the Business plan. Requests are authenticated using [HTTP Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication). Add your REST API key as both the `username` and `password`. For development, you may also pass the REST API key via the `key` query parameter. This is less secure than HTTP Basic Auth, and is not recommended for production use. ## Quotas Our services have a general quota of 4000 requests per minute. Should you hit the maximum requests per minute, you will need to wait 60 seconds before you can send another request. # noqa: E501
Raw data
{
"_id": null,
"home_page": "https://github.com/lilt/lilt-python",
"name": "lilt-python",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "OpenAPI, OpenAPI-Generator, Lilt REST API",
"author": "OpenAPI Generator community",
"author_email": "team@openapitools.org",
"download_url": "https://files.pythonhosted.org/packages/fd/63/db84aa6c218d1b04f5aa2231f4be8d73e5113798edd45d05060cce62856c/lilt_python-3.0.0.tar.gz",
"platform": null,
"description": " Lilt REST API Support: https://lilt.atlassian.net/servicedesk/customer/portals The Lilt REST API enables programmatic access to the full-range of Lilt backend services including: * Training of and translating with interactive, adaptive machine translation * Large-scale translation memory * The Lexicon (a large-scale termbase) * Programmatic control of the Lilt CAT environment * Translation memory synchronization Requests and responses are in JSON format. The REST API only responds to HTTPS / SSL requests. The base url for this REST API is `https://api.lilt.com/`. ## Authentication Requests are authenticated via REST API key, which requires the Business plan. Requests are authenticated using [HTTP Basic Auth](https://en.wikipedia.org/wiki/Basic_access_authentication). Add your REST API key as both the `username` and `password`. For development, you may also pass the REST API key via the `key` query parameter. This is less secure than HTTP Basic Auth, and is not recommended for production use. ## Quotas Our services have a general quota of 4000 requests per minute. Should you hit the maximum requests per minute, you will need to wait 60 seconds before you can send another request. # noqa: E501\n \n",
"bugtrack_url": null,
"license": null,
"summary": "Lilt REST API",
"version": "3.0.0",
"project_urls": {
"Homepage": "https://github.com/lilt/lilt-python"
},
"split_keywords": [
"openapi",
" openapi-generator",
" lilt rest api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3c8656809aca5eb8d65ff54cf596c5dd3bf7c3c64b01025b4b7451cac1979ee7",
"md5": "b72f98576fab986a7345b08fcdfeba3b",
"sha256": "4523d4ed64f63c9a0bc2f06c7a8fd14494d71cb3808686cad35edc1bd9f82a24"
},
"downloads": -1,
"filename": "lilt_python-3.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b72f98576fab986a7345b08fcdfeba3b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 361085,
"upload_time": "2024-12-23T20:37:49",
"upload_time_iso_8601": "2024-12-23T20:37:49.171344Z",
"url": "https://files.pythonhosted.org/packages/3c/86/56809aca5eb8d65ff54cf596c5dd3bf7c3c64b01025b4b7451cac1979ee7/lilt_python-3.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fd63db84aa6c218d1b04f5aa2231f4be8d73e5113798edd45d05060cce62856c",
"md5": "6a7ecee03bbb226bb62e04a9bdc059a7",
"sha256": "3a7c6fc91a766be8a088307ace71c342a69196b35c69dc1b41ff565f3444eaf4"
},
"downloads": -1,
"filename": "lilt_python-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "6a7ecee03bbb226bb62e04a9bdc059a7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 145363,
"upload_time": "2024-12-23T20:37:51",
"upload_time_iso_8601": "2024-12-23T20:37:51.979751Z",
"url": "https://files.pythonhosted.org/packages/fd/63/db84aa6c218d1b04f5aa2231f4be8d73e5113798edd45d05060cce62856c/lilt_python-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-23 20:37:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lilt",
"github_project": "lilt-python",
"travis_ci": true,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "certifi",
"specs": [
[
">=",
"14.05.14"
]
]
},
{
"name": "future",
"specs": []
},
{
"name": "six",
"specs": [
[
">=",
"1.10"
]
]
},
{
"name": "python_dateutil",
"specs": [
[
">=",
"2.5.3"
]
]
},
{
"name": "setuptools",
"specs": [
[
">=",
"21.0.0"
]
]
},
{
"name": "urllib3",
"specs": [
[
">=",
"1.15.1"
]
]
}
],
"tox": true,
"lcname": "lilt-python"
}