Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/questionlp/do-droplets-report
DigitalOcean Instances Report Built on Flask
https://github.com/questionlp/do-droplets-report
digitalocean flask python python3
Last synced: 27 days ago
JSON representation
DigitalOcean Instances Report Built on Flask
- Host: GitHub
- URL: https://github.com/questionlp/do-droplets-report
- Owner: questionlp
- License: apache-2.0
- Created: 2021-01-26T06:16:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T14:12:28.000Z (7 months ago)
- Last Synced: 2024-10-27T17:51:06.055Z (3 months ago)
- Topics: digitalocean, flask, python, python3
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DigitalOcean Droplets Report
## Overview
This report retrieves a list of DigitalOcean droplets for a given account and displays it in tabular format.
## Requirements
- Python 3.8 or newer (Python 2.x is not supported)
- DigitalOcean API Key## Installation
Refer to [INSTALLING.md](INSTALLING.md) for information on how to set up an instance of this API service that can be served through NGINX and Gunicorn.
## Contributing
If you would like contribute to this project, please make sure to review both the [Code of Conduct](CODE_OF_CONDUCT.md) and the [Contributing](CONTRIBUTING.md) documents in this repository.
## License
This library is licensed under the terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).