معرفی شرکت ها


canari-3.3.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Canari Framework - Maltego rapid transform development and execution framework.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل canari-3.3.9
نام canari
نسخه کتابخانه 3.3.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nadeem Douba
ایمیل نویسنده ndouba@redcanari.com
آدرس صفحه اصلی https://github.com/redcanari/canari
آدرس اینترنتی https://pypi.org/project/canari/
مجوز GPLv3
Canari Framework 3 ================== |Build Status| |Doc Status| Welcome to the Canari 3 repository - the next generation Maltego rapid transform development framework which allows you to rapidly prototype, package, and distribute Maltego local and remote transforms. Please visit the `documentation <http://canari3.readthedocs.io/en/latest/>`__ site for a quick how-to and more in-depth information on the framework itself. Sneak Peek ---------- The following is an example of how easy it is to write a quick Maltego transform in Canari 3: .. code:: python from canari.maltego.entities import Phrase, Person class HelloWorld(Transform): """This transform says hello to a person entity.""" # The transform input entity type. input_type = Person def do_transform(self, request, response, config): return response + Phrase("Hello " + request.entity.value) Canari Docker ------------- You can now dockerize your remote transform packages using ``canari dockerize-package``. This will create a Docker container that runs Canari Plume fully configured with your remote transforms. You can easily distribute this container to your Docker swarm. Check out the documentation on Docker `website <http://docker.com>`__ for more information on how containers work. Bug Reports & Questions ----------------------- Please use the issues page to log any bugs or questions regarding the Canari Framework. Kudos ----- Kudos to our user community for making this release happen. A special thanks to those of you who have supported the development of Canari 3 by donating money at our crowd-funding pages. If you like this project, please consider donating money to help accelerate development. .. |Build Status| image:: https://circleci.com/gh/redcanari/canari3.svg?style=svg .. |Doc Status| image:: https://readthedocs.org/projects/canari3/badge/?version=latest


نحوه نصب


نصب پکیج whl canari-3.3.9:

    pip install canari-3.3.9.whl


نصب پکیج tar.gz canari-3.3.9:

    pip install canari-3.3.9.tar.gz