# km2miles
`km2miles` is a lightweight Python package designed to effortlessly convert kilometers to miles. Whether you're working on scientific computations, travel planning, or any other application requiring distance conversions, `km2miles` provides a simple and efficient solution.
## Installation
You can install the package via pip:
```bash
pip install km2miles
```
## Usage
Using `km2miles` is straightforward. Simply import the package and call the conversion function:
```python
from km2miles import km_2_miles
km = 10
miles = km_2_miles(km)
print(f"{km} kilometers is equal to {miles} miles.")
```
## Documentation
For detailed documentation, usage examples, and API references, visit the live documentation:
[📖 Read the Docs](https://ali-beg.github.io/km2miles/)
## Contributing
we welcome contribution! open an issue or create a pull request to contribute to the project.
## License
This project is licensed under the MIT License.
## 🔗 Links
- [GitHub Repository](https://github.com/Ali-Beg/km2miles)
- [PyPI Package](https://pypi.org/project/km2miles/)
Raw data
{
"_id": null,
"home_page": "https://github.com/Ali-Beg/km2miles",
"name": "km2miles",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "kilometers, miles, converter, distance, unit conversion",
"author": "Ali Beg",
"author_email": "mbeg937@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/02/df/0f1b93431dcfba9f3370c032d2da644643925eac95792cb9e33154f65ac6/km2miles-0.1.3.tar.gz",
"platform": null,
"description": "# km2miles\n\n`km2miles` is a lightweight Python package designed to effortlessly convert kilometers to miles. Whether you're working on scientific computations, travel planning, or any other application requiring distance conversions, `km2miles` provides a simple and efficient solution.\n\n## Installation\n\nYou can install the package via pip:\n\n```bash\npip install km2miles\n```\n\n## Usage\n\nUsing `km2miles` is straightforward. Simply import the package and call the conversion function:\n\n```python\nfrom km2miles import km_2_miles\n\nkm = 10\nmiles = km_2_miles(km)\nprint(f\"{km} kilometers is equal to {miles} miles.\")\n```\n\n## Documentation\n\nFor detailed documentation, usage examples, and API references, visit the live documentation:\n\n[\ud83d\udcd6 Read the Docs](https://ali-beg.github.io/km2miles/)\n\n\n## Contributing\n\nwe welcome contribution! open an issue or create a pull request to contribute to the project.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## \ud83d\udd17 Links \n- [GitHub Repository](https://github.com/Ali-Beg/km2miles) \n- [PyPI Package](https://pypi.org/project/km2miles/) \n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A simple package to convert kilometers to miles.",
"version": "0.1.3",
"project_urls": {
"Homepage": "https://github.com/Ali-Beg/km2miles",
"Repository": "https://github.com/Ali-Beg/km2miles"
},
"split_keywords": [
"kilometers",
" miles",
" converter",
" distance",
" unit conversion"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "096078fb8e26e3d0849cdaca93016737b925f2cf77f23344208eb69d294a9fbe",
"md5": "ee81778d5ad95fbd40e3dfb1b4bedf20",
"sha256": "a3175ee196ddba8dbc7c46980f2e2d67c73559004346fbb461a147e3503cfad1"
},
"downloads": -1,
"filename": "km2miles-0.1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee81778d5ad95fbd40e3dfb1b4bedf20",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 2068,
"upload_time": "2025-02-20T17:13:29",
"upload_time_iso_8601": "2025-02-20T17:13:29.029980Z",
"url": "https://files.pythonhosted.org/packages/09/60/78fb8e26e3d0849cdaca93016737b925f2cf77f23344208eb69d294a9fbe/km2miles-0.1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "02df0f1b93431dcfba9f3370c032d2da644643925eac95792cb9e33154f65ac6",
"md5": "5d669d2a26ef48c8e09c920dfb1280db",
"sha256": "567a39f3710cdc2994b04d737bb38e7a44b15b4dba3b55bec3b49c9d54c799d0"
},
"downloads": -1,
"filename": "km2miles-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "5d669d2a26ef48c8e09c920dfb1280db",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 1477,
"upload_time": "2025-02-20T17:13:29",
"upload_time_iso_8601": "2025-02-20T17:13:29.986362Z",
"url": "https://files.pythonhosted.org/packages/02/df/0f1b93431dcfba9f3370c032d2da644643925eac95792cb9e33154f65ac6/km2miles-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-20 17:13:29",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Ali-Beg",
"github_project": "km2miles",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "km2miles"
}