Profile Picture of the author

SnapApp Dependencies and packages

on 09-30-2024 12:00 AM by SnapApp by BlueVector AI

447

A dependency is a relationship where one component relies on another to function properly.

A package is a collection of related modules or functionalities bundled for easy distribution and reuse.

In SnapApp, dependencies, APIs enable seamless integration and efficient application development. Dependencies manage required libraries and resources, ensuring smooth functionality. APIs allow SnapApp to connect with external systems, facilitating data exchange and real-time interactions while packages offer reusable components, streamlining app-building processes and enhancing scalability. Together, they empower users to create robust, low-code solutions with ease and flexibility within the SnapApp environment.

Table of Contents

Dependencies in SnapApp

SnapApp relies on a comprehensive set of dependencies, including Python libraries, frameworks, and tools, to ensure seamless functionality and efficient development.

In SnapApp the dependencies are the following listed below:

Name Version License URL Description
Babel 2.14.0 BSD License https://babel.pocoo.org/ Internationalization utilities
Brotli 1.1.0 MIT License https://github.com/google/brotli Python bindings for the Brotli compression library
CacheControl 0.13.1 Apache Software License https://pypi.org/project/CacheControl/ httplib2 caching for requests
Cerberus 1.3.5 ISC License (ISCL) https://github.com/pyeve/cerberus Lightweight, extensible schema and data validation tool for Pythondictionaries.
Deprecated 1.2.14 MIT License https://github.com/tantale/deprecated Python @deprecated decorator to deprecate old python classes, functions or methods.
Flask 3.0.0 BSD License UNKNOWN A simple framework for building complex web applications.
Flask-Assets 2.1.0 BSD License http://github.com/miracle2k/flask-assets Asset management for Flask, to compress and merge CSS and Javascript files.
Flask-Caching 2.1.0 BSD License https://github.com/pallets-eco/flask-caching Adds caching support to Flask applications.
Flask-Compress 1.14 MIT License https://github.com/colour-science/flask-compress Compress responses in your Flask app with gzip, deflate or brotli.
Flask-SQLAlchemy 3.1.1 BSD License UNKNOWN Add SQLAlchemy support to your Flask application.
Jinja2 3.1.2 BSD License https://palletsprojects.com/p/jinja/ A very fast and expressive template engine.
Levenshtein 0.23.0 GNU General Public License v2 or later (GPLv2+) https://github.com/maxbachmann/Levenshtein Python extension for computing string edit distances and similarities.
Markdown 3.4.4 BSD License https://Python-Markdown.github.io/ Python implementation of John Gruber’s Markdown.
MarkupSafe 2.1.3 BSD License https://palletsprojects.com/p/markupsafe/ Safely add untrusted strings to HTML/XML markup.
PyJWT 2.8.0 MIT License https://github.com/jpadilla/pyjwt JSON Web Token implementation in Python
PyMySQL 1.1.0 MIT License UNKNOWN Pure Python MySQL Driver
PyNaCl 1.5.0 Apache License 2.0 https://github.com/pyca/pynacl/ Python binding to the Networking and Cryptography (NaCl) library
PyPDF2 3.0.1 BSD License https://github.com/py-pdf/PyPDF2 A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files
PyYAML 6.0.1 MIT License https://pyyaml.org/ YAML parser and emitter for Python
SQLAlchemy 2.0.24 MIT License https://www.sqlalchemy.org Database Abstraction Library
Werkzeug 3.0.1 BSD License UNKNOWN The comprehensive WSGI web application library.
aiohttp 3.9.1 Apache Software License https://github.com/aio-libs/aiohttp Async http client/server framework (asyncio)
aiohttp-retry 2.8.3 MIT License https://github.com/inyutin/aiohttp_retry Simple retry client for aiohttp
aiosignal 1.3.1 Apache Software License https://github.com/aio-libs/aiosignal aiosignal: a list of registered asynchronous callbacks
annotated-types 0.6.0 MIT License UNKNOWN Reusable constraint types to use with typing.Annotated
anyio 4.2.0 MIT License https://anyio.readthedocs.io/en/stable/versionhistory.html High level compatibility layer for multiple asynchronous event loop implementations
async-timeout 4.0.3 Apache Software License https://github.com/aio-libs/async-timeout Timeout context manager for asyncio programs
attrs 23.2.0 MIT License https://www.attrs.org/en/stable/changelog.html Classes Without Boilerplate
bcrypt 4.1.2 Apache Software License https://github.com/pyca/bcrypt/ Modern password hashing for your software and your servers
beautifulsoup4 4.12.2 MIT License https://www.crummy.com/software/BeautifulSoup/bs4/ Screen-scraping library
blinker 1.7.0 MIT License https://blinker.readthedocs.io Fast, simple object-to-object and broadcast signaling
cachelib 0.9.0 BSD License https://github.com/pallets/cachelib/ A collection of cache libraries in the same API interface.
cachetools 5.3.2 MIT License https://github.com/tkem/cachetools/ Extensible memoizing collections and decorators
certifi 2023.11.17 Mozilla Public License 2.0 (MPL 2.0) https://github.com/certifi/python-certifi Python package for providing Mozilla’s CA Bundle.
cffi 1.16.0 MIT License http://cffi.readthedocs.org Foreign Function Interface for Python calling C code.
charset-normalizer 3.3.2 MIT License https://github.com/Ousret/charset_normalizer The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
click 8.1.7 BSD License https://palletsprojects.com/p/click/ Composable command line interface toolkit
colorama 0.4.6 BSD License https://github.com/tartley/colorama Cross-platform colored terminal text.
cryptography 41.0.7 Apache Software License; BSD License https://github.com/pyca/cryptography cryptography is a package which provides cryptographic recipes and primitives to Python developers.
cssmin 0.2.0 UNKNOWN http://github.com/zacharyvoase/cssmin A Python port of the YUI CSS compression algorithm.
cssselect 1.2.0 BSD License https://github.com/scrapy/cssselect cssselect parses CSS3 Selectors and translates them to XPath 1.0
cssutils 2.11.1 GNU Library or Lesser General Public License (LGPL) https://github.com/jaraco/cssutils A CSS Cascading Style Sheets library for Python
dataclasses-json 0.6.7 MIT License https://github.com/lidatong/dataclasses-json Easily serialize dataclasses to and from JSON.
distro 1.9.0 Apache Software License https://github.com/python-distro/distro Distro - an OS platform information API
dnspython 2.4.2 ISC https://www.dnspython.org DNS toolkit
docstring_parser 0.16 MIT License https://github.com/rr-/docstring_parser Parse Python docstrings in reST, Google and Numpydoc format
docxcompose 1.4.0 MIT License https://github.com/4teamwork/docxcompose Compose .docx documents
docxtpl 0.16.7 LGPL 2.1 https://github.com/elapouya/python-docx-template Python docx template engine
filelock 3.13.1 The Unlicense (Unlicense) https://github.com/tox-dev/py-filelock A platform independent file lock.
firebase-admin 6.3.0 Apache Software License https://firebase.google.com/docs/admin/setup/ Firebase Admin Python SDK
flask-babel 4.0.0 BSD License https://github.com/python-babel/flask-babel Adds i18n/l10n support for Flask applications.
flask-talisman 1.1.0 Apache Software License https://github.com/wntrblm/flask-talisman HTTP security headers for Flask.
frozenlist 1.4.1 Apache Software License https://github.com/aio-libs/frozenlist A list-like structure which implements collections.abc.MutableSequence
fsspec 2023.12.2 BSD License https://github.com/fsspec/filesystem_spec File-system specification
fuzzywuzzy 0.18.0 GNU General Public License v2 (GPLv2) https://github.com/seatgeek/fuzzywuzzy Fuzzy string matching in python
google-api-core 2.15.0 Apache Software License https://github.com/googleapis/python-api-core Google API client core library
google-api-python-client 2.111.0 Apache Software License https://github.com/googleapis/google-api-python-client/ Google API Client Library for Python
google-auth 2.25.2 Apache Software License https://github.com/googleapis/google-auth-library-python Google Authentication Library
google-auth-httplib2 0.2.0 Apache Software License https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2 Google Authentication Library: httplib2 transport
google-cloud-aiplatform 1.50.0 Apache 2.0 https://github.com/googleapis/python-aiplatform Vertex AI API client library
google-cloud-appengine-logging 1.4.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-appengine-logging Google Cloud Appengine Logging API client library
google-cloud-audit-log 0.2.5 Apache Software License https://github.com/googleapis/python-audit-log Google Cloud Audit Protos
google-cloud-bigquery 3.14.1 Apache Software License https://github.com/googleapis/python-bigquery Google BigQuery API client library
google-cloud-bigquery-storage 2.24.0 Apache Software License https://github.com/googleapis/python-bigquery-storage Google Cloud Bigquery Storage API client library
google-cloud-core 2.4.1 Apache Software License https://github.com/googleapis/python-cloud-core Google Cloud API client core library
google-cloud-dlp 3.14.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dlp Google Cloud Dlp API client library
google-cloud-documentai 2.21.1 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-documentai Google Cloud Documentai API client library
google-cloud-firestore 2.14.0 Apache Software License https://github.com/googleapis/python-firestore Google Cloud Firestore API client library
google-cloud-language 2.12.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-language Google Cloud Language API client library
google-cloud-logging 3.9.0 Apache Software License https://github.com/googleapis/python-logging Stackdriver Logging API client library
google-cloud-pubsub 2.19.0 Apache Software License https://github.com/googleapis/python-pubsub Google Cloud Pub/Sub API client library
google-cloud-recaptcha-enterprise 1.16.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-recaptcha-enterprise Google Cloud Recaptcha Enterprise API client library
google-cloud-resource-manager 1.11.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-resource-manager Google Cloud Resource Manager API client library
google-cloud-secret-manager 2.17.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-secret-manager Google Cloud Secret Manager API client library
google-cloud-speech 2.23.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-speech Google Cloud Speech API client library
google-cloud-storage 2.14.0 Apache Software License https://github.com/googleapis/python-storage Google Cloud Storage API client library
google-cloud-talent 2.12.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-talent Google Cloud Talent API client library
google-cloud-tasks 2.15.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-tasks Google Cloud Tasks API client library
google-cloud-texttospeech 2.15.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-texttospeech Google Cloud Texttospeech API client library
google-cloud-translate 3.13.0 Apache Software License https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-translate Google Cloud Translate API client library
google-crc32c 1.5.0 Apache Software License https://github.com/googleapis/python-crc32c A python wrapper of the C library ‘Google CRC32C’
google-resumable-media 2.7.0 Apache Software License https://github.com/googleapis/google-resumable-media-python Utilities for Google Media Downloads and Resumable Uploads
googleapis-common-protos 1.62.0 Apache Software License https://github.com/googleapis/python-api-common-protos Common protobufs used in Google APIs
googlemaps 4.10.0 Apache Software License https://github.com/googlemaps/google-maps-services-python Python client library for Google Maps Platform
gradio_client 0.8.0 Apache Software License https://github.com/gradio-app/gradio Python library for easily interacting with trained machine learning models
greenlet 3.0.3 MIT License https://greenlet.readthedocs.io/ Lightweight in-process concurrent programming
grpc-google-iam-v1 0.13.0 Apache Software License https://github.com/googleapis/python-grpc-google-iam-v1 IAM API client library
grpcio 1.60.0 Apache Software License https://grpc.io HTTP/2-based RPC framework
grpcio-status 1.60.0 Apache Software License https://grpc.io Status proto mapping for gRPC
gunicorn 21.2.0 MIT License https://gunicorn.org WSGI HTTP Server for UNIX
h11 0.14.0 MIT License https://github.com/python-hyper/h11 A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
httpagentparser 1.9.5 http://www.opensource.org/licenses/mit-license.php https://github.com/shon/httpagentparser Extracts OS Browser etc information from http user agent string
httpcore 1.0.2 BSD License https://www.encode.io/httpcore/ A minimal low-level HTTP client.
httplib2 0.22.0 MIT License https://github.com/httplib2/httplib2 A comprehensive HTTP client library.
httpx 0.26.0 BSD License https://github.com/encode/httpx The next generation HTTP client.
huggingface-hub 0.20.2 Apache Software License https://github.com/huggingface/huggingface_hub Client library to download and publish models, datasets and other repos on the huggingface.co hub
idna 3.6 BSD License https://github.com/kjd/idna Internationalized Domain Names in Applications (IDNA)
img2pdf 0.5.1 GNU Lesser General Public License v3 (LGPLv3) https://gitlab.mister-muffin.de/josch/img2pdf Convert images to PDF via direct JPEG inclusion.
importlib-metadata 7.0.1 Apache Software License https://github.com/python/importlib_metadata Read metadata from Python packages
inflect 7.0.0 MIT License https://github.com/jaraco/inflect Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
iniconfig 2.0.0 MIT License https://github.com/pytest-dev/iniconfig brain-dead simple config-ini parsing
isodate 0.6.1 BSD License https://github.com/gweis/isodate/ An ISO 8601 date/time/duration parser and formatter
itsdangerous 2.1.2 BSD License https://palletsprojects.com/p/itsdangerous/ Safely pass data to untrusted environments and back.
jsonpatch 1.33 BSD License https://github.com/stefankoegl/python-json-patch Apply JSON-Patches (RFC 6902)
jsonpointer 3.0.0 BSD License https://github.com/stefankoegl/python-json-pointer Identify specific nodes in a JSON document (RFC 6901)
langchain 0.1.4 MIT License https://github.com/langchain-ai/langchain Building applications with LLMs through composability
langchain-community 0.0.20 MIT License https://github.com/langchain-ai/langchain Community contributed LangChain integrations.
langchain-core 0.1.23 MIT License https://github.com/langchain-ai/langchain Building applications with LLMs through composability
langchain-experimental 0.0.49 MIT License https://github.com/langchain-ai/langchain Building applications with LLMs through composability
langsmith 0.0.87 MIT License https://smith.langchain.com/ Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.
lxml 5.0.1 BSD License https://lxml.de/ Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
mailchimp-transactional 1.0.50 UNKNOWN UNKNOWN Mailchimp Transactional API
marshmallow 3.22.0 MIT License https://github.com/marshmallow-code/marshmallow A lightweight library for converting complex datatypes to and from native Python datatypes.
more-itertools 10.1.0 MIT License https://github.com/more-itertools/more-itertools More routines for operating on iterables, beyond itertools
msgpack 1.0.7 Apache Software License https://msgpack.org/ MessagePack serializer
multidict 6.0.4 Apache Software License https://github.com/aio-libs/multidict multidict implementation
mypy-extensions 1.0.0 MIT License https://github.com/python/mypy_extensions Type system extensions for programs checked with the mypy type checker.
mysql-connector-python 8.2.0 GNU General Public License (GPL) http://dev.mysql.com/doc/connector-python/en/index.html MySQL driver written in Python
mysqlx 2.1.0 UNKNOWN https://gitee.com/summry/mysqlx A thread safe sql executor for MySQL like MyBatis with connection pool. It helps you automatically manage database connections and transactions. It also provides ORM operations for single tables.
numpy 1.26.3 BSD License https://numpy.org Fundamental package for array computing in Python
openai 1.6.1 Apache Software License https://github.com/openai/openai-python The official Python library for the openai API
packaging 23.2 Apache Software License; BSD License https://github.com/pypa/packaging Core utilities for Python packages
pandas 2.1.4 BSD License https://pandas.pydata.org Powerful data structures for data analysis, time series, and statistics
paramiko 3.4.0 GNU Library or Lesser General Public License (LGPL) https://paramiko.org SSH2 protocol library
pdf2image 1.16.3 MIT License https://github.com/Belval/pdf2image A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.
pdfkit 1.0.0 MIT UNKNOWN Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt
pendulum 3.0.0 MIT License https://pendulum.eustace.io Python datetimes made easy
pikepdf 8.11.2 Mozilla Public License 2.0 (MPL 2.0) https://github.com/pikepdf/pikepdf Read and write PDFs with Python, powered by qpdf
pillow 10.2.0 Historical Permission Notice and Disclaimer (HPND) https://python-pillow.org Python Imaging Library (Fork)
platformdirs 4.1.0 MIT License https://github.com/platformdirs/platformdirs A small Python package for determining appropriate platform-specific dirs, e.g. a “user data dir”.
pluggy 1.3.0 MIT License https://github.com/pytest-dev/pluggy plugin and hook calling mechanisms for python
polib 1.2.0 MIT License https://github.com/izimobil/polib/ A library to manipulate gettext files (po and mo files).
premailer 3.10.0 Python Software Foundation License http://github.com/peterbe/premailer Turns CSS blocks into style attributes
proto-plus 1.23.0 Apache Software License https://github.com/googleapis/proto-plus-python.git Beautiful, Pythonic protocol buffers.
protobuf 4.21.12 3-Clause BSD License https://developers.google.com/protocol-buffers/ UNKNOWN
pyap 0.3.1 MIT License UNKNOWN Pyap is an MIT Licensed text processing library, written in Python, for detecting and parsing addresses. Currently it supports USA, Canadian and British addresses.
pyasn1 0.5.1 BSD License https://github.com/pyasn1/pyasn1 Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)
pyasn1-modules 0.3.0 BSD License https://github.com/pyasn1/pyasn1-modules A collection of ASN.1-based protocols modules
pycparser 2.21 BSD License https://github.com/eliben/pycparser C parser in Python
pydantic 2.5.3 MIT License https://github.com/pydantic/pydantic Data validation using Python type hints
pydantic_core 2.14.6 MIT License https://github.com/pydantic/pydantic-core UNKNOWN
pymongo 4.6.1 Apache Software License http://github.com/mongodb/mongo-python-driver Python driver for MongoDB http://www.mongodb.org
pyparsing 3.1.1 MIT License https://github.com/pyparsing/pyparsing/ pyparsing module - Classes and methods to define and execute parsing grammars
pytest 7.4.4 MIT License https://docs.pytest.org/en/latest/ pytest: simple powerful testing with Python
pytest-flask 1.3.0 MIT License https://github.com/pytest-dev/pytest-flask A set of py.test fixtures to test Flask applications.
pytest-mock 3.14.0 MIT License https://github.com/pytest-dev/pytest-mock/ Thin-wrapper around the mock package for easier use with pytest
python-Levenshtein 0.23.0 GNU General Public License v2 or later (GPLv2+) https://github.com/maxbachmann/python-Levenshtein Python extension for computing string edit distances and similarities.
python-dateutil 2.8.2 Apache Software License; BSD License https://github.com/dateutil/dateutil Extensions to the standard Python datetime module
python-docx 1.1.0 MIT License https://github.com/python-openxml/python-docx Create, read, and update Microsoft Word .docx files.
python-http-client 3.3.7 MIT https://github.com/sendgrid/python-http-client HTTP REST client, simplified for Python
pytz 2023.3.post1 MIT License http://pythonhosted.org/pytz World timezone definitions, modern and historical
rapidfuzz 3.6.1 MIT License https://github.com/rapidfuzz/RapidFuzz rapid fuzzy string matching
redis 5.0.1 MIT License https://github.com/redis/redis-py Python client for Redis database and key-value store
requests 2.31.0 Apache Software License https://requests.readthedocs.io Python HTTP for Humans.
requests-file 1.5.1 Apache Software License http://github.com/dashea/requests-file File transport adapter for Requests
requests-toolbelt 1.0.0 Apache Software License https://toolbelt.readthedocs.io/ A utility belt for advanced users of python-requests
rsa 4.9 Apache Software License https://stuvel.eu/rsa Pure-Python RSA implementation
sendgrid 6.11.0 MIT https://github.com/sendgrid/sendgrid-python/ Twilio SendGrid library for Python
shapely 2.0.2 BSD License https://github.com/shapely/shapely Manipulation and analysis of geometric objects
simple-salesforce 1.12.5 Apache Software License https://github.com/simple-salesforce/simple-salesforce A basic Salesforce.com REST API client.
six 1.16.0 MIT License https://github.com/benjaminp/six Python 2 and 3 compatibility utilities
sniffio 1.3.0 Apache Software License; MIT License https://github.com/python-trio/sniffio Sniff out which async library your code is running under
soupsieve 2.5 MIT License https://github.com/facelessuser/soupsieve A modern CSS selector implementation for Beautiful Soup.
sqlparse 0.4.4 BSD License https://github.com/andialbrecht/sqlparse A non-validating SQL parser.
sqlx-batis 2.1.0 UNKNOWN https://gitee.com/summry/sqlx-batis A thread safe sql executor for Python like MyBatis with connection pool. It helps you automatically manage database connections and transactions. It also provides ORM operations for single tables.
sqlx-exec 2.2.5 UNKNOWN https://gitee.com/summry/sql-exec A thread safe sql executor for Python with connection pool. It helps you automatically manage database connections and transactions.
starkbank-ecdsa 2.2.0 MIT License https://github.com/starkbank/ecdsa-python.git A lightweight and fast pure python ECDSA library
stripe 7.10.0 MIT License https://github.com/stripe/stripe-python Python bindings for the Stripe API
tabulate 0.9.0 MIT License https://github.com/astanin/python-tabulate Pretty-print tabular data
tenacity 8.5.0 Apache Software License https://github.com/jd/tenacity Retry code until it succeeds
time-machine 2.13.0 MIT License https://github.com/adamchainz/time-machine Travel through time in your tests.
tqdm 4.66.1 MIT License; Mozilla Public License 2.0 (MPL 2.0) https://tqdm.github.io Fast, Extensible Progress Meter
twilio 8.11.0 MIT License https://github.com/twilio/twilio-python/ Twilio API client and TwiML generator
typing-inspect 0.9.0 MIT License https://github.com/ilevkivskyi/typing_inspect Runtime inspection utilities for typing module.
typing_extensions 4.9.0 Python Software Foundation License https://github.com/python/typing_extensions Backported and Experimental Type Hints for Python 3.8+
tzdata 2023.4 Apache Software License https://github.com/python/tzdata Provider of IANA time zone data
uritemplate 4.1.1 Apache Software License; BSD License https://uritemplate.readthedocs.org Implementation of RFC 6570 URI Templates
urllib3 2.1.0 MIT License https://github.com/urllib3/urllib3/blob/main/CHANGES.rst HTTP library with thread-safe connection pooling, file post, and more.
validators 0.22.0 MIT License https://python-validators.github.io/validators Python Data Validation for Humansâ„¢
webassets 2.0 BSD License http://github.com/miracle2k/webassets/ Media asset management for Python, with glue code for various web frameworks
websockets 11.0.3 BSD License https://github.com/aaugustin/websockets An implementation of the WebSocket Protocol (RFC 6455 & 7692)
wrapt 1.16.0 BSD License https://github.com/GrahamDumpleton/wrapt Module for decorators, wrappers and monkey patching.
yarl 1.9.4 Apache Software License https://github.com/aio-libs/yarl Yet another URL library
yoyo-migrations 8.2.0 Apache Software License https://ollycope.com/software/yoyo/latest/ Database migrations with SQL
zeep 4.2.1 MIT License https://docs.python-zeep.org A Python SOAP client
zipp 3.17.0 MIT License https://github.com/jaraco/zipp Backport of pathlib-compatible object wrapper for zip files

Packages in SnapApp

SnapApp packages streamline app-building, enhance scalability, and provide pre-built functionalities for faster development.

The list of packages in SnapApp are listed below:

name installed version license type link
@algolia/autocomplete-js 1.17.0 MIT https://github.com/algolia/autocomplete.git
@algolia/autocomplete-theme-classic 1.17.0 MIT https://github.com/algolia/autocomplete.git
@fortawesome/fontawesome-free 6.4.2 (CC-BY-4.0 AND OFL-1.1 AND MIT) git+https://github.com/FortAwesome/Font-Awesome.git
@googlemaps/markerclusterer 2.5.3 Apache-2.0 git+https://github.com/googlemaps/js-markerclusterer.git
@ttskch/select2-bootstrap4-theme 1.5.2 MIT git+ssh://git@github.com/ttskch/select2-bootstrap4-theme.git
backbone 1.5.0 MIT git+https://github.com/jashkenas/backbone.git
bootstrap 4.6.2 MIT git+https://github.com/twbs/bootstrap.git
bootstrap-datepicker 1.9.0 Apache-2.0 git+https://github.com/uxsolutions/bootstrap-datepicker.git
bootstrap-iconpicker-latest 1.12.0 MIT git+https://github.com/DJStarCOM/bootstrap-iconpicker-lates.git
chart.js 4.0.1 MIT git+https://github.com/chartjs/Chart.js.git
codemirror 5.65.17 MIT git+https://github.com/codemirror/CodeMirror.git
datatables.net 1.13.11 MIT git+https://github.com/DataTables/Dist-DataTables.git
datatables.net-bs4 1.13.11 MIT git+https://github.com/DataTables/Dist-DataTables-Bootstrap4.git
datatables.net-buttons 2.4.3 MIT git+https://github.com/DataTables/Dist-DataTables-Buttons.git
datatables.net-buttons-dt 1.6.5 MIT git+https://github.com/DataTables/Dist-DataTables-Buttons-DataTables.git
datatables.net-colreorder 1.7.2 MIT git+https://github.com/DataTables/Dist-DataTables-ColReorder.git
datatables.net-datetime 1.5.2 MIT git+https://github.com/DataTables/DateTime.git
datatables.net-responsive 2.5.1 MIT git+https://github.com/DataTables/Dist-DataTables-Responsive.git
datatables.net-responsive-bs4 2.5.1 MIT git+https://github.com/DataTables/Dist-DataTables-Responsive-Bootstrap4.git
datatables.net-rowgroup-bs4 1.5.0 MIT git+https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap4.git
datatables.net-rowreorder 1.3.2 MIT git+https://github.com/DataTables/Dist-DataTables-RowReorder.git
datatables.net-rowreorder-bs4 1.3.2 MIT git+https://github.com/DataTables/Dist-DataTables-RowReorder-Bootstrap4.git
datatables.net-searchbuilder-bs4 1.7.0 MIT git+https://github.com/DataTables/Dist-DataTables-SearchBuilder-Bootstrap4.git
datatables.net-searchpanes-bs4 2.3.0 MIT git+https://github.com/DataTables/Dist-DataTables-SearchPanes-Bootstrap4.git
datatables.net-select-bs4 1.7.1 MIT git+https://github.com/DataTables/Dist-DataTables-Select-Bootstrap4.git
dialogflow 4.0.3 Apache 2.0 git+https://github.com/dialogflow/dialogflow-nodejs-client.git
dropzone 6.0.0-beta.2 MIT git+https://github.com/dropzone/dropzone.git
emojionearea 3.0.7 MIT git+https://github.com/mervick/emojionearea.git
firebase 7.16.1 Apache-2.0 git+https://github.com/firebase/firebase-js-sdk.git
firebaseui 4.5.0 Apache-2.0 git+https://github.com/firebase/firebaseui-web.git
grapesjs 0.20.4 BSD-3-Clause git+https://github.com/artf/grapesjs.git
grapesjs-blocks-basic 1.0.2 BSD-3-Clause git+https://github.com/GrapesJS/blocks-basic.git
grapesjs-blocks-bootstrap4 0.1.22 BSD-3-Clause git+https://github.com/kaoz70/grapesjs-bootstrap4-blocks.git
grapesjs-component-countdown 1.0.2 BSD-3-Clause git+https://github.com/GrapesJS/components-countdown.git
grapesjs-custom-code 1.0.2 BSD-3-Clause git+https://github.com/GrapesJS/components-custom-code.git
grapesjs-lory-slider 0.1.5 BSD-3-Clause git+https://github.com/artf/grapesjs-lory-slider.git
grapesjs-plugin-forms 2.0.6 BSD-3-Clause git+https://github.com/GrapesJS/components-forms.git
grapesjs-plugin-toolbox 1.0.15 MIT git+https://github.com/Ju99ernaut/grapesjs-plugin-toolbox.git
grapesjs-preset-newsletter 1.0.2 BSD-3-Clause git+https://github.com/GrapesJS/preset-newsletter.git
grapesjs-preset-webpage 1.0.3 BSD-3-Clause git+https://github.com/GrapesJS/preset-webpage.git
grapesjs-style-bg 2.0.2 MIT git+https://github.com/GrapesJS/style-bg.git
grapesjs-tabs 1.0.6 BSD-3-Clause git+https://github.com/artf/grapesjs-tabs.git
grapesjs-touch 0.1.1 BSD-3-Clause git+https://github.com/artf/grapesjs-touch.git
grapesjs-typed 1.0.5 MIT git+https://github.com/artf/grapesjs-typed.git
highlight.js 11.9.0 BSD-3-Clause git://github.com/highlightjs/highlight.js.git
hotkeys-js 3.12.0 MIT git+https://github.com/jaywcjlove/hotkeys-js.git
jointjs 3.7.7 MPL-2.0 git+https://github.com/clientIO/joint.git
jquery 3.7.1 MIT git+https://github.com/jquery/jquery.git
jquery-sortablejs 1.0.1 MIT git+https://github.com/SortableJS/jquery-sortablejs.git
jquery-ui 1.13.2 MIT git://github.com/jquery/jquery-ui.git
jquery.easing 1.4.1 BSD-3-Clause git://github.com/gdsmith/jquery.easing.git
lightbox2 2.8.2 MIT git+https://github.com/lokesh/lightbox2.git
lodash 4.17.21 MIT git+https://github.com/lodash/lodash.git
markerjs2 2.29.5 SEE LICENSE IN LICENSE git+https://github.com/ailon/markerjs2.git
moment 2.29.4 MIT git+https://github.com/moment/moment.git
moment-timezone 0.5.43 MIT git+https://github.com/moment/moment-timezone.git
pluralize 8.0.0 MIT git+https://github.com/blakeembrey/pluralize.git
popper.js 1.16.1 MIT git+https://github.com/FezVrasta/popper.js.git
quill 1.3.7 BSD-3-Clause git+https://github.com/quilljs/quill.git
quilljs-markdown 1.2.0 MIT git+https://github.com/cloverhearts/quilljs-markdown.git
select2 4.0.13 MIT git://github.com/select2/select2.git
signature_pad 4.0.10 MIT git+https://github.com/szimek/signature_pad.git
socket.io-client 4.7.2 MIT git+https://github.com/socketio/socket.io-client.git
sortablejs 1.15.3 MIT git://github.com/SortableJS/Sortable.git
tempusdominus-bootstrap-4 5.39.2 MIT git+https://github.com/tempusdominus/bootstrap-4.git
tiny-slider 2.9.4 MIT git+https://github.com/ganlanyuan/tiny-slider.git
toastr 2.1.4 MIT git://github.com/CodeSeven/toastr.git
tributejs 5.1.3 MIT git://github.com/zurb/tribute.git
uglify-js 3.17.4 BSD-2-Clause git+https://github.com/mishoo/UglifyJS.git
viewerjs 1.11.6 MIT git+https://github.com/fengyuanchen/viewerjs.git

Thank you for following these steps to configure your SnapApp components effectively If you have any questions or need further assistance, please don’t hesitate to reach out to our support team. We’re here to help you make the most out of your SnapApp experience.

For support, email us at snapapp@bluevector.ai


Generate Text
Profile image
Snapapp website agent