Metadata-Version: 2.1
Name: poorna_basic
Version: 0.1.0
Summary: I created this package to reduse my work
Home-page: https://github.com/Poorna2411/machine_learning2411
Author: K_poorna_chandra_reddy
Author-email: kottepoornachandrareddy@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

my module contains the two class 
1)Calculator
  ----> add(a,b)
  ----> subtract(a,b)
  ----> multiply(a,b)
  ----> division(a,b)
2)list_lib
  ----> flatten_list(list_of_lists)
3)string_op_lib
  ----> count_char_frequency(string)
