# Ngawari
Ngawari is a Python-based toolkit for simplifying operations in data analysis and processing, particularly focused on medical imaging and computational geometry. It is built heavily on top of the [VTK library](https://vtk.org/).
## Features
- Advanced geometric calculations and transformations
- Medical imaging data processing
- Statistical analysis tools
- 3D visualization capabilities
## Installation
To install Ngawari, run the following command:
```bash
pip install ngawari
```
## Usage
Here's a quick example of how to use Ngawari:
```python
from ngawari import ftk
# Calculate Body Surface Area
height_cm = 170
weight_kg = 70
bsa = ftk.calculateBSA(height_cm, weight_kg)
print(f"Body Surface Area: {bsa:.2f} m²")
# Fit a plane to 3D points
points = [[0, 0, 0], [1, 0, 0], [0, 1, 0], [1, 1, 0]]
plane = ftk.fitPlaneToPoints(points)
print(f"Fitted plane coefficients: {plane}")
```
For more detailed usage instructions, please refer to the documentation.
## Documentation #TODO
Full documentation is available at [https://ngawari.readthedocs.io](https://ngawari.readthedocs.io)
## Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.
## License
Ngawari is released under the Apache License 2.0. See the [LICENSE](LICENSE) file for more details.
## Contact
For any questions or support, please open an issue on our [GitHub repository](https://github.com/fraser29/ngawari) or contact us at support@ngawari.com.
Raw data
{
"_id": null,
"home_page": "https://github.com/fraser29/ngawari",
"name": "ngawari",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Fraser M. Callaghan",
"author_email": "callaghan.fm@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/8a/00/fa9127393602543215ceac64832b23bd5058f86b5d2ae30054a1b7e68023/ngawari-0.1.0.tar.gz",
"platform": null,
"description": "# Ngawari\n\nNgawari is a Python-based toolkit for simplifying operations in data analysis and processing, particularly focused on medical imaging and computational geometry. It is built heavily on top of the [VTK library](https://vtk.org/).\n\n## Features\n\n- Advanced geometric calculations and transformations\n- Medical imaging data processing\n- Statistical analysis tools\n- 3D visualization capabilities\n\n## Installation\n\nTo install Ngawari, run the following command:\n\n```bash\npip install ngawari\n```\n\n## Usage\n\nHere's a quick example of how to use Ngawari:\n\n```python\nfrom ngawari import ftk\n\n# Calculate Body Surface Area\nheight_cm = 170\nweight_kg = 70\nbsa = ftk.calculateBSA(height_cm, weight_kg)\nprint(f\"Body Surface Area: {bsa:.2f} m\u00b2\")\n\n# Fit a plane to 3D points\npoints = [[0, 0, 0], [1, 0, 0], [0, 1, 0], [1, 1, 0]]\nplane = ftk.fitPlaneToPoints(points)\nprint(f\"Fitted plane coefficients: {plane}\")\n```\n\nFor more detailed usage instructions, please refer to the documentation.\n\n## Documentation #TODO\n\nFull documentation is available at [https://ngawari.readthedocs.io](https://ngawari.readthedocs.io)\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.\n\n## License\n\nNgawari is released under the Apache License 2.0. See the [LICENSE](LICENSE) file for more details.\n\n## Contact\n\nFor any questions or support, please open an issue on our [GitHub repository](https://github.com/fraser29/ngawari) or contact us at support@ngawari.com.\n",
"bugtrack_url": null,
"license": null,
"summary": "A simple and functional toolkit for working with data in VTK.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/fraser29/ngawari"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "dd3cb9a5454b9ee13be9cd3cc54128605e26622b273f54c3f76c3291161d7445",
"md5": "01bb0d2cd721211faa9a9d11a1c90483",
"sha256": "e51a6dc6073c546f6902e9de897518db0dd9fae16d2623e29ca5e60fc43f0ee5"
},
"downloads": -1,
"filename": "ngawari-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01bb0d2cd721211faa9a9d11a1c90483",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 48783,
"upload_time": "2024-11-26T13:09:17",
"upload_time_iso_8601": "2024-11-26T13:09:17.035517Z",
"url": "https://files.pythonhosted.org/packages/dd/3c/b9a5454b9ee13be9cd3cc54128605e26622b273f54c3f76c3291161d7445/ngawari-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8a00fa9127393602543215ceac64832b23bd5058f86b5d2ae30054a1b7e68023",
"md5": "8843ecb4a7400f04e894010787eceb1b",
"sha256": "00058e3fa40bffebf326874263b88e2eacdfe2dc5e75405197aa26bdf2df9c02"
},
"downloads": -1,
"filename": "ngawari-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "8843ecb4a7400f04e894010787eceb1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 49220,
"upload_time": "2024-11-26T13:09:19",
"upload_time_iso_8601": "2024-11-26T13:09:19.269893Z",
"url": "https://files.pythonhosted.org/packages/8a/00/fa9127393602543215ceac64832b23bd5058f86b5d2ae30054a1b7e68023/ngawari-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-26 13:09:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fraser29",
"github_project": "ngawari",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ngawari"
}