Metadata-Version: 2.1
Name: webhdfs-client
Version: 0.1.0
Summary: A WebHDFS Client
Home-page: https://github.com/luff/webhdfs-client
Author: Lu.Yi
Author-email: luyiff@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests (>=2.12.0)

# webhdfs-client

A linux command line webhdfs client.

## Installation
```
pip install webhdfs-client
```

or

```
pip install git+https://github.com/luff/webhdfs-client.git
```

## Configuration
put a .whdfsc.json in your home directory
```
{
  "insecure": false,
  "username": "your-webhdfs-user",
  "password": "your-webhdfs-user-pw",
  "rest_api": "https://your-webhdfs-gateway/webhdfs/v1"
}
```

## Usage
```
whdfsc --help
```

## License

See the [LICENSE](LICENSE) file for license rights and limitations (MIT).



