Metadata-Version: 2.1
Name: Calculator22BEE0032
Version: 0.1
Summary: A simple calculator package
Home-page: UNKNOWN
Author: Tanishka Gaur
Author-email: tanishkagaur9211@gmail.com
License: MIT
Description: Calculator22BEE0032
        ================================
        
        A simple and easy-to-use package that allows you to perform basic mathematical operations like addition. It contains a single function `add()` that takes two numbers as input and returns their sum.
        
        Installation
        ------------
        
        To install Calculator22BEE0032, use pip:
        
        .. code-block:: bash
        
            $ pip install Calculator22BEE0032
        
        Usage
        -----
        
        To use the package, simply import it in your Python script and call the `add()` function with the two numbers you want to add as arguments.
        
        .. code-block:: python
        
            from Calculator22BEE0032 import add
            result = add(5,3)
            print(result) # 8
        
        Compatibility
        -------------
        
        The package is compatible with Python 3.7 and above.
        
        License
        -------
        
        Calculator22BEE0032 is open source and licensed under the MIT License.
        
        
Keywords: calculator
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
