Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammatical tweaks #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Python library for extracting realtime data from National Stock Exchange (India)
Introduction.
============

nsetools is a library for collecting real time data from National Stock Exchange (India). It can be used in various types of projects which requires getting live quotes for a given stock or index or build large data sets for further data analytics. You can also build cli applications which can provide you live market details at a blazing fast speeds, much faster that the browsers. The accuracy of data is only as correct as provided on www.nseindia.com.
nsetools is a library for collecting real-time data from National Stock Exchange (India). It can be used in various types of projects which requires getting live quotes for a given stock or index or build large data sets for further data analytics. You can also build cli applications that can provide you live market details at blazing fast speeds, much faster than the browsers. The accuracy of data is only as correct as provided on www.nseindia.com.

Main Features:
=============
Expand All @@ -27,11 +27,11 @@ Main Features:
* Getting list of top gainers.
* Helper APIs to check whether a given stock code or index code is correct.
* Getting list of all indices and stocks.
* Cent percent unittest coverage.
* Cent percent unit test coverage.

Dependencies
=============
To keep it simple and supported on most of the platforms, it uses only core python libraries, hence there are no external dependencies. It can be used out of box and absolutely not set up is required except an internet connection.
To keep it simple and supported on most of the platforms, it uses only core python libraries, hence there are no external dependencies. It can be used out of the box and absolutely no set up is required except an internet connection.

Detailed Documenation
=====================
Expand Down