This package implements an interface to the Xurrency API, defined at http://xurrency.com/api.
Requirements
Python 2.6 or later (not support 3.x)
Features
Currency convert
Setup
$ easy_install pyXurrency
or from the source:
./setup.py develop
Usage
>>> from xurrency import Xurrency
>>> xapi = Xurrency()
>>> xapi.get_rate('eur', 'gbp', 1.5)
1.3014
or You have License Key
>>> LICENSE_KEY = "foobar" >>> xapi_with_key = Xurrency(LICENSE_KEY)
History
0.0.1 (2011-03-01)
first release
Todos
Functionals
Add CUI Interface
Known Issues
No error handling
Release files for pyXurrency 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyXurrency-0.0.1.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyXurrency-0.0.1-py2.6.egg | Legacy Egg format | - | - | Details |
Total release size: 21.1 kB
Release files / pyXurrency-0.0.1.tar.gz
| Download URL | pyXurrency-0.0.1.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ad65f00846230f30cb8833e4b68aabd922edc5efa74937386438b5d227faccc2
|
|
BLAKE2b-256 checksum How to use checksums |
06640dfc891a1d12d66d2ccab1efa4e85fbaf7e0ef51aa279ecb90f796cf129a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pyXurrency-0.0.1-py2.6.egg
| Download URL | pyXurrency-0.0.1-py2.6.egg |
|---|---|
| Size | 12.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
9d1561c6da8db85f47acb1194871f4950399c506e62acee5e6db4853044ca0bb
|
|
BLAKE2b-256 checksum How to use checksums |
8cdf708844446347820b38b38a66c7f57e99ccc28db62386470698fdf83f415e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |