8000 GitHub - sayanarijit/datagovindia: WIP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sayanarijit/datagovindia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datagovindia

A rewrite attempt of https://github.com/addypy/datagovindia

Install

This library requires python>=3.10 compiled with sqlite>=3.34.

python -m venv .venv

pip install git+https://github.com/sayanarijit/datagovindia

Usage

Python API

api = DataGovIndia()
api.search(title="indian population")

CLI Tool

datagovindia --help

# Or

python -m datagovindia --help

NOTE: First time initialization takes some time to fetch and build local metadata database.

You can refresh the local database by running datagovindia refresh or by calling api.refresh().

Releases

No releases published

Packages

No packages published
0