Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

pyXurrency-0.0.1-py2.6.egg (12.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page