A Python interface to the Xurrency API
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyXurrency-0.0.1.tar.gz
(8.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyXurrency-0.0.1-py2.6.egg
(12.2 kB
view details)
File details
Details for the file pyXurrency-0.0.1.tar.gz.
File metadata
- Download URL: pyXurrency-0.0.1.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad65f00846230f30cb8833e4b68aabd922edc5efa74937386438b5d227faccc2
|
|
| MD5 |
21150388fb0f6f79eb21071f7b7ae64c
|
|
| BLAKE2b-256 |
06640dfc891a1d12d66d2ccab1efa4e85fbaf7e0ef51aa279ecb90f796cf129a
|
File details
Details for the file pyXurrency-0.0.1-py2.6.egg.
File metadata
- Download URL: pyXurrency-0.0.1-py2.6.egg
- Upload date:
- Size: 12.2 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d1561c6da8db85f47acb1194871f4950399c506e62acee5e6db4853044ca0bb
|
|
| MD5 |
ad1eed5af9ae02c950354c230c1b4919
|
|
| BLAKE2b-256 |
8cdf708844446347820b38b38a66c7f57e99ccc28db62386470698fdf83f415e
|