sparc-converter


Namesparc-converter JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/hsorby/sparc-converter.git
SummaryApplications to convert SPARC data.
upload_time2024-08-21 04:05:48
maintainerNone
docs_urlNone
authorHugh Sorby
requires_pythonNone
licenseApache Software License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
SPARC Converter
===============

Python applications to convert data from one format to another.

Usage
-----

Basic usage instructions::

 usage: sparc-convert [-h] [-o OUTPUT_DIR] {web-gl} ...

 Convert SPARC data.

 positional arguments:
   {web-gl}              Choose a command
     web-gl              export to WebGL

 optional arguments:
   -h, --help            show this help message and exit
   -o OUTPUT_DIR, --output-dir OUTPUT_DIR
                         specify the output directory


Usage instructions for *web-gl* command::

  usage: sparc-convert web-gl [-h] [-p PREFIX] argon_doc

  positional arguments:
    argon_doc             an Argon document

  optional arguments:
    -h, --help            show this help message and exit
    -p PREFIX, --prefix PREFIX
                          set web-gl output prefix

Example
-------

::

  sparc-convert web-gl <path-to-argon-file>/CubeSquareLine.neon -o webgl

License
=======

::

   Copyright 2021 University of Auckland

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hsorby/sparc-converter.git",
    "name": "sparc-converter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Hugh Sorby",
    "author_email": "h.sorby@auckland.ac.nz",
    "download_url": null,
    "platform": null,
    "description": "\nSPARC Converter\n===============\n\nPython applications to convert data from one format to another.\n\nUsage\n-----\n\nBasic usage instructions::\n\n usage: sparc-convert [-h] [-o OUTPUT_DIR] {web-gl} ...\n\n Convert SPARC data.\n\n positional arguments:\n   {web-gl}              Choose a command\n     web-gl              export to WebGL\n\n optional arguments:\n   -h, --help            show this help message and exit\n   -o OUTPUT_DIR, --output-dir OUTPUT_DIR\n                         specify the output directory\n\n\nUsage instructions for *web-gl* command::\n\n  usage: sparc-convert web-gl [-h] [-p PREFIX] argon_doc\n\n  positional arguments:\n    argon_doc             an Argon document\n\n  optional arguments:\n    -h, --help            show this help message and exit\n    -p PREFIX, --prefix PREFIX\n                          set web-gl output prefix\n\nExample\n-------\n\n::\n\n  sparc-convert web-gl <path-to-argon-file>/CubeSquareLine.neon -o webgl\n\nLicense\n=======\n\n::\n\n   Copyright 2021 University of Auckland\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Applications to convert SPARC data.",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/hsorby/sparc-converter.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0670eacf760feb28ec18a91c39fb358b459b26a2809be53adab9c65125822ab3",
                "md5": "854e2c31e2f7e0578e892bbda48a4560",
                "sha256": "7c11b9d0783cda34c8680ade56cb40cdcc4f0323a8bdd6b6a78ab037a3437c54"
            },
            "downloads": -1,
            "filename": "sparc_converter-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "854e2c31e2f7e0578e892bbda48a4560",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3575,
            "upload_time": "2024-08-21T04:05:48",
            "upload_time_iso_8601": "2024-08-21T04:05:48.437241Z",
            "url": "https://files.pythonhosted.org/packages/06/70/eacf760feb28ec18a91c39fb358b459b26a2809be53adab9c65125822ab3/sparc_converter-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-21 04:05:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hsorby",
    "github_project": "sparc-converter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sparc-converter"
}
        
Elapsed time: 0.41489s