Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit ec56d20

Browse files
committed
Initial commit
0 parents  commit ec56d20

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
*.py[co]
2+
3+
# Packages
4+
*.egg
5+
*.egg-info
6+
dist
7+
build
8+
eggs
9+
parts
10+
bin
11+
var
12+
sdist
13+
develop-eggs
14+
.installed.cfg
15+
16+
# Installer logs
17+
pip-log.txt
18+
19+
# Unit test / coverage reports
20+
.coverage
21+
.tox
22+
23+
#Translations
24+
*.mo
25+
26+
#Mr Developer
27+
.mr.developer.cfg

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
python-amazon-mws
2+
=================
3+
4+
A simple python API for Amazon MWS

0 commit comments

Comments
 (0)