Skip to content

Commit 83c06e4

Browse files
author
Ravi kumar
committed
Merge pull request #6 from ravigadila/setup
remove python 3.2 in setup
2 parents 9439e75 + 97f2deb commit 83c06e4

3 files changed

Lines changed: 33 additions & 36 deletions

File tree

docs/source/currencysource.rst

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,35 @@ List of Supported Currency codes.
99
---------------------------------
1010
**Updated On 2016-05-22**
1111

12-
EUR - Euro Member Countries
13-
IDR - Indonesia Rupiah
14-
BGN - Bulgaria Lev
15-
ILS - Israel Shekel
16-
GBP - United Kingdom Pound
17-
DKK - Denmark Krone
18-
CAD - Canada Dollar
19-
JPY - Japan Yen
20-
HUF - Hungary Forint
21-
RON - Romania New Leu
22-
MYR - Malaysia Ringgit
23-
SEK - Sweden Krona
24-
SGD - Singapore Dollar
25-
HKD - Hong Kong Dollar
26-
AUD - Australia Dollar
27-
CHF - Switzerland Franc
28-
KRW - Korea (South) Won
29-
CNY - China Yuan Renminbi
30-
TRY - Turkey Lira
31-
HRK - Croatia Kuna
32-
NZD - New Zealand Dollar
33-
THB - Thailand Baht
34-
USD - United States Dollar
35-
NOK - Norway Krone
36-
RUB - Russia Ruble
37-
INR - India Rupee
38-
MXN - Mexico Peso
39-
CZK - Czech Republic Koruna
40-
BRL - Brazil Real
41-
PLN - Poland Zloty
42-
PHP - Philippines Peso
43-
ZAR - South Africa Rand
12+
|EUR - Euro Member Countries
13+
|IDR - Indonesia Rupiah
14+
|BGN - Bulgaria Lev
15+
|ILS - Israel Shekel
16+
|GBP - United Kingdom Pound
17+
|DKK - Denmark Krone
18+
|CAD - Canada Dollar
19+
|JPY - Japan Yen
20+
|HUF - Hungary Forint
21+
|RON - Romania New Leu
22+
|MYR - Malaysia Ringgit
23+
|SEK - Sweden Krona
24+
|SGD - Singapore Dollar
25+
|HKD - Hong Kong Dollar
26+
|AUD - Australia Dollar
27+
|CHF - Switzerland Franc
28+
|KRW - Korea (South) Won
29+
|CNY - China Yuan Renminbi
30+
|TRY - Turkey Lira
31+
|HRK - Croatia Kuna
32+
|NZD - New Zealand Dollar
33+
|THB - Thailand Baht
34+
|USD - United States Dollar
35+
|NOK - Norway Krone
36+
|RUB - Russia Ruble
37+
|INR - India Rupee
38+
|MXN - Mexico Peso
39+
|CZK - Czech Republic Koruna
40+
|BRL - Brazil Real
41+
|PLN - Poland Zloty
42+
|PHP - Philippines Peso
43+
|ZAR - South Africa Rand

docs/source/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
forex-python
22
============
3-
[![Build Status](https://travis-ci.org/MicroPyramid/forex-python.svg?branch=master)](https://travis-ci.org/MicroPyramid/forex-python)
4-
[![Coverage Status](https://coveralls.io/repos/github/MicroPyramid/forex-python/badge.svg?branch=master)](https://coveralls.io/github/MicroPyramid/forex-python?branch=master)
5-
[![Code Health](https://landscape.io/github/MicroPyramid/forex-python/master/landscape.svg?style=plastic)](https://landscape.io/github/MicroPyramid/forex-python/master)
63

74
Free Foreign exchange rates and currency conversion.
85

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
'Programming Language :: Python',
3030
'Programming Language :: Python :: 2.7',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.2',
3332
'Programming Language :: Python :: 3.3',
3433
'Programming Language :: Python :: 3.4',
34+
'Programming Language :: Python :: 3.5',
3535
'Topic :: Software Development :: Internationalization',
3636
],
3737
)

0 commit comments

Comments
 (0)