https://github.com/amenezes/isilon-client
async rest client for isilon object storage
https://github.com/amenezes/isilon-client
Last synced: about 2 months ago
JSON representation
async rest client for isilon object storage
- Host: GitHub
- URL: https://github.com/amenezes/isilon-client
- Owner: amenezes
- License: apache-2.0
- Created: 2020-09-28T14:33:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T13:57:43.000Z (about 3 years ago)
- Last Synced: 2025-03-18T05:17:03.893Z (2 months ago)
- Language: Python
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/amenezes/isilon-client/actions)
[](https://github.com/psf/black)
[](https://codeclimate.com/github/amenezes/isilon-client/maintainability)
[](https://badge.fury.io/py/isilon-client)
# isilon-client
async rest client for isilon object storage.
API reference: [openstack object storage API](https://docs.openstack.org/api-ref/object-store/)
## Installing
Install and update using pip:
```bash
pip install -U isilon-client
```## Links
- License: [Apache License](https://choosealicense.com/licenses/apache-2.0/)
- Code: [https://github.com/amenezes/isilon-client](https://github.com/amenezes/isilon-client)
- Issue Tracker: [https://github.com/amenezes/isilon-client/issues](https://github.com/amenezes/isilon-client/issues)
- Documentation: [https://isilon-client.amenezes.net](https://isilon-client.amenezes.net)