pycoilgen_utils


Namepycoilgen_utils JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryExtra utilities for pyCoilGen, the Open Source Magnetic Resonance Coil Generator.
upload_time2023-09-28 07:55:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseNone
keywords utility stl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyCoilGen Utilities

[pyCoilGen](https://github.com/kev-m/pyCoilGen) is an application for generating coil layouts within the MRI/NMR environment. 

This package provides optional extra utilities that users may find useful:
- stl_asc2bin: Convert [ASCII STL](https://en.wikipedia.org/wiki/STL_(file_format)#ASCII) files to binary.

## Installation

Install **pyCoilGen Utilities** using pip:
```bash
$ pip install pycoilgen_utils
```

## Usage

### stl_asc2bin
```bash
usage: stl_asc2bin [-h] input_file output_file

Convert ASCII STL to Binary STL

positional arguments:
  input_file   Path to the input ASCII STL file
  output_file  Path for the output binary STL file

optional arguments:
  -h, --help   show this help message and exit
```

## License

See [`LICENSE.txt`](https://github.com/kev-m/pyCoilGen/blob/master/LICENSE.txt) for more information.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pycoilgen_utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Utility,STL",
    "author": null,
    "author_email": "Kevin Meyer <kevin@kmz.co.za>",
    "download_url": "https://files.pythonhosted.org/packages/0c/17/afa444e8eaa7e48fd4cdd4e0b41fc7cc146b1e813cfaee783923e498d7bf/pycoilgen_utils-0.0.2.tar.gz",
    "platform": null,
    "description": "# pyCoilGen Utilities\n\n[pyCoilGen](https://github.com/kev-m/pyCoilGen) is an application for generating coil layouts within the MRI/NMR environment. \n\nThis package provides optional extra utilities that users may find useful:\n- stl_asc2bin: Convert [ASCII STL](https://en.wikipedia.org/wiki/STL_(file_format)#ASCII) files to binary.\n\n## Installation\n\nInstall **pyCoilGen Utilities** using pip:\n```bash\n$ pip install pycoilgen_utils\n```\n\n## Usage\n\n### stl_asc2bin\n```bash\nusage: stl_asc2bin [-h] input_file output_file\n\nConvert ASCII STL to Binary STL\n\npositional arguments:\n  input_file   Path to the input ASCII STL file\n  output_file  Path for the output binary STL file\n\noptional arguments:\n  -h, --help   show this help message and exit\n```\n\n## License\n\nSee [`LICENSE.txt`](https://github.com/kev-m/pyCoilGen/blob/master/LICENSE.txt) for more information.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Extra utilities for pyCoilGen, the Open Source Magnetic Resonance Coil Generator.",
    "version": "0.0.2",
    "project_urls": {
        "Bug tracker": "https://github.com/kev-m/pyCoilGen/issues",
        "Changelog": "https://github.com/kev-m/pyCoilGen/blob/master/utilities/CHANGELOG.md",
        "Code of Conduct": "https://github.com/kev-m/pyCoilGen/blob/master/CODE_OF_CONDUCT.md",
        "Contributing": "https://github.com/kev-m/pyCoilGen/blob/master/CONTRIBUTING.md",
        "Documentation": "https://pycoilgen.readthedocs.io/",
        "Home": "https://github.com/kev-m/pyCoilGen",
        "Source": "https://github.com/kev-m/pyCoilGen/tree/master/utilities"
    },
    "split_keywords": [
        "utility",
        "stl"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72b7931f8b6193ff451b67cc06e40307ef27e5357b0b9c252bf7ecee973df1b8",
                "md5": "34aebb0a6c6ff095dd08f59999475462",
                "sha256": "4a1a7b2bf2cacd3df39c09c0bcff3bb73984ff2f374fef30fe64da8362c9f300"
            },
            "downloads": -1,
            "filename": "pycoilgen_utils-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "34aebb0a6c6ff095dd08f59999475462",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 16080,
            "upload_time": "2023-09-28T07:55:16",
            "upload_time_iso_8601": "2023-09-28T07:55:16.615259Z",
            "url": "https://files.pythonhosted.org/packages/72/b7/931f8b6193ff451b67cc06e40307ef27e5357b0b9c252bf7ecee973df1b8/pycoilgen_utils-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c17afa444e8eaa7e48fd4cdd4e0b41fc7cc146b1e813cfaee783923e498d7bf",
                "md5": "ddf6c9b7a81ec77d152a8241562040bb",
                "sha256": "cfd52749bfb6a06637d4d8fddfa3375b07178eda206b78c5554bc118c7d3d163"
            },
            "downloads": -1,
            "filename": "pycoilgen_utils-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ddf6c9b7a81ec77d152a8241562040bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15376,
            "upload_time": "2023-09-28T07:55:18",
            "upload_time_iso_8601": "2023-09-28T07:55:18.636543Z",
            "url": "https://files.pythonhosted.org/packages/0c/17/afa444e8eaa7e48fd4cdd4e0b41fc7cc146b1e813cfaee783923e498d7bf/pycoilgen_utils-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 07:55:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kev-m",
    "github_project": "pyCoilGen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pycoilgen_utils"
}
        
Elapsed time: 0.14967s