Django APIs for physics conversion and calculations
Project description
djangophysics
Django APIs for Physics
Countries
List of countries according to ISO-3166 and details of a country based on PyCountry module.
Currencies
List of currencies based on ISO-4217
Currencies conversion rates
List of conversion rates fetched from BCE APIs. The module provides a command line for fetching rates from different services. Custom services can be added. Custom conversion rates can be created by registered users.
Systems and Units
List of unit systems, dimensions, and units based on the excellent Pint library. Custom units can be created by registered users.
Conversions
Conversions between currencies, with batch conversion support. Conversions between units in a unit system with batch conversion support
Evaluation
Check the syntax and dimension of a formula with units, and evaluate its value
Install
pip install djangophysics
Docker
docker is available at fmeurou/djangophysics
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 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
Geophysics aims at bringing physical quantities to Web Services.
Project website
A live version of this service is available at https://api.geophysics.io.
Mentions
This module relies on the great work from the following projects:
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
Built Distribution
Hashes for djangophysics-1.0.18.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa107cd1a6767f7457ae30626e7b527217d8eaecc5d751f4a9fca22a7a73455d |
|
MD5 | 6ea73621887ac90e6b295a9cc245d209 |
|
BLAKE2b-256 | 3412c5a51cb912e67abe00024591fc383cc793817befe4e0277e29fea463ffb6 |
Hashes for djangophysics-1.0.18.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6037c8479c97e63ed7486553e4d5e7d285a370d4aa138d74bda6f6007df29cb5 |
|
MD5 | 0ad2f52cdc99ae61b88ead81cc6fa480 |
|
BLAKE2b-256 | c6e13abc49b4e39ecc8bcb90d02e8958ccb0f3fe290ef48ef95c8146aa372cbb |