# 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/d2/5c/a5878b57cfc348e2c3e1af1f9f535d466db4106f49bdfdf063fa417b59e4/ngawari-0.1.1.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.1",
"project_urls": {
"Homepage": "https://github.com/fraser29/ngawari"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1f611a8338a4e2f31aae9debcbeae519db80c064db34c8998ea2c5d3301cb7b",
"md5": "a8438ecd7357d83e9ed1bcc108918313",
"sha256": "13ae5b94027d730355f2e49b90cb6f1edc3b3fc95ca5467e4da94a1af9b87691"
},
"downloads": -1,
"filename": "ngawari-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a8438ecd7357d83e9ed1bcc108918313",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 49200,
"upload_time": "2025-01-07T20:06:55",
"upload_time_iso_8601": "2025-01-07T20:06:55.631558Z",
"url": "https://files.pythonhosted.org/packages/a1/f6/11a8338a4e2f31aae9debcbeae519db80c064db34c8998ea2c5d3301cb7b/ngawari-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d25ca5878b57cfc348e2c3e1af1f9f535d466db4106f49bdfdf063fa417b59e4",
"md5": "da82fbe7b9e93e4ae16f3d67498dccbe",
"sha256": "23f060f43ebfd5db2e84543263e823e06e6cc5fd304ec0ea6fc5d1c35fdbab8f"
},
"downloads": -1,
"filename": "ngawari-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "da82fbe7b9e93e4ae16f3d67498dccbe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 49617,
"upload_time": "2025-01-07T20:06:58",
"upload_time_iso_8601": "2025-01-07T20:06:58.211579Z",
"url": "https://files.pythonhosted.org/packages/d2/5c/a5878b57cfc348e2c3e1af1f9f535d466db4106f49bdfdf063fa417b59e4/ngawari-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-07 20:06:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fraser29",
"github_project": "ngawari",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ngawari"
}