geosoft


Namegeosoft JSON
Version 2023.1.0 PyPI version JSON
download
home_pagehttps://github.com/GeosoftInc/gxpy
SummaryGeosoft GX API module for Python
upload_time2023-06-28 21:25:35
maintainer
docs_urlNone
authorGeosoft Inc.
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Geosoft GX for Python Repository

This is the repository for Seequent's Geosoft GX Developer support for Python development. Refer to the documentation for more information.

[GX Developer documentation](https://geosoftgxdev.atlassian.net/wiki/display/GD/Python+in+GX+Developer)

From release 9.6, tutorials for various subjects are available as Jupyter Notebooks, and are added as subjects are developed.  See the following github page for what is currently available:

https://github.com/GeosoftInc/gxpy/tree/master/examples/jupyter_notebooks/Tutorials
(Select the branch that matches the GX Developer version you are working with.)

If you are new to GX Developer, refer to the [GX Developer tutorial](https://geosoftgxdev.atlassian.net/wiki/spaces/GXD93/pages/103153671/Python+Tutorial+for+Geosoft+GX+Developer) that is documented as part of the 9.3 release.

[Python Packages](https://github.com/GeosoftInc/gxpy/wiki)

Also see the [Geosoft organization on Github](https://github.com/GeosoftInc) for the other programming language specific repos.

Quick Start
-----------

### Configuration ###

See [Python Configuration Menu](https://github.com/GeosoftInc/gxpy/wiki/Python-menu-for-Geosoft-Desktop) to install a Python menu that simplifies Python configuration for an Oasis montaj installation.

To update an existing Python installation, load the Python menu from your User Menus and select Python > Configure Python... > update geosoft package.

If you encounter problems due to a non-standard installation you can also update Python manually (see below).  

### Manual Configuration ###

Uninstall Geosoft from Python, then install version 9.6 as follows (you must have the Geosoft Desktop 9.6 platform installed).

```
pip uninstall geosoft
pip install geosoft
```

Or, alternately:

```
pip install geosoft --upgrade
```

### Version Compatibility ###
The base GX API, which is exposed to Python by the ___geosoft.gxapi___ module, is consistent across versions. This means that earlier versions of ___geosoft.pxpy___ will work with Geosoft Desktop 9.6. While we recommend that older scripts be updated to conform to the 9.6 API, should you need support for multiple versions of ___geosoft.gxpy___ you can create separate Anaconda Python environments for each version. For example, you might create an environment ___'py35_gx91'___ for Python 3.5 and the GX API version 9.1, ___'py36_gx92'___ for Python 3.6 and GX Developer 9.2 and 'py36_gx96' for GX Developer 9.6. If you do not depend on earlier versions of the GX Developer Python API it is best to use only the most recently released API.

Vesion 9.6 supports Python 3.6 and 3.7.  If you need Python 3.4 support, install geosoft version 9.2.1, which will work with both Geosoft Desktop versions 9.2 and 9.5, but will not contain any methods and classes introduced since version 9.2. If you need Python 3.5 support, install geosoft version 9.5, which will work with both Geosoft Desktop and redistributable versions 9.5 and 9.6, but will not contain any methods and classes introduced since version 9.6.

License
-------

Any source code found here are released under the [BSD 2-clause license](https://github.com/GeosoftInc/gxpy/blob/master/LICENSE). Core functionality exposed by the GX API may have additional license implications. For more information consult the [License page in the GX Developer Wiki](https://geosoftgxdev.atlassian.net/wiki/spaces/GD/pages/2359406/License)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GeosoftInc/gxpy",
    "name": "geosoft",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Geosoft Inc.",
    "author_email": "support@geosoft.com",
    "download_url": "",
    "platform": "win_amd64",
    "description": "# Geosoft GX for Python Repository\n\nThis is the repository for Seequent's Geosoft GX Developer support for Python development. Refer to the documentation for more information.\n\n[GX Developer documentation](https://geosoftgxdev.atlassian.net/wiki/display/GD/Python+in+GX+Developer)\n\nFrom release 9.6, tutorials for various subjects are available as Jupyter Notebooks, and are added as subjects are developed.  See the following github page for what is currently available:\n\nhttps://github.com/GeosoftInc/gxpy/tree/master/examples/jupyter_notebooks/Tutorials\n(Select the branch that matches the GX Developer version you are working with.)\n\nIf you are new to GX Developer, refer to the [GX Developer tutorial](https://geosoftgxdev.atlassian.net/wiki/spaces/GXD93/pages/103153671/Python+Tutorial+for+Geosoft+GX+Developer) that is documented as part of the 9.3 release.\n\n[Python Packages](https://github.com/GeosoftInc/gxpy/wiki)\n\nAlso see the [Geosoft organization on Github](https://github.com/GeosoftInc) for the other programming language specific repos.\n\nQuick Start\n-----------\n\n### Configuration ###\n\nSee\u00c2\u00a0[Python Configuration Menu](https://github.com/GeosoftInc/gxpy/wiki/Python-menu-for-Geosoft-Desktop) to install a Python menu that simplifies Python configuration for an Oasis montaj installation.\n\nTo update an existing Python installation, load the Python menu from your User Menus and select Python > Configure Python... > update geosoft package.\n\nIf you encounter problems due to a non-standard installation you can also update Python manually (see below).\u00c2\u00a0 \n\n### Manual Configuration ###\n\nUninstall Geosoft from Python, then install version 9.6 as follows (you must have the Geosoft Desktop 9.6 platform installed).\n\n```\npip uninstall geosoft\npip install geosoft\n```\n\nOr, alternately:\n\n```\npip install geosoft --upgrade\n```\n\n### Version Compatibility ###\nThe base GX API, which is exposed to Python by the ___geosoft.gxapi___ module, is consistent across versions. This means that earlier versions of ___geosoft.pxpy___ will work with Geosoft Desktop 9.6. While we recommend that older scripts be updated to conform to the 9.6 API, should you need support for multiple versions of ___geosoft.gxpy___ you can create separate Anaconda Python environments for each version. For example, you might create an environment ___'py35_gx91'___ for Python 3.5 and the GX API version 9.1, ___'py36_gx92'___ for Python 3.6 and GX Developer 9.2 and 'py36_gx96' for GX Developer 9.6. If you do not depend on earlier versions of the GX Developer Python API it is best to use only the most recently released API.\n\nVesion 9.6 supports Python 3.6 and 3.7.\u00c2\u00a0 If you need Python 3.4 support, install geosoft version 9.2.1, which will work with both Geosoft Desktop versions 9.2 and 9.5, but will not contain any methods and classes introduced since version 9.2. If you need Python 3.5 support, install geosoft version 9.5, which will work with both Geosoft Desktop and redistributable versions 9.5 and 9.6, but will not contain any methods and classes introduced since version 9.6.\n\nLicense\n-------\n\nAny source code found here are released under the [BSD 2-clause license](https://github.com/GeosoftInc/gxpy/blob/master/LICENSE). Core functionality exposed by the GX API may have additional license implications. For more information consult the [License page in the GX Developer Wiki](https://geosoftgxdev.atlassian.net/wiki/spaces/GD/pages/2359406/License)\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Geosoft GX API module for Python",
    "version": "2023.1.0",
    "project_urls": {
        "Homepage": "https://github.com/GeosoftInc/gxpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d1fb27b92dca542acfc9b4424e9d4879f37e5b613598ffdac27c68d07c98db3",
                "md5": "709e073519951194a96baecebcc9639f",
                "sha256": "e3c4af5c5775faa6af0df573d50c8cba15dddcd57b75401652934590345c1dd4"
            },
            "downloads": -1,
            "filename": "geosoft-2023.1.0-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "709e073519951194a96baecebcc9639f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 4316997,
            "upload_time": "2023-06-28T21:25:35",
            "upload_time_iso_8601": "2023-06-28T21:25:35.321067Z",
            "url": "https://files.pythonhosted.org/packages/8d/1f/b27b92dca542acfc9b4424e9d4879f37e5b613598ffdac27c68d07c98db3/geosoft-2023.1.0-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1be756e3455984f0c821568649af0c341211b6bdd4c97dff1653cc736072cc5",
                "md5": "aa919bea62db3a0f20835355fe1cf23d",
                "sha256": "67911d369de20551c1f330a0048a73ad31ffc35d908d3ee255a6cca9333264a1"
            },
            "downloads": -1,
            "filename": "geosoft-2023.1.0-cp37-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aa919bea62db3a0f20835355fe1cf23d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 4749864,
            "upload_time": "2023-06-28T21:25:37",
            "upload_time_iso_8601": "2023-06-28T21:25:37.682262Z",
            "url": "https://files.pythonhosted.org/packages/d1/be/756e3455984f0c821568649af0c341211b6bdd4c97dff1653cc736072cc5/geosoft-2023.1.0-cp37-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3879563df19738e72bd252993e07117d296189d8dfdebfda73cab4a27ef54a46",
                "md5": "8971dc59132d08194472f51e6bd4c318",
                "sha256": "904d1a1675af628d61e9886fa170961ab634f37281fd308cb8019883cb87d372"
            },
            "downloads": -1,
            "filename": "geosoft-2023.1.0-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8971dc59132d08194472f51e6bd4c318",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 4793911,
            "upload_time": "2023-06-28T21:25:40",
            "upload_time_iso_8601": "2023-06-28T21:25:40.388872Z",
            "url": "https://files.pythonhosted.org/packages/38/79/563df19738e72bd252993e07117d296189d8dfdebfda73cab4a27ef54a46/geosoft-2023.1.0-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48aaeb65a20b821129604755c31eaa40e8151954449843c3011c2c0b707d38af",
                "md5": "f14a76ee90a1a02be52db0f7f7601274",
                "sha256": "f56408706d8934ae46f0834e9357240f6cd1b271f51ce0cc0646757350b77d66"
            },
            "downloads": -1,
            "filename": "geosoft-2023.1.0-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f14a76ee90a1a02be52db0f7f7601274",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 4318000,
            "upload_time": "2023-06-28T21:25:42",
            "upload_time_iso_8601": "2023-06-28T21:25:42.670014Z",
            "url": "https://files.pythonhosted.org/packages/48/aa/eb65a20b821129604755c31eaa40e8151954449843c3011c2c0b707d38af/geosoft-2023.1.0-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 21:25:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GeosoftInc",
    "github_project": "gxpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "geosoft"
}
        
Elapsed time: 0.18240s