MultiFeatures


NameMultiFeatures JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/S4tyendra/MultiFeatures
SummaryA versatile Python package with multiple features
upload_time2024-08-29 06:44:12
maintainerNone
docs_urlNone
authorS4tyendra
requires_python>=3.7
licenseMIT
keywords tools python 12
VCS
bugtrack_url
requirements aiohttp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Install

```sh
pip install -U multifeatures
```

## Documentation
  - Documenttation available here: [https://multifeatures.devh.in/](https://multifeatures.devh.in/)

## Example Usage

```py
from MultiFeatures.IndianRailway import confirmtkt
confirmtkt_object = confirmtkt.Confirmtkt()
try:
    live_status_data = confirmtkt_object.live_train_status(train_no="12345", doj="01-01-2023", locale="en")
    print(live_status_data)
except NotAValidTrainNumber as error:
    print(f"Error: {error}")
except InternetUnreachable:
    print("Error: Connectivity issue. Please check your internet connection.")
except HTTPErr:
    print("Error: ran into an issue. Please try again later, or Check the data.")
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/S4tyendra/MultiFeatures",
    "name": "MultiFeatures",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Tools, Python, 12",
    "author": "S4tyendra",
    "author_email": "satya@devh.in",
    "download_url": "https://files.pythonhosted.org/packages/4e/22/e1c7ff8f713097f2cfe75b63a4ae28b0f99cfd6bdc5116abef438e1a20a0/multifeatures-1.1.0.tar.gz",
    "platform": null,
    "description": "## Install\n\n```sh\npip install -U multifeatures\n```\n\n## Documentation\n  - Documenttation available here: [https://multifeatures.devh.in/](https://multifeatures.devh.in/)\n\n## Example Usage\n\n```py\nfrom MultiFeatures.IndianRailway import confirmtkt\nconfirmtkt_object = confirmtkt.Confirmtkt()\ntry:\n    live_status_data = confirmtkt_object.live_train_status(train_no=\"12345\", doj=\"01-01-2023\", locale=\"en\")\n    print(live_status_data)\nexcept NotAValidTrainNumber as error:\n    print(f\"Error: {error}\")\nexcept InternetUnreachable:\n    print(\"Error: Connectivity issue. Please check your internet connection.\")\nexcept HTTPErr:\n    print(\"Error: ran into an issue. Please try again later, or Check the data.\")\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A versatile Python package with multiple features",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/S4tyendra/MultiFeatures"
    },
    "split_keywords": [
        "tools",
        " python",
        " 12"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7cde8efb2b77604b88cce01bafd206ec635820981eba65a85ff7827c511cbef",
                "md5": "c2c16ff891e13b6c006eb761e2328a57",
                "sha256": "d831fb56060cb836b7498b738f1c44dcdd4c6334c695eb7b5151705af4968e94"
            },
            "downloads": -1,
            "filename": "MultiFeatures-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2c16ff891e13b6c006eb761e2328a57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 125020,
            "upload_time": "2024-08-29T06:44:10",
            "upload_time_iso_8601": "2024-08-29T06:44:10.711593Z",
            "url": "https://files.pythonhosted.org/packages/b7/cd/e8efb2b77604b88cce01bafd206ec635820981eba65a85ff7827c511cbef/MultiFeatures-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e22e1c7ff8f713097f2cfe75b63a4ae28b0f99cfd6bdc5116abef438e1a20a0",
                "md5": "7fe02fe674d62cf96df578f194e1a25e",
                "sha256": "b9522d588f0bf16939393f60700062f69e7ddfd0ba4438b5b3872bcadac27fe0"
            },
            "downloads": -1,
            "filename": "multifeatures-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7fe02fe674d62cf96df578f194e1a25e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 122306,
            "upload_time": "2024-08-29T06:44:12",
            "upload_time_iso_8601": "2024-08-29T06:44:12.293728Z",
            "url": "https://files.pythonhosted.org/packages/4e/22/e1c7ff8f713097f2cfe75b63a4ae28b0f99cfd6bdc5116abef438e1a20a0/multifeatures-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 06:44:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "S4tyendra",
    "github_project": "MultiFeatures",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.9.5"
                ]
            ]
        }
    ],
    "lcname": "multifeatures"
}
        
Elapsed time: 0.50528s