SkillAgentSearch skills...

CoilPy

My personal Python package for plotting and data processing.

Install / Use

/learn @zhucaoxiang/CoilPy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CoilPy

This is Caoxiang Zhu's personal Python package for plotting and data processing. Documentation can be found at https://zhucaoxiang.github.io/CoilPy/

Install

You can install the package using pip.

pip install coilpy

Or from the GitHub

pip install git+https://github.com/zhucaoxiang/CoilPy

You can also install it after cloning the source code (this is useful if you have errors using pip).

pip install -e .

or

python setup.py install

Use

After installation, in your python kernel, you can use the functions by something like

from coilpy import *

You can always check the docstring of each functions, like FourSurf? in ipython.

Contact

You can report bugs on GitHub issues and propose improvements using pull request. For more information, please contact Dr. Caoxiang ZHU (caoxiangzhu[at]gmail.com).

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated5mo ago
Forks3

Languages

Python

Security Score

87/100

Audited on Oct 25, 2025

No findings