معرفی شرکت ها


dynamofl-0.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل dynamofl-0.0.9
نام dynamofl
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Emile Indik
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/dynamofl/
مجوز -
# Run the samples Try the samples to see the DynamoFL SDK in action. ## Generate API key from UI ## Setup the environment Create and activate venv in the root of the repo. Use the windows equivalent commands if on Windows. ```bash $ cd client-py $ python -m venv venv $ source venv/bin/active ``` Install the dependencies to the venv ```python $ pip install -r requirements.txt ``` Create `.env` file. ```bash $ cd client-py/samples $ cp .env.template .env ``` Then set the `API_HOST` and `API_KEY` (generated from the UI) in `.env` file. Run basic sample ```bash $ python sample.py ``` # Development ## Install requirements Create and activate venv in the root of the repo. Use the windows equivalent commands if on Windows. ```bash $ cd client-py $ python -m venv venv $ source venv/bin/active ``` Install the dependencies to the venv ```bash $ pip install -r requirements.txt ``` Install pre commit hooks such as Black formatter ```bash $ pre-commit install ``` ## Tired of copy-pasting your latest changes into `site-packages` ? Follow the steps below to run the `samples` against your latest code 1. Open `<venv>/bin/activate` 2. Paste the below code snippet to the end of file and set `CLIENT_PY_DIR` ``` CLIENT_PY_DIR=<absolute path to client-py repo> SYSPATHS=$($VIRTUAL_ENV/bin/python -c "import sys; print(':'.join(x for x in sys.path if x))") export PYTHONPATH=$SYSPATHS":"$CLIENT_PY_DIR ``` 3. Run `pip uninstall dynamofl` to delete the `dynamofl` package from `site-packages` <br> > To test against a published `dynamofl` SDK, run `pip install dynamofl` before running the samples # Build and publish the package NOTE: Building the package would delete the `dist` directory and `dynamofl.egg-info` file at the root of `client-py` 1. Ensure the libraries listed in `client-py/requirements.txt` is installed in the venv 2. Activate the venv 3. Run `./build.sh`


نیازمندی

مقدار نام
==2.27.1 requests
==1.5.0 websocket-client


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

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


نحوه نصب


نصب پکیج whl dynamofl-0.0.9:

    pip install dynamofl-0.0.9.whl


نصب پکیج tar.gz dynamofl-0.0.9:

    pip install dynamofl-0.0.9.tar.gz