Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Releases: CaffeineDuck/nepse-api

Market Summary and Company History

15 Jul 17:36
7b27ece
Compare
Choose a tag to compare

New features:

  • There are methods to access MarketSummary
  • There are methods to access CompanyHistory

Changes:

  • New tests were written for the methods.
  • MarketClient and SecurityClient modules were updated for new methods.

Pre Patch for NEPSE API change

09 Jun 18:28
Compare
Choose a tag to compare
Pre-release

This version contains Pre Patch for the nepse api change.

Floorsheet Handler

05 Jun 11:31
Compare
Choose a tag to compare

Now the users can get floorsheet data from the API handler.

New Broker Client

05 Jun 09:32
Compare
Choose a tag to compare

A broker-client has been added and now users can get the broker data from the API wrapper.

API Update Patch

04 Jun 21:20
56ba8ba
Compare
Choose a tag to compare

As NEPSE API had some updates which would break this library, this release is a patch for interacting with the new API.

Stable Release

03 Jun 09:52
Compare
Choose a tag to compare

This is the first stable release of the wrapper. This release consists of various changes and features. Check the docs for more info.

Testing Units Created

31 May 18:27
Compare
Choose a tag to compare
Testing Units Created Pre-release
Pre-release

Changelog v0.4

Testing

Unit testing has been created. The tests will be done before every commit. And after commit by GitHub actions as well.

Httpx

Have switched to httpx.AsyncClient instead of aiohttp.ClientSession.

Minor changes

  • Client Wrapper has been created for fetching data from API rather than directly.
  • Some typos fixing and better formatting

Better Parsing and Change in Attributes

31 May 12:47
Compare
Choose a tag to compare
Pre-release

Changelog v0.3

Removed converter.py

Rather than using a non-maintainable converter.py in Security, the response data is now directly kept in a dataclass using DataClassXyz(**data).

Changed attributes names

The attribute names have also been changed to have better compatibility with the API.

Basic Features Pre Releast

30 May 15:58
Compare
Choose a tag to compare
Pre-release

This pre-release contains the basic functionalities for fetching the data from API, including caching. But this version may not be stable and might have many bugs. So creating issues and pull requests is highly encouraged.