Metadata-Version: 2.1
Name: PyPhysics
Version: 1.0.2
Summary: Sample Package
Home-page: https://github.com/Prateek23n/PyPhysics
Author: Prateek C. Tripathi
Author-email: prateektripathi85@gmail.com
License: MIT
Description: A comprehensive library to tackle the issues of Physical constants and conversions required from time to time for scientific computations. Taking from gravity to gravitation constants to reaching the horizons of micro-level values it can handle issues for Bohr-radius, electronic charge and mass. It can also handle thermodynamic components like Boltzmann constants. Work is under progress to enhance the umbrella of physics based conversions.
        
        All the constants' value has been taken reference from: http://web.mit.edu/birge/Public/formulas/phys-const.pdf
        
        import pyphysics
        
        print(pyphysics.g)
        
        print(pyphysics.mu)
        
        print(pyphysics.plank)
        
        print(pyphysics.impedance)
        
        print(pyphysics.charge)
        
        print(pyphysics.flux)
        
        print(pyphysics.me) #-> Gives the mass of electron
        
        print(pyphysics.mp) # -> Gives the mass of proton
        
        print(pyphysics.boltzman)
        
        print(pyphysics.rydberg)
        
        print(pyphysics.gravitation)
        
        print(pyphysics.bohr_radius)
        
        
Keywords: python image converter
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
