A package that allows you to get world and country pouplation data
Population Data of the world
Developed by Anshu from Techi Tutorials (c) 2021
How To Use
from population_data import Population_data
# YOUR API KEY(Get it from here https://rapidapi.com/aldair.sr99/api/world-population/)
my_api = YOUR API KEY
# country population data
country_population = Population_data.get_country_population(my_api, "Canada")
print(country_population)
# world population data
world_population = Population.get_world_population(my_api)
print(world_population)
get_country_population() method takes additional argument of the query string, that is country name and returns the json response
Check out: https://techitutorials.com
Release files for population-data 0.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| population_data-0.0.8.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| population_data-0.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / population_data-0.0.8.tar.gz
| Download URL | population_data-0.0.8.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0890a5c2de0ead5f9de5626a27c13a91b9eb08d2ac14a1c3c2f75ccbde4cc966
|
|
BLAKE2b-256 checksum How to use checksums |
aed620d94188d24f38200a78c676d79c0976dfd03c402983e324f70d045f06b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|
Release files / population_data-0.0.8-py3-none-any.whl
| Download URL | population_data-0.0.8-py3-none-any.whl |
|---|---|
| Size | 2.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b991f7eb44dd90c0457ddbb07427e88fca0a782875c0709d0d565dc8502874d8
|
|
BLAKE2b-256 checksum How to use checksums |
996f6924378604ab14e2e0dd08d5efb031ee7a7d3e5f45744a587f6f8c60ac48
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|