Metadata-Version: 2.1
Name: electricalcalc
Version: 0.1
Summary: This is the package that houses various functions which can be used to calculate values for problems involving circuit design , value of the components which are needed to construct the circuit and so on
Home-page: https://github.com/The-SocialLion/electricalcalc
Author: ['Vishal Balaji Sivaraman', 'Vigneshwar K R', 'Sanjay Rajavel']
Author-email: vb.sivaraman_official@yahoo.com
License: MIT
Download-URL: https://github.com/The-SocialLion/electricalcalc/archive/master.zip
Description: # electricalcalc
        This is the package that houses various functions which can be used to calculate values for problems involving circuit design , value of the components which are needed to construct the circuit and so on
        ## Development Status:
        
        Under Development (Early release)
        
        ### Developed by:
        
         [Vishal Balaji Sivaraman](https://github.com/TheSocialLion)
         
         [Vigneshwar Ravichandar](https://github.com/ToastCoder) 
         
         [Sanjay Rajavel](https://github.com/Sy23)
        
        ### Installation:
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install electronicscalc.
        
        ```bash
        pip install electricalcalc
        ```
        
        ### To import electronicscalc:
        
        ```python
        import  electricalcalc
        ```
        
        
        ## License:
        [MIT](https://choosealicense.com/licenses/mit/)
        
        
Keywords: ELECTRICAL,CALCULATOR,ELECTRICAL-CALCULATIONS,CIRCUIT-DESIGN,PLOT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
