itasca-stub


Nameitasca-stub JSON
Version 1.0.19 PyPI version JSON
download
home_pagehttps://github.com/panhaoyu/itasca-stub
SummaryItasca PFC python stub
upload_time2023-05-14 01:57:06
maintainer
docs_urlNone
authorpanhaoyu
requires_python>=3.6,<4.0
licenseMIT
keywords itasca stub pfc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # itasca-stub

This repository contains code to generate `itasca.pyi` for PFC600.

Itasca provides great python interface, But it is too weak compared to PyCharm.
When writing PFC in PyCharm, the keyword `itasca` has no typehint.
Thus, the project is developed, and here's a preview.

![preview](https://raw.githubusercontent.com/panhaoyu/itasca-stub/master/doc/assets/preview.png)

## Installation

### Manual

Copy the `itasca` directory to your python `site-packages` directory.
Make sure to copy to your current environment.
If the internal Python of PFC is used, then you should copy to the path like:
`Itasca\PFC600\exe64\python36\Lib\site-packages`.

### pip

```cmd
pip install itasca-stub
```

Best wishes!

## Contribution

You can submit issues and PRs at any time, welcome for your contribution!
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/panhaoyu/itasca-stub",
    "name": "itasca-stub",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "itasca,stub,pfc",
    "author": "panhaoyu",
    "author_email": "panhaoyu.china@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/ac/ce/c1b9b26f5cbcafa082e7e45c7bc17a358e6e89bdf0e871daa2478296ab67/itasca_stub-1.0.19.tar.gz",
    "platform": null,
    "description": "# itasca-stub\n\nThis repository contains code to generate `itasca.pyi` for PFC600.\n\nItasca provides great python interface, But it is too weak compared to PyCharm.\nWhen writing PFC in PyCharm, the keyword `itasca` has no typehint.\nThus, the project is developed, and here's a preview.\n\n![preview](https://raw.githubusercontent.com/panhaoyu/itasca-stub/master/doc/assets/preview.png)\n\n## Installation\n\n### Manual\n\nCopy the `itasca` directory to your python `site-packages` directory.\nMake sure to copy to your current environment.\nIf the internal Python of PFC is used, then you should copy to the path like:\n`Itasca\\PFC600\\exe64\\python36\\Lib\\site-packages`.\n\n### pip\n\n```cmd\npip install itasca-stub\n```\n\nBest wishes!\n\n## Contribution\n\nYou can submit issues and PRs at any time, welcome for your contribution!",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Itasca PFC python stub",
    "version": "1.0.19",
    "project_urls": {
        "Documentation": "https://github.com/panhaoyu/itasca-stub",
        "Homepage": "https://github.com/panhaoyu/itasca-stub",
        "Repository": "https://github.com/panhaoyu/itasca-stub"
    },
    "split_keywords": [
        "itasca",
        "stub",
        "pfc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e62a722f20b7bab63640068733b35691bf06d3be32d711c29cc68366ad5e18c3",
                "md5": "7aa414716d2290d305f8a5163b90f5ea",
                "sha256": "449a6dc5773c98897f10e047f078fcff6b066c972368830593c6e8b845df3ba3"
            },
            "downloads": -1,
            "filename": "itasca_stub-1.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7aa414716d2290d305f8a5163b90f5ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 63694,
            "upload_time": "2023-05-14T01:57:04",
            "upload_time_iso_8601": "2023-05-14T01:57:04.016358Z",
            "url": "https://files.pythonhosted.org/packages/e6/2a/722f20b7bab63640068733b35691bf06d3be32d711c29cc68366ad5e18c3/itasca_stub-1.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "accec1b9b26f5cbcafa082e7e45c7bc17a358e6e89bdf0e871daa2478296ab67",
                "md5": "0ca09b03ec5dee7115252ce55ed53a9e",
                "sha256": "9c2c9aa279113f0a57783ba00ecf7c751d84a7c2e17a4734534ac997870fc52f"
            },
            "downloads": -1,
            "filename": "itasca_stub-1.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "0ca09b03ec5dee7115252ce55ed53a9e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<4.0",
            "size": 35410,
            "upload_time": "2023-05-14T01:57:06",
            "upload_time_iso_8601": "2023-05-14T01:57:06.251572Z",
            "url": "https://files.pythonhosted.org/packages/ac/ce/c1b9b26f5cbcafa082e7e45c7bc17a358e6e89bdf0e871daa2478296ab67/itasca_stub-1.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-14 01:57:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "panhaoyu",
    "github_project": "itasca-stub",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "itasca-stub"
}
        
Elapsed time: 0.07057s