معرفی شرکت ها


MetaStalk-2.2.post1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Metadata analyzer and visualizer
ویژگی مقدار
سیستم عامل OS Independent
نام فایل MetaStalk-2.2.post1
نام MetaStalk
نسخه کتابخانه 2.2.post1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cyb3r Jak3
ایمیل نویسنده jake@jwhite.network
آدرس صفحه اصلی https://gitlab.com/Cyb3r-Jak3/MetaStalk
آدرس اینترنتی https://pypi.org/project/MetaStalk/
مجوز MPL 2.0
# MetaStalk [![GitHub](https://img.shields.io/github/license/Cyb3r-Jak3/MetaStalk?style=flat)](https://github.com/Cyb3r-Jak3/MetaStalk/blob/master/LICENSE) ![Gitlab pipeline status (branch)](https://img.shields.io/gitlab/pipeline/Cyb3r-Jak3/MetaStalk/master?label=Build&style=flat) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/metastalk) ![PyPI](https://img.shields.io/pypi/v/metastalk) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Maintainability](https://api.codeclimate.com/v1/badges/9b95ea5f0c8a77eab0ed/maintainability)](https://codeclimate.com/github/Cyb3r-Jak3/MetaStalk/maintainability) [![codecov](https://codecov.io/gl/Cyb3r-Jak3/metastalk/branch/master/graph/badge.svg)](https://codecov.io/gl/Cyb3r-Jak3/metastalk) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/68c8c8c6b4d5421cb0e8a81f69696944)](https://www.codacy.com/manual/Cyb3r_Jak3/metastalk?utm_source=gitlab.com&amp;utm_medium=referral&amp;utm_content=Cyb3r-Jak3/metastalk&amp;utm_campaign=Badge_Grade) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Cyb3r-Jak3/MetaStalk/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Cyb3r-Jak3/MetaStalk/?branch=master) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Cyb3r-Jak3/MetaStalk.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Cyb3r-Jak3/MetaStalk/context:python) ## About MetaStalk is a tool that can be used to generate graphs from the metadata of JPEG, TIFF, and HEIC images, which are tested. More formats are supported but untested. It currently creates graphs for: - GPS coordinates (map) - Focal Length, Camera model, Camera manufacturer, Producer information (Pie Chart) - Timestamp information (Chart) Examples photos from [ianare/exif-samples](https://github.com/ianare/exif-samples/tree/master/jpg/gps), [exiftool](https://owl.phy.queensu.ca/~phil/exiftool/sample_images.html), [drewmpales/metadata-extractor-images](https://github.com/drewnoakes/metadata-extractor-images). All development is done on GitLab and mirrored to GitHub. Please read [contributing.md](CONTRIBUTING.md) for development. Metastalk is supported and tested on the following Python versions: - 3.6 - 3.7 - 3.8 ## How to use MetaStalk is available as a package on pypi.org or you can do a source install. ```bash usage: MetaStalk [-h] [-a] [-d] [-e {pdf,svg,webp,jpeg,png,html,html_offline}] [--export-only] [--no-open] [-o OUTPUT] [-t] [-v] [files [files ...]] Tool to graph image metadata. positional arguments: files Path of photos to check. optional arguments: -h, --help show this help message and exit -a, --alphabetic Sorts charts in alphabetical order rather than the default order -d, --debug Sets logging level to DEBUG. -e {pdf,svg,webp,jpeg,png,html,html_offline}, --export {pdf,svg,webp,jpeg,png,html,html_offline} Exports the graphs rather than all on one web page --export-only Makes it so that MetaStalk only export --no-open Will only start the server and not open the browser to view it -o OUTPUT, --output OUTPUT The name of the directory to output exports to. Will be created if it does not exist. Defaults to metastalk_exports. -t, --test Does not show the graphs at the end. -v, --verbose Sets logging level to INFO ``` ### Extras MetaStalk has extra installs available for an increased feature set. - **metastalk[image]** Allows for exporting charts to images in png, jpeg, webp, svg and pdf formats. - [Orca](https://github.com/plotly/orca) is required. ### PyPi Install (Recommended) ```bash pip install metastalk metastalk <Path to files> #i.e. metastalk ./ExamplePhotos/ ``` ### Source Install ```bash git clone https://gitlab.com/Cyb3r-Jak3/metastalk cd metastalk setup.py install metastalk <Path to files> #i.e. metastalk ./ExamplePhotos/ ``` ## Disclaimer This is for educational/proof of concept purposes only. What you do with MetaStalk is **your** responsibility. [![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gl/Cyb3r-Jak3/MetaStalk/?ref=repository-badge)


نیازمندی

مقدار نام
==0.1.1 exifreader
==4.8.2 plotly
==1.0.5 pandas
==1.13.4 dash
==2.24.0 requests
==19.10b0 black
==1.6.2 bandit
==2.5.0 pylint
==3.7.9 flake8
==4.5.4 coverage
==3.15.2 tox
==5.7.0 psutil
==19.10b0 black
==1.6.2 bandit
==2.5.3 pylint
==3.8.3 flake8
==5.2 coverage
==3.16.1 tox
==5.7.0 psutil


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

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


نحوه نصب


نصب پکیج whl MetaStalk-2.2.post1:

    pip install MetaStalk-2.2.post1.whl


نصب پکیج tar.gz MetaStalk-2.2.post1:

    pip install MetaStalk-2.2.post1.tar.gz