Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).