opensource-nepal / py-nepali

py-nepali is a python package containing features that will be useful for Nepali projects.
MIT License
22 stars 13 forks source link

Feature: Add skeleton for class nepalinumber #31

Closed sugat009 closed 1 year ago

sugat009 commented 1 year ago
  1. Move the previous existing number.py to new number module and add _ to number.py to indicate deprecation
  2. Extract non-deprecated, reusable functions to utils.py within number module from point 2
  3. Add skeleton for class nepalinumber in new file nepalinumber.py