Skip to main content

Web based services to convert units and currencies.

Project description

Geocurrency

API service that provides

  • List of countries according to ISO-3166
  • List of currencies according to ISO-4217
  • List of conversion rates fetched from BCE APIs
  • Custom conversion rates support by key
  • List of units and Unit Systems
  • Conversions from from and to currencies
  • Conversion from and to units

Install

Preparation

set the following environment variables

  • VENV_DIR: virtualenv directory
  • GEOCURRENCY_SRC: Source directory for geocurrency
  • GEOCURRENCY_DB_NAME: database name
  • GEOCURRENCY_DB_USERNAME: database username
  • GEOCURRENCY_DB_PASSWORD: database password

Docker

Create a "packages" directory at the root of the project Generate packages from "build.sh"

Folder "deployment/docker" provides an easy to setup docker environment running

  • Django app
  • Redis cache
  • Postgres backend
  • nginx load balancer

just run "docker-compose up"

Using packages

ENV_NAME=<env_name> PROJECT_NAME=<project_name> PYTHON_VERSION=/usr/bin/python3 # use pypy :) virtualenv -p $PYTHON_VERSION $ENV_NAME cd $ENV_NAME source bin/activate pip install geocurrency django-admin startproject $PROJECT_NAME cp site_packages/geocurrency/core/settings.example.py $PROJECT_NAME/$PROJECT_NAME/settings.py cp site_packages/geocurrency/core/urls.example.py $PROJECT_NAME/$PROJECT_NAME/urls.py cd $PROJECT_NAME

Adapt settings and urls for your environment.

Usage

Routes

This package provides a OpenAPI documentation. See urls.example.py for a setup example.

Authentication

The app provides most services without authentication. Authentication is required to store custom conversion rates and custom conversion units. By default, the app is configured to allow authentication through an API token that can be generated for a user on the Django admin site.

API authentication can be achieved with an Authorization header header with value Token curl -H "Authorization: Token ".

Language support

The app supports translations for countries and units in 15 languages. More languages should be available soon.

Fetch rates

The app uses python-forex as a mecanism to fetch currency rates. A django command is available to fetch rates from command line : $ ./manage.py fetch_rates

About

Project goals

Web based services to convert units and currencies. GeoCurrency is a portmanteau of the words "Geocoding" and "Currency" which where the main goals of the initial project

Project website

A live version of this service is available at https://api.geocurrency.me.

Leadership

This project is maintained by Frédéric Meurou fm@peabytes.me.

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

geocurrency-0.15.5.dev0.tar.gz (524.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geocurrency-0.15.5.dev0-py3-none-any.whl (601.9 kB view details)

Uploaded Python 3

File details

Details for the file geocurrency-0.15.5.dev0.tar.gz.

File metadata

  • Download URL: geocurrency-0.15.5.dev0.tar.gz
  • Upload date:
  • Size: 524.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.2

File hashes

Hashes for geocurrency-0.15.5.dev0.tar.gz
Algorithm Hash digest
SHA256 ec05fdc4aa7b9c7b4eab288ed6c4468a3993152e66f7e23949c3447efbada736
MD5 cfe80d2cd2e8a57bf03f8b0de0dac7d8
BLAKE2b-256 53d457a8dfbee681f53eae7c8c3cc706fc2a81283f3153e278241d6a27223f14

See more details on using hashes here.

File details

Details for the file geocurrency-0.15.5.dev0-py3-none-any.whl.

File metadata

  • Download URL: geocurrency-0.15.5.dev0-py3-none-any.whl
  • Upload date:
  • Size: 601.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.2

File hashes

Hashes for geocurrency-0.15.5.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 b6c0a4fe10bee7d376ffc915c400b350a795cdb3c2d82a5bc50be560c44bfc31
MD5 4acbbb24125459b34f082fa2a4d5c627
BLAKE2b-256 63e9539ed4b61c5cee9e8a2563f5a3aeb3e144f61c6f66c72a72593e1f648d5d

See more details on using hashes here.

Supported by

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