معرفی شرکت ها


djangophysics-1.8.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Django APIs for physics conversion and calculations
ویژگی مقدار
سیستم عامل -
نام فایل djangophysics-1.8.0
نام djangophysics
نسخه کتابخانه 1.8.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Frédéric MEUROU
ایمیل نویسنده fm@peabytes.me
آدرس صفحه اصلی https://api.geophysics.io/swagger/
آدرس اینترنتی https://pypi.org/project/djangophysics/
مجوز -
# 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 <APIToken> curl -H "Authorization: Token <user 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: - [Django](https://www.djangoproject.com/) - [Django Rest Framework](https://www.django-rest-framework.org/) - [Pint](https://pint.readthedocs.io/en/stable/) - [Sympy](https://www.sympy.org/en/index.html) ### Leadership This project is maintained by Frédéric Meurou <fm@peabytes.me>.


نیازمندی

مقدار نام
>=3.2 Django
>=3.2 django-cors-headers
>=1.5 django-cors-middleware
- django-createsuperuser
>=3.0 django-extensions
>=2.3 django-filter
>=4.12 django-redis
>=0.3 django-sendfile
>=3.11 djangorestframework
>=1.17 drf-yasg
>=3.0 markdown
>=4.0 lxml
>=2.0 pysendfile
- gunicorn
- requests
- pytz
- pycountry
>=0.1 countryinfo
>=4.4 timezonefinder
- iso4217
>=1.0 forex-python
>=2.8 Babel
>=0.17 Pint
>=2.5 networkx
>=1.7 sympy
>=3.0 channels
>=3.1 uncertainties
>=0.13 ariadne
- jupyter
- mysql
- psycopg2


زبان مورد نیاز

مقدار نام
>3.7.0 Python


نحوه نصب


نصب پکیج whl djangophysics-1.8.0:

    pip install djangophysics-1.8.0.whl


نصب پکیج tar.gz djangophysics-1.8.0:

    pip install djangophysics-1.8.0.tar.gz