opencmiss2cmlibs


Nameopencmiss2cmlibs JSON
Version 0.1.6 PyPI version JSON
download
home_page
SummaryApplication converting packages that use OpenCMISS-Zinc to CMLibs Zinc.
upload_time2023-10-03 23:52:36
maintainer
docs_urlNone
author
requires_python
licenseApache Software License
keywords continuum modelling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            OpenCMISS 2 CMLibs
==================

This tool is meant to help update code from using OpenCMISS python packages to CMLibs python packages.
It also contains a tool to upgrade Argon documents from OpenCMISS to CMLibs.

Install with::

  pip install opencmiss2cmlibs

Usage::

  opencmiss2cmlibs <directory-of-python-packge-to-update>

This displays a diff of the changes on *stdout*.
To make the changes in-place and not create a backup file use::

  opencmiss2cmlibs -w -n <directory-of-python-packge-to-update>

This form of the command is best suited for use with code that is under version control, Git or the like.

To upgrade Argon documents us the following command::

  upgradeargondocuments <directory-containing-argon-files>

This command will search through the directory tree looking for old Argon documents and convert them to new ones.


   Copyright 2023 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": "",
    "name": "opencmiss2cmlibs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "continuum modelling",
    "author": "",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "OpenCMISS 2 CMLibs\n==================\n\nThis tool is meant to help update code from using OpenCMISS python packages to CMLibs python packages.\nIt also contains a tool to upgrade Argon documents from OpenCMISS to CMLibs.\n\nInstall with::\n\n  pip install opencmiss2cmlibs\n\nUsage::\n\n  opencmiss2cmlibs <directory-of-python-packge-to-update>\n\nThis displays a diff of the changes on *stdout*.\nTo make the changes in-place and not create a backup file use::\n\n  opencmiss2cmlibs -w -n <directory-of-python-packge-to-update>\n\nThis form of the command is best suited for use with code that is under version control, Git or the like.\n\nTo upgrade Argon documents us the following command::\n\n  upgradeargondocuments <directory-containing-argon-files>\n\nThis command will search through the directory tree looking for old Argon documents and convert them to new ones.\n\n\n   Copyright 2023 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\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Application converting packages that use OpenCMISS-Zinc to CMLibs Zinc.",
    "version": "0.1.6",
    "project_urls": null,
    "split_keywords": [
        "continuum",
        "modelling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22b6159abdf90d5b80acd33ee5dcfeda9e87d88efedb89f711fed3f5a2acffb5",
                "md5": "983990222f19ac8de5666f480f9c3b9f",
                "sha256": "4d527ed61113ad57761aee8b307b65e833e00bc7bb78c1404e14961ba04ebe15"
            },
            "downloads": -1,
            "filename": "opencmiss2cmlibs-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "983990222f19ac8de5666f480f9c3b9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 60705,
            "upload_time": "2023-10-03T23:52:36",
            "upload_time_iso_8601": "2023-10-03T23:52:36.971872Z",
            "url": "https://files.pythonhosted.org/packages/22/b6/159abdf90d5b80acd33ee5dcfeda9e87d88efedb89f711fed3f5a2acffb5/opencmiss2cmlibs-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-03 23:52:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "opencmiss2cmlibs"
}
        
Elapsed time: 0.12868s