Removed `converter.py` Rather than using a non-maintainable `converter.py` in [Security](nepse/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.
0.3beta
0.1beta
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.