Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Diego Lima
/
aws-price-parser
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 83423130
authored
Nov 06, 2017
by
diegolima
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrigir sintaxe
1 parent
9a88ccfe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
gce_parser.py
gce_parser.py
View file @
8342313
import
urllib.request
import
math
import
json
import
sys
if
len
(
sys
.
argv
)
==
1
:
print
(
'You need to specify a product type'
,
end
=
'
\n\n
'
)
print
(
'You need to specify a product type'
)
print
(
'Supported product types are:'
)
print
(
'- compute'
)
print
(
'- database'
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment