معرفی شرکت ها


akimous-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An intelligent Python IDE
ویژگی مقدار
سیستم عامل -
نام فایل akimous-0.9.0
نام akimous
نسخه کتابخانه 0.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Yu-Ann Chen
ایمیل نویسنده red8012@gmail.com
آدرس صفحه اصلی https://akimous.com
آدرس اینترنتی https://pypi.org/project/akimous/
مجوز BSD-3-Clause
# Akimous [![PyPI version](https://badge.fury.io/py/akimous.svg)](https://pypi.python.org/pypi/akimous/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/akimous.svg)](https://pypi.python.org/pypi/akimous/) [![CircleCI](https://circleci.com/gh/akimous/akimous/tree/master.svg?style=svg)](https://circleci.com/gh/akimous/akimous/tree/master) Akimous is a Python IDE with unique features boosting developers' productivity. ### Features * Machine-learning-assisted/NLP-assisted context-aware auto completion * Beautifully rendered function documentation * Layered keyboard control (a more intuitive key binding than vim and Emacs) * Real-time code formatter * Interactive console (integration with IPython kernel) <img src="https://raw.githubusercontent.com/akimous/akimous/master/images/screenshot.png" alt="Screenshot" style="max-width:100%"> For more information and documentation, visit the official website. ## Installation ### Prerequisite * Python 3.7 or 3.8 (with pip) * Git (for version control integration) * C/C++ compiler (may be required by some dependencies during installation) * A modern browser ### Installing From PyPI The recommended way for installing Akimous is through PyPI. ```sh pip install -U akimous ``` ### Starting Application Start it in the terminal. The browser should be automatically opened. ```sh akimous ``` * To see available arguments, do `akimous --help`. ### Using Docker Image If you have difficulty installing, or you are running in a cloud environment, try the prebuilt docker image. ```sh docker run --mount type=bind,source=$HOME,target=/home/user -p 127.0.0.1:3179:3179 -it red8012/akimous akimous ``` ## Commands Start the app by typing in the terminal (the browser will automatically open if available): ```sh akimous ``` #### Options * `--help`: show help message and exit. * `--host HOST`: specify the host for Akimous server to listen on. (default to 0.0.0.0 if inside docker, otherwise 127.0.0.1) * `--port PORT`: The port number for Akimous server to listen on. (default=3179) * `--no-browser`: Do not open the IDE in a browser after startup. * `--verbose`: Print extra debug messages. ## Development Make sure you have recent version of the following build dependencies installed. * Node (12+) * Python (3.7+) * [Poetry](https://poetry.eustace.io) * [Yarn](https://yarnpkg.com/) * Make * [Zopfli](https://github.com/google/zopfli) * [Parallel](https://www.gnu.org/software/parallel/) Run the following commands according to your need. ```sh make # build everything make test # run tests make lint # run linters make install # (re)install the package ``` Running `make` will install all Python and Javascript dependencies listed in `pyproject.toml` and `ui/package.json` automatically. ## Contributing This program is at pre-alpha stage. Please do report issues if you run into some problems. Contributions of any kind are welcome, including feature requests or pull requests (can be as small as correcting spelling errors) . ## License [BSD-3-Clause](LICENSE) ## Links * [Official website](https://akimous.com) * [PyPI](https://pypi.org/project/akimous/) * [Docker Hub](https://hub.docker.com/r/red8012/akimous)


نیازمندی

مقدار نام
>=1.17,<2.0 numpy
>=0.17.0,<0.18.0 jedi
>=3.0,<4.0 sphinx
>=0.10.0,<0.11.0 watchdog
>=1.5,<2.0 logzero
>=8.0,<9.0 websockets
>=1.0,<2.0 xgboost
>=1.0.0,<2.0.0 numpydoc
>=0.18.0,<0.19.0 fuzzywuzzy
>=0.12.0,<0.13.0 python-levenshtein
>=1.0,<2.0 msgpack
>=1.3,<2.0 wordsegment
>=2.1,<3.0 pylint
>=2.0,<3.0 pyflakes
>=0.30.0,<0.31.0 yapf
>=0.8.0,<0.9.0 pathspec
>=4.0,<5.0 cachetools
>=1.4,<2.0 appdirs
>=0.6.0,<0.7.0 ptyprocess
>=6.0,<7.0 jupyter_client
>=5.1,<6.0 ipykernel
>=0.10.0,<0.11.0 toml
>=1.5,<2.0 Send2Trash
>=3.1.0,<4.0.0 gitpython


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

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl akimous-0.9.0:

    pip install akimous-0.9.0.whl


نصب پکیج tar.gz akimous-0.9.0:

    pip install akimous-0.9.0.tar.gz