Name | cinetica JSON |
Version |
0.23.0
JSON |
| download |
home_page | None |
Summary | A Python library for physics modules. |
upload_time | 2025-09-12 17:29:34 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | MIT License
Copyright (c) 2025 Elabsurdo984
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
physics
library
science
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Cinetica
Cinetica es una librería de Python diseñada para proporcionar varios módulos para cálculos y simulaciones de física, incluyendo movimientos rectilíneos, parabólicos, circulares, oscilatorios, relativos y espaciales (3D).
## Instalación
```bash
pip install cinetica
```
Para documentación detallada y ejemplos de uso, por favor consulta [DOCS.md](DOCS.md).
## Desarrollo
### Instalación para desarrollo
```bash
pip install -e ".[dev]"
```
### Herramientas de linting
Este proyecto utiliza las siguientes herramientas de linting para mantener la calidad del código:
- **Black**: Formateador de código automático
- **Flake8**: Linter para detectar errores de estilo y problemas de código
- **MyPy**: Verificador de tipos estáticos
#### Ejecutar todas las herramientas de linting
```bash
# Verificar sin modificar archivos
python lint.py
# Auto-corregir problemas de formato
python lint.py --fix
```
#### Ejecutar herramientas individualmente
```bash
# Black (formateador)
black cinetica/ tests/ usage/
black --check cinetica/ tests/ usage/ # solo verificar
# Flake8 (linter)
flake8 cinetica/ tests/ usage/
# MyPy (verificador de tipos)
mypy cinetica/
```
#### Pre-commit hooks (opcional)
Para ejecutar automáticamente las herramientas de linting antes de cada commit:
```bash
# Instalar pre-commit hooks
pre-commit install
# Ejecutar manualmente en todos los archivos
pre-commit run --all-files
```
## Contribuciones
¡Las contribuciones son bienvenidas! Por favor, consulta el archivo `CONTRIBUTING.md` para más detalles.
## Licencia
Este proyecto está bajo la Licencia MIT - consulta el archivo [LICENSE](LICENSE) para más detalles.
Raw data
{
"_id": null,
"home_page": null,
"name": "cinetica",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "physics, library, science",
"author": null,
"author_email": "Elabsurdo984 <matiassfernandez00@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/2d/62/46af2b15b4e3ce43ccc8d33005fefdfc65e2147b68bb6d4c8d4a436f740f/cinetica-0.23.0.tar.gz",
"platform": null,
"description": "# Cinetica\r\n\r\nCinetica es una librer\u00eda de Python dise\u00f1ada para proporcionar varios m\u00f3dulos para c\u00e1lculos y simulaciones de f\u00edsica, incluyendo movimientos rectil\u00edneos, parab\u00f3licos, circulares, oscilatorios, relativos y espaciales (3D).\r\n\r\n## Instalaci\u00f3n\r\n\r\n```bash\r\npip install cinetica\r\n```\r\n\r\nPara documentaci\u00f3n detallada y ejemplos de uso, por favor consulta [DOCS.md](DOCS.md).\r\n\r\n## Desarrollo\r\n\r\n### Instalaci\u00f3n para desarrollo\r\n\r\n```bash\r\npip install -e \".[dev]\"\r\n```\r\n\r\n### Herramientas de linting\r\n\r\nEste proyecto utiliza las siguientes herramientas de linting para mantener la calidad del c\u00f3digo:\r\n\r\n- **Black**: Formateador de c\u00f3digo autom\u00e1tico\r\n- **Flake8**: Linter para detectar errores de estilo y problemas de c\u00f3digo\r\n- **MyPy**: Verificador de tipos est\u00e1ticos\r\n\r\n#### Ejecutar todas las herramientas de linting\r\n\r\n```bash\r\n# Verificar sin modificar archivos\r\npython lint.py\r\n\r\n# Auto-corregir problemas de formato\r\npython lint.py --fix\r\n```\r\n\r\n#### Ejecutar herramientas individualmente\r\n\r\n```bash\r\n# Black (formateador)\r\nblack cinetica/ tests/ usage/\r\nblack --check cinetica/ tests/ usage/ # solo verificar\r\n\r\n# Flake8 (linter)\r\nflake8 cinetica/ tests/ usage/\r\n\r\n# MyPy (verificador de tipos)\r\nmypy cinetica/\r\n```\r\n\r\n#### Pre-commit hooks (opcional)\r\n\r\nPara ejecutar autom\u00e1ticamente las herramientas de linting antes de cada commit:\r\n\r\n```bash\r\n# Instalar pre-commit hooks\r\npre-commit install\r\n\r\n# Ejecutar manualmente en todos los archivos\r\npre-commit run --all-files\r\n```\r\n\r\n## Contribuciones\r\n\r\n\u00a1Las contribuciones son bienvenidas! Por favor, consulta el archivo `CONTRIBUTING.md` para m\u00e1s detalles.\r\n\r\n## Licencia\r\n\r\nEste proyecto est\u00e1 bajo la Licencia MIT - consulta el archivo [LICENSE](LICENSE) para m\u00e1s detalles.\r\n",
"bugtrack_url": null,
"license": "MIT License\r\n \r\n Copyright (c) 2025 Elabsurdo984\r\n \r\n Permission is hereby granted, free of charge, to any person obtaining a copy\r\n of this software and associated documentation files (the \"Software\"), to deal\r\n in the Software without restriction, including without limitation the rights\r\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n copies of the Software, and to permit persons to whom the Software is\r\n furnished to do so, subject to the following conditions:\r\n \r\n The above copyright notice and this permission notice shall be included in all\r\n copies or substantial portions of the Software.\r\n \r\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n SOFTWARE.\r\n ",
"summary": "A Python library for physics modules.",
"version": "0.23.0",
"project_urls": {
"Bug Tracker": "https://github.com/Elabsurdo984/Cinetica/issues",
"Changelog": "https://github.com/Elabsurdo984/Cinetica/blob/master/CHANGELOG.md",
"Documentation": "https://github.com/Elabsurdo984/Cinetica/blob/master/DOCS.md",
"Source Code": "https://github.com/Elabsurdo984/Cinetica"
},
"split_keywords": [
"physics",
" library",
" science"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ea8afb723fe13ab25b215090aee47d7809a7effb25245ef54f6b3d84ebccafc4",
"md5": "b705ab96ad1d6b10f51b324e7accc6e4",
"sha256": "d13a0b4bf958490a5d07226cb3efd4ccd3b4eec635e028cd0e0a24ec4c488401"
},
"downloads": -1,
"filename": "cinetica-0.23.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b705ab96ad1d6b10f51b324e7accc6e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 54149,
"upload_time": "2025-09-12T17:29:32",
"upload_time_iso_8601": "2025-09-12T17:29:32.584651Z",
"url": "https://files.pythonhosted.org/packages/ea/8a/fb723fe13ab25b215090aee47d7809a7effb25245ef54f6b3d84ebccafc4/cinetica-0.23.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2d6246af2b15b4e3ce43ccc8d33005fefdfc65e2147b68bb6d4c8d4a436f740f",
"md5": "cac6ea421e2b25c0796e56ce1aeb3b85",
"sha256": "7295d2143880f18c902c212422c6d0e0e0def3b26efe1d2fc7f360d42a67bbe7"
},
"downloads": -1,
"filename": "cinetica-0.23.0.tar.gz",
"has_sig": false,
"md5_digest": "cac6ea421e2b25c0796e56ce1aeb3b85",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 41409,
"upload_time": "2025-09-12T17:29:34",
"upload_time_iso_8601": "2025-09-12T17:29:34.303550Z",
"url": "https://files.pythonhosted.org/packages/2d/62/46af2b15b4e3ce43ccc8d33005fefdfc65e2147b68bb6d4c8d4a436f740f/cinetica-0.23.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-12 17:29:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Elabsurdo984",
"github_project": "Cinetica",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "cinetica"
}