particle-pack-tools


Nameparticle-pack-tools JSON
Version 0.0.5 PyPI version JSON
download
home_pageNone
SummaryA toolkit for processing and visualizing particle pack data.
upload_time2025-10-22 13:28:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords particle pack tools visualization data processing particle pack
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Particle Pack Tools

## Installation
To install the package, run:
```
pip install particle-pack-tools
```

## Usage

### Dataset I/O
Load particle pack datasets using:
```
from pptools.io import load_nc, load_nc_arr
```

### Dataset Preprocessing
Preprocess particle pack datasets with:
```
from pptools.preprocess import crop_3d
# ...additional preprocessing functions...
```

### Dataset Visualization
Visualize particle pack datasets using the `Visualizer` class:
```
from pptools.visualize import Visualizer

# Initialize the visualizer
vis = Visualizer()

# Plot a tomogram
vis.plot_tomo(tomo_img)
vis.show()

# Plot a multi-label mask
vis.plot_mask(mask_img)
vis.show()
```

---

Feel free to report any issues or share suggestions to help improve this toolkit.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "particle-pack-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "particle pack, tools, visualization, data processing, particle pack",
    "author": null,
    "author_email": "Bogong Wang <bogongwang.dev@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/a5/c2/00edaeeb6654f203c1389b1b3a71db1267bea94f79e21154d8cc252d78c4/particle_pack_tools-0.0.5.tar.gz",
    "platform": null,
    "description": "# Particle Pack Tools\n\n## Installation\nTo install the package, run:\n```\npip install particle-pack-tools\n```\n\n## Usage\n\n### Dataset I/O\nLoad particle pack datasets using:\n```\nfrom pptools.io import load_nc, load_nc_arr\n```\n\n### Dataset Preprocessing\nPreprocess particle pack datasets with:\n```\nfrom pptools.preprocess import crop_3d\n# ...additional preprocessing functions...\n```\n\n### Dataset Visualization\nVisualize particle pack datasets using the `Visualizer` class:\n```\nfrom pptools.visualize import Visualizer\n\n# Initialize the visualizer\nvis = Visualizer()\n\n# Plot a tomogram\nvis.plot_tomo(tomo_img)\nvis.show()\n\n# Plot a multi-label mask\nvis.plot_mask(mask_img)\nvis.show()\n```\n\n---\n\nFeel free to report any issues or share suggestions to help improve this toolkit.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A toolkit for processing and visualizing particle pack data.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/bogongwang/particle-pack-tools",
        "Repository": "https://github.com/bogongwang/particle-pack-tools"
    },
    "split_keywords": [
        "particle pack",
        " tools",
        " visualization",
        " data processing",
        " particle pack"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "088d4ffcc633ce103f34d0a08a174b199baa55e6cc4b5656489279095d068bfe",
                "md5": "c5994af6ff281d646e45d70f44c84a0b",
                "sha256": "03eb545ac454b7cd4c8a89d38f7f90281b0f6b2035b905638164f83c111c96ea"
            },
            "downloads": -1,
            "filename": "particle_pack_tools-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5994af6ff281d646e45d70f44c84a0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 13216,
            "upload_time": "2025-10-22T13:28:35",
            "upload_time_iso_8601": "2025-10-22T13:28:35.178543Z",
            "url": "https://files.pythonhosted.org/packages/08/8d/4ffcc633ce103f34d0a08a174b199baa55e6cc4b5656489279095d068bfe/particle_pack_tools-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a5c200edaeeb6654f203c1389b1b3a71db1267bea94f79e21154d8cc252d78c4",
                "md5": "2b67286161b827cf50f68ab9908ada3e",
                "sha256": "1c79cba2bf7382e3ca1d001cdd920dcb93a2f93c4d7bcd59ff824d0397b5e164"
            },
            "downloads": -1,
            "filename": "particle_pack_tools-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "2b67286161b827cf50f68ab9908ada3e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 12491,
            "upload_time": "2025-10-22T13:28:36",
            "upload_time_iso_8601": "2025-10-22T13:28:36.596431Z",
            "url": "https://files.pythonhosted.org/packages/a5/c2/00edaeeb6654f203c1389b1b3a71db1267bea94f79e21154d8cc252d78c4/particle_pack_tools-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 13:28:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bogongwang",
    "github_project": "particle-pack-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "particle-pack-tools"
}
        
Elapsed time: 2.74711s