Metadata-Version: 2.1
Name: physical-const
Version: 0.1.2
Summary: Physical constants library
Home-page: https://github.com/PawekPL/python-physical-constants
Author: Paweł "Pawek" Fiszer
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown


<h1>Physical constants for Python</h1>


<h2>USAGE</h2>


  <b>constant.name = name of the constant<br>
          .symbol = symbol of the constant (some of them don't show up properly)<br>
          .value = constant value<br>
          .unit = unit of the constant</b>


<h2>CONSTANTS</h2>

<b>
- speed_of_light<br>
- permeability_of_free_space<br>
- permittivity_of_free_space<br>
- electron_charge<br>
- Planck_const<br>
- grav_const<br>
- Avogadro_const<br>
- mol_gas_const<br>
- Boltzmann_const <br>
- Stefan_const <br>
- Wien_const <br>
- electron_mass <br>
- electron_charge_mass <br>
- proton_mass<br>
- proton_charge_mass<br>
- neutron_mass <br>
- gravitational_field_strength <br>
- acceleration_due_to_gravity <br>
- atomic_mass </b>

<br><br><br><br>


<p style="font_size:8">The constant were sourced from:<br> <a href="https://filestore.aqa.org.uk/resources/physics/AQA-7408-SDB.PDF">AQA "A Level Physics Data and Formulae"</a></p>


