معرفی شرکت ها


desmos2python-0.3.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

seamless conversion between Desmos LaTeX equations and executable Python code.
ویژگی مقدار
سیستم عامل -
نام فایل desmos2python-0.3.4
نام desmos2python
نسخه کتابخانه 0.3.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Robert Ahlroth Capps
ایمیل نویسنده rocapp@gmail.com
آدرس صفحه اصلی https://github.com/rocapp/desmos2python
آدرس اینترنتی https://pypi.org/project/desmos2python/
مجوز MIT License Copyright (c) 2022 Robbie Capps Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
desmos2python ============= convert Desmos equations to executable Python code Links ----- - `desmos2python (PyPI) <https://pypi.org/project/desmos2python/>`__ - `Desmos Graphing Caculator <https://desmos.com/calculator>`__ Dependencies ------------ **Build/Dev** - ``GNU Make`` - ``docker`` **Libraries** *required* - pandoc (e.g. ``apt-get install pandoc`` for Debian-based, or ``pacman -S pandoc`` for Arch Linux) *(optional) For headless browser functionality (uses ``selenium``):* - ``pyenv`` - ``libxext6`` - ``libxt6`` - ``geckodriver`` and ``firefox`` Compatibility ------------- - ``python3.10`` - NOTE: *working on expanding compatibility…* - NOTE: *still a work in progress for sure.* Helpful tips ------------ *…definitely recommend using a virtual environment, e.g. via docker or conda.* Install ------- From PyPi: ~~~~~~~~~~ ``python3 -m pip install desmos2python`` Examples -------- ``DesmosLatexParser`` API Example: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python import desmos2python as d2p # `file` contains a JSON-formatted list of latex equations # loads the example defined in 'resources/latex_json/ex.json' dlp = d2p.DesmosLatexParser(file='ex.json') # `pycode_string` contains the ready-to-eval Desmos model namespace print(dlp.pycode_string) # Instantiate a model namespace # The attributes define any formulas, parameters from the specified Desmos graph dmn = dlp.DesmosModelNS() # for example, evaluate the function E(x) over the domain x=(1, 2, 3) result = dmn.E([1, 2, 3]) print(result) # see ./tests for more examples! Development ----------- - Build locally: ``make build`` - Testing: ``pytest``


نیازمندی

مقدار نام
>=40.6.0 setuptools
- setuptools-scm
- wheel
- flake8
- mypy
- autopep8
- pypandoc
>=8.11.0 ipython
- twine
>=0.3.1 build[virtualenv]
- numpy
- matplotlib
==3.1.2 jinja2
- jinja2-cli
==1.11.1 sympy
==4.10 antlr4-python3-runtime
- selenium
>=1.5.3 pandas
- svg.path


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

مقدار نام
>=3.10 Python


نحوه نصب


نصب پکیج whl desmos2python-0.3.4:

    pip install desmos2python-0.3.4.whl


نصب پکیج tar.gz desmos2python-0.3.4:

    pip install desmos2python-0.3.4.tar.gz