Metadata-Version: 2.1
Name: itasca-stub
Version: 1.0.18
Summary: Itasca PFC python stub
Home-page: https://github.com/panhaoyu/itasca-stub
License: MIT
Keywords: itasca,stub,pfc
Author: panhaoyu
Author-email: panhaoyu.china@outlook.com
Requires-Python: >=3.7,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Documentation, https://github.com/panhaoyu/itasca-stub
Project-URL: Repository, https://github.com/panhaoyu/itasca-stub
Description-Content-Type: text/markdown

# 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!
