Skip to content

Releases: samapriya/pydrop

pydrop: Minimal Python Client for Digital Ocean Droplets

13 Nov 00:13
487379a
Compare
Choose a tag to compare

This is a minimal tool designed to interact with the Digital Ocean API. This does not translate all functionalities of the API but is a template I created for some of the most common operations I could perform. New tools will be added in the future as I familiarize myself further with the API structure and use as a student. For now this tool allows you to summarize all your droplets running, including and necessarily a price summary to keep tabs on your droplets monthly and hourly rates. The tool also allows you to seach by tags, delete a drop or perfrom actions such as start, stop or shutdown a droplet.

To install Python CLI for Digital Ocean you can install using two methods

pip install pydrop

or you can also try

git clone https://github.com/samapriya/pydrop.git
cd pydrop
python setup.py install

Changelog

v0.0.6

  • Fixed action tool for id
  • Added reboot and snapshot actions.

v0.0.5

  • Added additional tools like ssh functions, volume and snapshot reads
  • General improvements to overall tool

v0.0.3

  • Now checks for keys and auto initializes if missing
  • Includes password reset tool

pydrop: Minimal Python Client for Digital Ocean Droplets

09 Jun 16:36
Compare
Choose a tag to compare

This is a minimal tool designed to interact with the Digital Ocean API. This does not translate all functionalities of the API but is a template I created for some of the most common operations I could perform. New tools will be added in the future as I familiarize myself further with the API structure and use as a student. For now this tool allows you to summarize all your droplets running, including and necessarily a price summary to keep tabs on your droplets monthly and hourly rates. The tool also allows you to seach by tags, delete a drop or perfrom actions such as start, stop or shutdown a droplet.

To install Python CLI for Digital Ocean you can install using two methods

pip install pydrop

or you can also try

git clone https://github.com/samapriya/pydrop.git
cd pydrop
python setup.py install

Changelog

v0.0.5

  • Added additional tools like ssh functions, volume and snapshot reads
  • General improvements to overall tool

v0.0.3

  • Now checks for keys and auto initializes if missing
  • Includes password reset tool

pydrop: Minimal Python Client for Digital Ocean Droplets

29 Jul 21:16
Compare
Choose a tag to compare

This is a minimal tool designed to interact with the Digital Ocean API. This does not translate all functionalities of the API but is a template I created for some of the most common operations I could perform. New tools will be added in the future as I familiarize myself further with the API structure and use as a student. For now this tool allows you to summarize all your droplets running, including and necessarily a price summary to keep tabs on your droplets monthly and hourly rates. The tool also allows you to seach by tags, delete a drop or perfrom actions such as start, stop or shutdown a droplet.

To install Python CLI for Digital Ocean you can install using two methods

pip install pydrop

or you can also try

git clone https://github.com/samapriya/pydrop.git
cd pydrop
python setup.py install

Changelog

v0.0.3

  • Now checks for keys and auto initializes if missing
  • Includes password reset tool

pydrop: Minimal Python Client for Digital Ocean Droplets

23 Jul 21:43
1b1d395
Compare
Choose a tag to compare

This is a minimal tool designed to interact with the Digital Ocean API. This does not translate all functionalities of the API but is a template I created for some of the most common operations I could perform. New tools will be added in the future as I familiarize myself further with the API structure and use as a student. For now this tool allows you to summarize all your droplets running, including and necessarily a price summary to keep tabs on your droplets monthly and hourly rates. The tool also allows you to seach by tags, delete a drop or perfrom actions such as start, stop or shutdown a droplet.

To install Python CLI for Digital Ocean you can install using two methods

pip install pydrop

or you can also try

git clone https://github.com/samapriya/pydrop.git
cd pydrop
python setup.py install

pydrop: Minimal Python Client for Digital Ocean Droplets

23 Jul 14:35
cfe2384
Compare
Choose a tag to compare

This is a minimal tool designed to interact with the Digital Ocean API. This does not translate all functionalities of the API but is a template I created for some of the most common operations I could perform. New tools will be added in the future as I familiarize myself further with the API structure and use as a student. For now this tool allows you to summarize all your droplets running, including and necessarily a price summary to keep tabs on your droplets monthly and hourly rates. The tool also allows you to seach by tags, delete a drop or perfrom actions such as start, stop or shutdown a droplet.

To install Python CLI for Digital Ocean you can install using two methods

pip install pydrop

or you can also try

git clone https://github.com/samapriya/pydrop.git
cd pydrop
python setup.py install