Skip to content

Digital Ocean Bills Grouping, Group the digital ocean bill by Individual VM

Notifications You must be signed in to change notification settings

kumarsubedi93/DO_bill_grouping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

DS Billing Group Script

The DS billing script works very simple manner just download billing csv files from digital ocean and placed it to csvs directory. Run the script python src/index.py you got your output in outputs directory. This script create the individual virtual machine billing in one csv file.

Working environment & packages

  • Python 2.7
  • Pandas

Installing Process

  • Just clone this repository
  • Create the virtual environment for windows : py -m venv env for linux and mac : python -m venv env
  • Install necessary packages which are placed in requirements.txt pip install --user -r requirements.txt

Run index.py file

  • Just press the python src/index.py you got your output in outputs directory

About

Digital Ocean Bills Grouping, Group the digital ocean bill by Individual VM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages