conversa


Nameconversa JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryConvert units of measurement to others
upload_time2024-05-20 08:34:42
maintainerNone
docs_urlNone
authorSchkimansky
requires_pythonNone
licenseNone
keywords python units conversion convert time distance length
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Donations
It takes me a long time to make these libraries. If you would like to support my work, Then you can follow my patreon :)

https://www.patreon.com/Schkimansky

# Library
This is a easy to use python library that allows you to convert units of measurement to others. 
For example, You can use the "time" function to convert seconds to minutes. 
```python
import conversa
result = conversa.time(90,  From="seconds",  To="minutes") # Output will be 1.5 minutes (1.5 as a integer)
print(result)
```

# Installation
```bash
pip install conversa
```

# Documentation
You can download the full documentation at: https://github.com/Schkimansky/conversa/blob/main/Conversa.pdf

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "conversa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, units, conversion, convert, time, distance, length",
    "author": "Schkimansky",
    "author_email": "<ahmadchawla1432@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ca/24/60bcbb2a4faa15dae8a575b44f0068b4671893ad4b349ce0eff3053c569c/conversa-1.0.0.tar.gz",
    "platform": null,
    "description": "\n# Donations\nIt takes me a long time to make these libraries. If you would like to support my work, Then you can follow my patreon :)\n\nhttps://www.patreon.com/Schkimansky\n\n# Library\nThis is a easy to use python library that allows you to convert units of measurement to others. \nFor example, You can use the \"time\" function to convert seconds to minutes. \n```python\nimport conversa\nresult = conversa.time(90,  From=\"seconds\",  To=\"minutes\") # Output will be 1.5 minutes (1.5 as a integer)\nprint(result)\n```\n\n# Installation\n```bash\npip install conversa\n```\n\n# Documentation\nYou can download the full documentation at: https://github.com/Schkimansky/conversa/blob/main/Conversa.pdf\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Convert units of measurement to others",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "python",
        " units",
        " conversion",
        " convert",
        " time",
        " distance",
        " length"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "146ac0a1e9446228729e6997033fa1f8041bbfea78c94f3641075f3f7ec6d2c0",
                "md5": "d3c068f2041ca3b092bbac6eaf64f3a7",
                "sha256": "77b00d3bb4873e7e5a3e47f401aadff6f78e50965be9b6312000cf87f61b14f9"
            },
            "downloads": -1,
            "filename": "conversa-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3c068f2041ca3b092bbac6eaf64f3a7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12671,
            "upload_time": "2024-05-20T08:34:39",
            "upload_time_iso_8601": "2024-05-20T08:34:39.796420Z",
            "url": "https://files.pythonhosted.org/packages/14/6a/c0a1e9446228729e6997033fa1f8041bbfea78c94f3641075f3f7ec6d2c0/conversa-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca2460bcbb2a4faa15dae8a575b44f0068b4671893ad4b349ce0eff3053c569c",
                "md5": "ef48d9f834839f919e5c57ef27e4963d",
                "sha256": "4cbbf0033c694d1e2576a3912b075e96061ae6c37663455b7f13d4f22cd83ec9"
            },
            "downloads": -1,
            "filename": "conversa-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ef48d9f834839f919e5c57ef27e4963d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12124,
            "upload_time": "2024-05-20T08:34:42",
            "upload_time_iso_8601": "2024-05-20T08:34:42.031079Z",
            "url": "https://files.pythonhosted.org/packages/ca/24/60bcbb2a4faa15dae8a575b44f0068b4671893ad4b349ce0eff3053c569c/conversa-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-20 08:34:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "conversa"
}
        
Elapsed time: 0.25247s