> For the complete documentation index, see [llms.txt](https://eigenphi-1.gitbook.io/eigenapi-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eigenphi-1.gitbook.io/eigenapi-user-guide/api-document/about-demo.md).

# About Demo

**eigenapi-client** is a python wrapper of EigenAPI

The Github repository of this project is located at <https://github.com/eigenphi/eigenapi-client>. The repo maybe not open sourced at this moment, and we are planning to open it.

### Install eigenapi-client

You can install eigenapi-client by:

```shell
pip install eigenapi-client
```

We published this python lib to pypi.

You can find it at [Pypi Page](https://pypi.org/project/eigenapi-client/)<br>

### Access eigenapi-demo for Python

We provides open source code to demonstrate how to access and use EigenAPI, and you can find the [demo code repository](https://github.com/eigenphi/EigenAPI-demo) at Github.
