# pysics — A Comprehensive Physics Library in Python
**pysics** is a pure Python library designed to provide an extensive collection of physical constants, equations, and formulae. It serves as a valuable toolkit for students, researchers, educators, and developers, offering support for a wide range of physics domains — from classical mechanics to quantum theory.
## Key Features
- **Extensive Constants Database**
Includes all major physical constants — SI base units, quantum constants, astronomical values, and more.
- **Modular Formula Collections**
Organized modules covering mechanics, thermodynamics, electromagnetism, atomic physics, nuclear physics, and beyond.
- **Unit Conversion Utilities**
Easily convert between unit systems such as SI, CGS, and natural units.
- **Built for Education and Research**
Designed to integrate seamlessly into scientific calculators, simulations, teaching tools, or research codebases.
## Installation
Coming soon on PyPI. Once released, install it with:
```bash
pip install pysics
```
Contributing
We welcome contributions of all kinds — whether it's adding new formulas, improving existing modules, or translating content. If you’re interested in contributing:
Fork the repository
Submit a pull request
Open issues for suggestions or bug reports
Raw data
{
"_id": null,
"home_page": "https://github.com/n0sync/pysics",
"name": "python-pysics",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "physics, science, constants, equations, mechanics, quantum",
"author": "Shakee",
"author_email": "n0sync <n0sync.76@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/10/5b/b6057af33be6c99f23219744ece513750fc8226bb467637f82a1254e58bb/python_pysics-0.1.0.tar.gz",
"platform": null,
"description": "# pysics \u2014 A Comprehensive Physics Library in Python\r\n\r\n**pysics** is a pure Python library designed to provide an extensive collection of physical constants, equations, and formulae. It serves as a valuable toolkit for students, researchers, educators, and developers, offering support for a wide range of physics domains \u2014 from classical mechanics to quantum theory.\r\n\r\n## Key Features\r\n\r\n- **Extensive Constants Database** \r\n Includes all major physical constants \u2014 SI base units, quantum constants, astronomical values, and more.\r\n\r\n- **Modular Formula Collections** \r\n Organized modules covering mechanics, thermodynamics, electromagnetism, atomic physics, nuclear physics, and beyond.\r\n\r\n- **Unit Conversion Utilities** \r\n Easily convert between unit systems such as SI, CGS, and natural units.\r\n\r\n- **Built for Education and Research** \r\n Designed to integrate seamlessly into scientific calculators, simulations, teaching tools, or research codebases.\r\n\r\n## Installation\r\n\r\nComing soon on PyPI. Once released, install it with:\r\n\r\n```bash\r\npip install pysics\r\n```\r\nContributing\r\nWe welcome contributions of all kinds \u2014 whether it's adding new formulas, improving existing modules, or translating content. If you\u2019re interested in contributing:\r\n\r\nFork the repository\r\n\r\nSubmit a pull request\r\n\r\nOpen issues for suggestions or bug reports\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A comprehensive physics library providing constants, equations, and formulas",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/n0sync/pysics",
"Issues": "https://github.com/n0sync/pysics/issues",
"Repository": "https://github.com/n0sync/pysics"
},
"split_keywords": [
"physics",
" science",
" constants",
" equations",
" mechanics",
" quantum"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "d4c482f066dffff29a00cf0f61000d9e16a9ce3c60cc475e6ac56254a68c6e91",
"md5": "ef7cfb3d0cd07a58d19ff71413bfe61a",
"sha256": "36887bfe06d7b966d0169d605f15f87e0bac4f58c096b74287619dcd091cb1bc"
},
"downloads": -1,
"filename": "python_pysics-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ef7cfb3d0cd07a58d19ff71413bfe61a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3085,
"upload_time": "2025-08-15T17:32:06",
"upload_time_iso_8601": "2025-08-15T17:32:06.378586Z",
"url": "https://files.pythonhosted.org/packages/d4/c4/82f066dffff29a00cf0f61000d9e16a9ce3c60cc475e6ac56254a68c6e91/python_pysics-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "105bb6057af33be6c99f23219744ece513750fc8226bb467637f82a1254e58bb",
"md5": "6922c3c9d6ce45e587462691d33782ef",
"sha256": "1e561f1b1d4a87b1e11ca90147b6b76614c3042a79a59aa9615d42334cf8ee17"
},
"downloads": -1,
"filename": "python_pysics-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6922c3c9d6ce45e587462691d33782ef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4432,
"upload_time": "2025-08-15T17:32:07",
"upload_time_iso_8601": "2025-08-15T17:32:07.848325Z",
"url": "https://files.pythonhosted.org/packages/10/5b/b6057af33be6c99f23219744ece513750fc8226bb467637f82a1254e58bb/python_pysics-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-15 17:32:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "n0sync",
"github_project": "pysics",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "numpy",
"specs": [
[
">=",
"1.19.0"
]
]
},
{
"name": "scipy",
"specs": [
[
">=",
"1.7.0"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.3.0"
]
]
}
],
"lcname": "python-pysics"
}