# Beaufort scale
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](LICENSE.txt)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/BrunoASNascimento/beaufort-scale.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/BrunoASNascimento/beaufort-scale/context:python)
This lib translates the wind speed value for the [Beautfort scale](https://en.wikipedia.org/wiki/Beaufort_scale).
## Import:
`import beaufort_scale`
## Functions:
- `beaufort_scale_ms(value, language='en')`: Value is a number in m/s and the default language is `en`, return string.
- `beaufort_scale_kmh(value, language='en')`: Value is a number in km/h and the default language is `en`, return string.
### Languages:
- English (en)
- Portuguese brazilian (pt-br)
Raw data
{
"_id": null,
"home_page": "https://github.com/BrunoASNascimento/beaufort-scale",
"name": "beaufort-scale",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.4",
"maintainer_email": null,
"keywords": "conversor, wind, speed, beaufort",
"author": "Bruno Nascimento",
"author_email": "bruno_freddy@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/9a/a8/ecab632c0e98a8a233de390a76c1054a6cf193d870e16452f0752480551c/beaufort_scale-1.0.2.tar.gz",
"platform": null,
"description": "# Beaufort scale\r\n\r\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\r\n[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](LICENSE.txt)\r\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/BrunoASNascimento/beaufort-scale.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/BrunoASNascimento/beaufort-scale/context:python)\r\n\r\nThis lib translates the wind speed value for the [Beautfort scale](https://en.wikipedia.org/wiki/Beaufort_scale).\r\n\r\n## Import:\r\n\r\n`import beaufort_scale`\r\n\r\n## Functions:\r\n\r\n- `beaufort_scale_ms(value, language='en')`: Value is a number in m/s and the default language is `en`, return string.\r\n- `beaufort_scale_kmh(value, language='en')`: Value is a number in km/h and the default language is `en`, return string.\r\n\r\n### Languages:\r\n\r\n- English (en)\r\n- Portuguese brazilian (pt-br)\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": null,
"version": "1.0.2",
"project_urls": {
"C\u00f3digo fonte": "https://github.com/BrunoASNascimento/beaufort-scale",
"Download": "https://github.com/BrunoASNascimento/beaufort-scale/archive/master.zip",
"Homepage": "https://github.com/BrunoASNascimento/beaufort-scale"
},
"split_keywords": [
"conversor",
" wind",
" speed",
" beaufort"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "31af19145f3e6a03745c412dd48f5e68f63b9ffe2c9a2cc0529c14656fb6a959",
"md5": "26d5c74249205b196383de7b193ddf51",
"sha256": "9b900cec6db0b9eb188fad5b56b41b81123318d941a3300a5c87e47ec5a98e5a"
},
"downloads": -1,
"filename": "beaufort_scale-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "26d5c74249205b196383de7b193ddf51",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.4",
"size": 3867,
"upload_time": "2024-06-08T14:50:31",
"upload_time_iso_8601": "2024-06-08T14:50:31.094135Z",
"url": "https://files.pythonhosted.org/packages/31/af/19145f3e6a03745c412dd48f5e68f63b9ffe2c9a2cc0529c14656fb6a959/beaufort_scale-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9aa8ecab632c0e98a8a233de390a76c1054a6cf193d870e16452f0752480551c",
"md5": "62ffa5511b84da9e994ec98438d74def",
"sha256": "a5d455999e0c86f06b141f97f50a11a0a1b331974c3d579abbfd3a8940bdd32e"
},
"downloads": -1,
"filename": "beaufort_scale-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "62ffa5511b84da9e994ec98438d74def",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.4",
"size": 3495,
"upload_time": "2024-06-08T14:50:32",
"upload_time_iso_8601": "2024-06-08T14:50:32.498910Z",
"url": "https://files.pythonhosted.org/packages/9a/a8/ecab632c0e98a8a233de390a76c1054a6cf193d870e16452f0752480551c/beaufort_scale-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-08 14:50:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BrunoASNascimento",
"github_project": "beaufort-scale",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "beaufort-scale"
}