diff --git a/.gitignore b/.gitignore index 46382168..955d5e6e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ __pycache__/ .Python build/ develop-eggs/ -dist/ +dist/* downloads/ eggs/ .eggs/ diff --git a/README.md b/README.md index 55e8ea66..06578831 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@
-# **datagovindia** +# datagovindia [![MIT license](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/addypy/datagovindia/blob/master/LICENSE) ![PyPI - Version](https://img.shields.io/pypi/v/datagovindia?color=green) [![Downloads](https://static.pepy.tech/personalized-badge/datagovindia?period=total&units=international_system&left_color=gray&left_text=Downloads)](https://pepy.tech/project/datagovindia) +## Python Client for Government of India’s [Open Government Data OGD platform](https://data.gov.in/) API -## Python API-wrapper for Government of India’s [Open Government Data OGD platform](https://data.gov.in/) - -**`datagovindia`** is a client library for accessing resources from the Government of India’s Open Government Data OGD platform. It provides a simple and intuitive interface to search, discover and download data from the platform. +**`datagovindia`** is a Python client library for accessing resources from the Government of India’s Open Government Data OGD platform. It provides a simple and intuitive interface to search, discover and download data from the platform.
@@ -175,42 +174,6 @@ $ datagovindia search mgnrega --preview --limit 5 2021-03-04T04:45:12+00:00 2021-03-23T13:10:05+00:00 - - a1c9803c-d405-4edf-a298-ee42e7e65d0b - State/UT-wise Households Completing 100 days of Employment under Mahatma Gandhi National Rural Employment Guarantee Act (MGNREGA) from 2016-17 to 2018-19 (From : Ministry of Rural Development) - State/UT-wise Households Completing 100 days of Employment under Mahatma Gandhi National Rural Employment Guarantee Act (MGNREGA) from 2016-17 to 2018-19 (From : Ministry of Rural Development) - Central - ['document_id', 'sl__no_', 'states_uts', '__2016_17', '_2017_18', '_2018_19', 'resource_uuid'] - ['Rajya Sabha'] - data.gov.in - ['All'] - 2021-03-04T04:17:04+00:00 - 2021-03-23T12:47:05+00:00 - - - bf1da9fc-5650-45c3-be3b-0ba006377869 - Expenditure under MGNREGA on Schedule Caste (SC) Persondays during 2015-16 and 2018-19 (From: Ministry of Rural Development) - Expenditure under MGNREGA on Schedule Caste (SC) Persondays during 2015-16 and 2018-19 (From: Ministry of Rural Development) - Central - ['document_id', 'financial_year', 'approximate_expenditure', 'resource_uuid'] - ['Rajya Sabha'] - data.gov.in - ['All'] - 2021-03-04T03:47:13+00:00 - 2021-03-23T12:22:45+00:00 - - - 7b502fe1-6684-4c4c-9347-57d20af7d4dc - Details of Funds Allocated under MGNREGA from 2014-15 to 2018-19 (From: Ministry of Rural Development) - Details of Funds Allocated under MGNREGA from 2014-15 to 2018-19 (From: Ministry of Rural Development) - Central - ['document_id', 's_no_', '_year', 'budget_allocation', 'resource_uuid'] - ['Rajya Sabha'] - data.gov.in - ['All'] - 2021-03-04T03:30:03+00:00 - 2021-03-23T12:08:45+00:00 - diff --git a/pyproject.toml b/pyproject.toml index 795786e2..622d5ba9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ maintainers = [ { name = "Arijit Basu", email = "hi@arijitbasu.in" } ] -keywords = ["data-gov-in","indian-government-data","open-data-india","public-datasets","indian-datasets","government-api","india-statistics","ogd-platform"] +keywords = ["data.gov.in","indian-government-data","open-data-india","public-datasets","indian-datasets","government-api","india-statistics","ogd-platform"] classifiers = [ "License :: OSI Approved :: MIT License",