Skip to main content

Api for Ifsc

Project description

ifsc_api

Python package Python application

Documentation

IFSC API was build to get details of BANK and the ADDRESS OF THE BANK from the IFSC CODE quickly.

This library was build specially for Arihant Capital Pvt. Ltd.

Installation:

pip install git+https://github.com/HarshOza36/ifsc_api.git

OR

pip install ifscApi

USAGE:

IFSC_API

  • To use the package in User Interface @ localhost (with caution), simply do::

      You can also just use the api without User Interface @ ```localhost/ifsc```  which is a RestFul Api.
    
        >>> from ifscApi import app
        >>> app.runServer()
    
  • To just use it normally(with caution), simply do::

        >>> from ifscApi.getDetails import FetchData
        >>> parser = FetchData() # Create a parser
        >>> ifsc = 'ANY_CODE_HERE'
        >>> result = parser.getdata(ifsc)
        >>> print(result)
    

Note : The getdata function has parameter dbFilePath which can be overwritten with your own IFSC code Db which should have Table name data and three columns ifsc,bank,address

  • To just use it As AWS LAMBDA compatible Function(with caution), simply do::
        >>> from ifscApi.getDetailsLambda import FetchData
        >>> parser = FetchData() # Create a parser
        >>> ifsc = 'ANY_CODE_HERE'
        >>> result = parser.getdata(ifsc)
        >>> print(result)
    

Note : The getdata function has parameter dbFilePath which can be overwritten with your own IFSC code Db which should have Table name data and three columns ifsc,bank,address

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ifscApi-0.2.tar.gz (7.8 MB view details)

Uploaded Source

File details

Details for the file ifscApi-0.2.tar.gz.

File metadata

  • Download URL: ifscApi-0.2.tar.gz
  • Upload date:
  • Size: 7.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.6

File hashes

Hashes for ifscApi-0.2.tar.gz
Algorithm Hash digest
SHA256 6d433238d167596438bc412644d539691b25b5f00e3ce7347e938e15f266d7f9
MD5 ea6edff33bcb3871e8685d793cd8c819
BLAKE2b-256 ce33fc3be6688b2cc331e8ea0105ddcf5df9096fe902d62656ed8ef5b9975b94

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page