Metadata-Version: 2.1
Name: djangoFeignClient
Version: 0.0.1
Summary: A small ssh display tool
Home-page: https://gitee.com/zhsjch/djangoFeignClient.git
Author: JiChaoSong
Author-email: jichaosong@outlook.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE

# djangoFeignClient

### install
```python
pip install djangoFeignClient
```

### example
```python
from djangoFeignClient.feign_client import FeignClient
```



