Metadata-Version: 2.1
Name: hiddifypanel
Version: 0.9.66
Summary: hiddifypanel multi proxy panel
Home-page: https://github.com/hiddify/HiddifyPanel/
Author: hiddify
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# hiddifypanel 

 hiddifypanel to create multi proxy using xray mtproxy and others

# How to use it
Please visit https://github.com/hiddify/hiddify-config/wiki for the installation.

<!--
## Installation

From source:

```bash
git clone https://github.com/hiddify/HiddifyPanel hiddifypanel
cd hiddifypanel
make install
```

From pypi:

```bash
pip install hiddifypanel
```

## Executing

This application has a CLI interface that extends the Flask CLI.

Just run:

```bash
$ hiddifypanel
```

or

```bash
$ python -m hiddifypanel
```

To see the help message and usage instructions.

## First run

```bash
hiddifypanel init-db   # run once
echo localhost:9000/$(hiddifypanel admin-path)
hiddifypanel run
```


> **Note**: You can also use `flask run` to run the application.

-->
