معرفی شرکت ها


dj-kaos-webclipper-0.1.0rc1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Clip web pages html and store in Django
ویژگی مقدار
سیستم عامل -
نام فایل dj-kaos-webclipper-0.1.0rc1
نام dj-kaos-webclipper
نسخه کتابخانه 0.1.0rc1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Kaos Labs Inc.
ایمیل نویسنده keyvan@keyvanm.com
آدرس صفحه اصلی https://github.com/kaoslabsinc/dj-kaos-webclipper
آدرس اینترنتی https://pypi.org/project/dj-kaos-webclipper/
مجوز BSD-3-Clause
# Django KAOS web clipper Clip web pages html and store in Django ## Quick start pip install dj-kaos-webclipper Add `webclipper` to `INSTALLED_APPS` if you want to use the generic webclip model, or extend `AbstractWebClip` if you want to customize it on your application. If you go with the generic WebClip model, you can get REST endpoint by using the router defined in `rest.routes`. Your end users will send the title, URL and HTML content of the page using the REST API endpoint, and they get saved to the models. You can extend the WebClip model in a proxy model, and extend `RawItemMixin` from the library, which gives you an interface to parse the page using Scrapy's API. ## Development and Testing ### IDE Setup Add the `example` directory to the `PYTHONPATH` in your IDE to avoid seeing import warnings in the `tests` modules. If you are using PyCharm, this is already set up. ### Running the Tests Install requirements ``` pip install -r requirements.txt ``` For local environment ``` pytest ``` For all supported environments ``` tox ```


نیازمندی

مقدار نام
>=3.2 django
>=4.2.0 django-model-utils
>=0.1.0a6 django-building-blocks
>=3.3 rules
>=3.13.1 djangorestframework
>=21.1 django-filter
~=2.6 scrapy
- tox
- pytest-django
- pytest-pythonpath
- pytest-cov


نحوه نصب


نصب پکیج whl dj-kaos-webclipper-0.1.0rc1:

    pip install dj-kaos-webclipper-0.1.0rc1.whl


نصب پکیج tar.gz dj-kaos-webclipper-0.1.0rc1:

    pip install dj-kaos-webclipper-0.1.0rc1.tar.gz