Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Chhabra authored and Aditya Chhabra committed Oct 1, 2023
1 parent 57bb4f7 commit 157fac8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __pycache__/
.Python
build/
develop-eggs/
dist/
dist/*
downloads/
eggs/
.eggs/
Expand Down
43 changes: 3 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<div align="center">

# **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.

</div>

Expand Down Expand Up @@ -175,42 +174,6 @@ $ datagovindia search mgnrega --preview --limit 5
<td>2021-03-04T04:45:12+00:00</td>
<td>2021-03-23T13:10:05+00:00</td>
</tr>
<tr>
<td>a1c9803c-d405-4edf-a298-ee42e7e65d0b</td>
<td>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)</td>
<td>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)</td>
<td>Central</td>
<td>[&#39;document_id&#39;, &#39;sl__no_&#39;, &#39;states_uts&#39;, &#39;__2016_17&#39;, &#39;_2017_18&#39;, &#39;_2018_19&#39;, &#39;resource_uuid&#39;]</td>
<td>[&#39;Rajya Sabha&#39;]</td>
<td>data.gov.in</td>
<td>[&#39;All&#39;]</td>
<td>2021-03-04T04:17:04+00:00</td>
<td>2021-03-23T12:47:05+00:00</td>
</tr>
<tr>
<td>bf1da9fc-5650-45c3-be3b-0ba006377869</td>
<td>Expenditure under MGNREGA on Schedule Caste (SC) Persondays during 2015-16 and 2018-19 (From: Ministry of Rural Development)</td>
<td>Expenditure under MGNREGA on Schedule Caste (SC) Persondays during 2015-16 and 2018-19 (From: Ministry of Rural Development)</td>
<td>Central</td>
<td>[&#39;document_id&#39;, &#39;financial_year&#39;, &#39;approximate_expenditure&#39;, &#39;resource_uuid&#39;]</td>
<td>[&#39;Rajya Sabha&#39;]</td>
<td>data.gov.in</td>
<td>[&#39;All&#39;]</td>
<td>2021-03-04T03:47:13+00:00</td>
<td>2021-03-23T12:22:45+00:00</td>
</tr>
<tr>
<td>7b502fe1-6684-4c4c-9347-57d20af7d4dc</td>
<td>Details of Funds Allocated under MGNREGA from 2014-15 to 2018-19 (From: Ministry of Rural Development)</td>
<td>Details of Funds Allocated under MGNREGA from 2014-15 to 2018-19 (From: Ministry of Rural Development)</td>
<td>Central</td>
<td>[&#39;document_id&#39;, &#39;s_no_&#39;, &#39;_year&#39;, &#39;budget_allocation&#39;, &#39;resource_uuid&#39;]</td>
<td>[&#39;Rajya Sabha&#39;]</td>
<td>data.gov.in</td>
<td>[&#39;All&#39;]</td>
<td>2021-03-04T03:30:03+00:00</td>
<td>2021-03-23T12:08:45+00:00</td>
</tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 157fac8

Please sign in to comment.