daku


Namedaku JSON
Version 0.0.1.5 PyPI version JSON
download
home_pagehttps://github.com/CapregSoft/Hawqal-python.git
SummaryPython package that contains the data of world's countries,states and their cities name
upload_time2022-12-21 09:52:24
maintainer
docs_urlNone
authorHusnain Khurshid
requires_python
license
keywords capregsoft hawqal world data states cities husnain khurshid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](http://ForTheBadge.com/images/badges/made-with-python.svg)

# Hawqal

Python package that contains the data of world's countries,states and their cities name

## Functions

- Get Countries
- Get Cities By State
- Get State By Country
- Get Cities By Country

## Usage/Examples

```python
from hawqal.country import Country
Country.getCountries()

from hawqal.city import City
City.getCities()

from hawqal.states import StatesByCountry
StatesByCountry.getStates()

```

## Success Response

- ['Afghanistan', 'Aland Islands', 'Albania', 'Algeria', . . . ]
- ['Alabama', 'Alaska', 'American Samoa', 'Arizona', . . . ]

## Error Response

- [ ]

## Tech Stack

**Client:** Python 3.10.9

## Authors

- [Husnain Khurshid](https://www.github.com/husnain9)
- [Capregsoft](https://github.com/capregSoft/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CapregSoft/Hawqal-python.git",
    "name": "daku",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "capregsoft,hawqal,world data,states,cities,husnain khurshid",
    "author": "Husnain Khurshid",
    "author_email": "capregsoft@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/81/9c/bc27adfce9e8bc31f50725bc57f5cadc050dd917013619294220e04cf751/daku-0.0.1.5.tar.gz",
    "platform": null,
    "description": "![](http://ForTheBadge.com/images/badges/made-with-python.svg)\r\n\r\n# Hawqal\r\n\r\nPython package that contains the data of world's countries,states and their cities name\r\n\r\n## Functions\r\n\r\n- Get Countries\r\n- Get Cities By State\r\n- Get State By Country\r\n- Get Cities By Country\r\n\r\n## Usage/Examples\r\n\r\n```python\r\nfrom hawqal.country import Country\r\nCountry.getCountries()\r\n\r\nfrom hawqal.city import City\r\nCity.getCities()\r\n\r\nfrom hawqal.states import StatesByCountry\r\nStatesByCountry.getStates()\r\n\r\n```\r\n\r\n## Success Response\r\n\r\n- ['Afghanistan', 'Aland Islands', 'Albania', 'Algeria', . . . ]\r\n- ['Alabama', 'Alaska', 'American Samoa', 'Arizona', . . . ]\r\n\r\n## Error Response\r\n\r\n- [ ]\r\n\r\n## Tech Stack\r\n\r\n**Client:** Python 3.10.9\r\n\r\n## Authors\r\n\r\n- [Husnain Khurshid](https://www.github.com/husnain9)\r\n- [Capregsoft](https://github.com/capregSoft/)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python package that contains the data of world's countries,states and their cities name",
    "version": "0.0.1.5",
    "split_keywords": [
        "capregsoft",
        "hawqal",
        "world data",
        "states",
        "cities",
        "husnain khurshid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5cdddef9de61bd35ab8cb02aae3ab20a",
                "sha256": "a1cdea999e0a19bbe95d6e3824182e4f7b0ba09b084f83efcc291ec9939e9e06"
            },
            "downloads": -1,
            "filename": "daku-0.0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5cdddef9de61bd35ab8cb02aae3ab20a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3551719,
            "upload_time": "2022-12-21T09:52:21",
            "upload_time_iso_8601": "2022-12-21T09:52:21.151518Z",
            "url": "https://files.pythonhosted.org/packages/37/52/071e62108c6ac836c9f29ca10a4f74184617db0d84efffa6ed2a31d36cdb/daku-0.0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c23544120ef2b0a66d6413b2173c4cd9",
                "sha256": "4bb3f470af6e8845983eb0e3ed2a3058927d4e35453694c0ecce56d66189dfa0"
            },
            "downloads": -1,
            "filename": "daku-0.0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c23544120ef2b0a66d6413b2173c4cd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3541270,
            "upload_time": "2022-12-21T09:52:24",
            "upload_time_iso_8601": "2022-12-21T09:52:24.493304Z",
            "url": "https://files.pythonhosted.org/packages/81/9c/bc27adfce9e8bc31f50725bc57f5cadc050dd917013619294220e04cf751/daku-0.0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-21 09:52:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "CapregSoft",
    "github_project": "Hawqal-python.git",
    "lcname": "daku"
}
        
Elapsed time: 0.02472s