Open source software used by GravityZone Cloud Security
Software Name | Short Description | License Type | Website |
---|---|---|---|
@apollo/client | Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more. | ||
@floating-ui/react | A JavaScript library to position floating elements and create interactions for them. | ||
@tanstack/react-table | Headless UI for building powerful tables and datagrids for React, Solid, Vue, Svelte and TS/JS. | ||
aiohttp | Asynchronous HTTP Client/Server for asyncio and Python. | ||
alembic | Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python. | ||
aliyun-oss-python-sdk | Alibaba Cloud OSS SDK for Python. | ||
aliyun-python-sdk | The Alibaba Cloud Python Software Development Kit (SDK) allows you to access Alibaba Cloud services. You can access Alibaba Cloud services without the need to handle API related tasks, such as signing and constructing your requests. | ||
asyncpg | asyncpg is a database interface library designed specifically for PostgreSQL and Python/asyncio. | ||
Autoprefixer | Autoprefixer is a PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use. | ||
aws-sdk-js-v3 | Develop and deploy applications with the AWS SDK for JavaScript. The SDK provides first class TypeScript support and makes it easy to call AWS services using idiomatic JavaScript APIs to build Node.js, web, and mobile web applications. | ||
axios | Promise based HTTP client for the browser and node.js | ||
azure-identity | The Azure Identity library provides Microsoft Entra ID (formerly Azure Active Directory) token authentication support across the Azure SDK. | ||
azure-sdk-for-python | Azure SDK for python. | ||
backoff | This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. | ||
BeautifulSoup4 | Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. | ||
blinker-pypi | Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". | ||
boto3 | Boto3 makes it easy to integrate your Python application, library, or script with AWS services including Amazon S3, Amazon EC2, Amazon DynamoDB, and more. | ||
cefevent | ArcSight's Common Event Format library. | ||
classnames | A simple javascript utility for conditionally joining classNames together. | ||
croniter | Croniter provides iteration for the datetime object with a cron like format. | ||
cronstrue | cRonstrue is a JavaScript library that parses a cron expression and outputs a human readable description of the cron schedule. | ||
cron-validator | Cron Validator is a util that allows you to validate a cron expression, similar to what crontab guru does, but in your code base. | ||
crsmithdev/arrow | Arrow is a Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps. | ||
dagre | Dagre is a JavaScript library that makes it easy to lay out directed graphs on the client-side. | ||
dnspython | Dnspython is a DNS toolkit for Python. It can be used for queries, zone transfers, dynamic updates, nameserver testing, and many other things. | ||
esdk-obs-python | OBS Python SDK. | ||
ets-labs/python-dependency-injector | Dependency Injector is a dependency injection framework for Python. It helps implement the dependency injection principle. | ||
fastparquet | fastparquet is a python implementation of the parquet format, aiming integrate into python-based big data work-flows. | ||
glom | glom is a new and powerful way to handle real-world data, featuring:
| ||
google-api-nodejs-client | Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included. | ||
google-api-python-client | The official Python client library for Google's discovery based APIs. | ||
google-auth-oauthlib | This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs. | https://github.com/GoogleCloudPlatform/google-auth-library-python | |
graphene | Graphene is an opinionated Python library for building GraphQL schemas/types fast and easily. | ||
graphene-sqlalchemy | Graphene SQLAlchemy integration. | ||
graphql-server | GraphQL-Server is a base library that serves as a helper for building GraphQL servers or integrations into existing web frameworks using GraphQL-Core. | ||
gremlinpython | Gremlin-Python implements Gremlin within the Python language and can be used on any Python virtual machine including the popular CPython machine. | ||
huaweicloudsdk | The Huawei Cloud Python SDK allows you to easily work with Huawei Cloud services such as Elastic Compute Service (ECS) and Virtual Private Cloud (VPC) without the need to handle API related tasks. | ||
i18next | i18next is a very popular internationalization framework for browser or any other javascript environment (eg. Node.js, Deno). | ||
ijson | Ijson is an iterative JSON parser with standard Python iterator interfaces. | ||
inveniosoftware/dictdiffer | Dictdiffer is a helper module that helps you to diff and patch dictionaries. | ||
itsdangerous | Various helpers to pass data to untrusted environments and to get it back safe and sound. Data is cryptographically signed to ensure that a token has not been tampered with. | ||
Jinja | Jinja is a fast, expressive, extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. Then the template is passed data to render the final document. | ||
jmespath.py | JMESPath is a query language for JSON. | ||
js-cookie | A simple, lightweight JavaScript API for handling browser cookies. | ||
Lodash | A modern JavaScript utility library delivering modularity, performance, and extras. | ||
Mako | Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. | ||
MarkupSafe | Safely add untrusted strings to HTML/XML markup. | ||
memoize | Create properties that are only computed the first time they are called. | ||
mistletoe | mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. | ||
moment | Parse, validate, manipulate, and display dates in javascript. | ||
moment-timezone | Timezone support for moment.js | ||
more-itertools | Python's itertools library allows you can compose elegant solutions for a variety of problems with the functions it provides. | ||
NetworkX | NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. | ||
ordered-enum | ordered_enum is a small library for adding (total) orderings to enum.Enums. | ||
orjson | orjson is a fast, correct JSON library for Python. | MIT or Apache 2.0 | |
parsimonious | Parsimonious is an arbitrary-lookahead parser written in pure Python. | ||
pendulum | Python datetimes made easy. | ||
pillow | Adds image processing capabilities to the Python interpreter | ||
policyuniverse | PolicyUniverse parse and process AWS IAM Policies, Statements, ARNs, and wildcards. | ||
psf-requests | Requests is an elegant and simple HTTP library for Python. | ||
psycopg2 | PostgreSQL database adapter for the Python programming language | ||
pyca/cryptography | Cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. | ||
pydantic | Pydantic is a data validation library for Python. | ||
PyGithub | PyGitHub is a Python library to access the GitHub REST API. | ||
pyhumps | Pyhums convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. | ||
PyJWT | JSON Web Token implementation in Python | ||
PyMemoize | PyMemoize is a simple Python cache and memoizing module. | ||
pyRFC3339 | pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python datetime.datetime objects. | ||
PySocks | PySocks lets you send traffic through SOCKS proxy servers. | ||
python/importlib_metadata | The backport of the importlib.metadata module. | ||
python-dotenv | Reads key-value pairs from a .env file and can set them as environment variables. | ||
python-gitlab | A python wrapper for the GitLab API. | ||
python-jose | The JavaScript Object Signing and Encryption implementation in Python. | ||
python-jsonschema | An implementation of the JSON Schema specification for Python. | ||
python-pluggy | A minimalist production ready plugin system. | ||
python-protobuf | Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. | ||
PyYAML | A full-featured YAML processing framework for Python. | ||
query-string | Parse and stringify URL query strings | ||
react | The library for web and native user interfaces. | ||
react-dates | An easily internationalizable, mobile-friendly datepicker library for the web. | ||
reactflow | Open source libraries for building node-based UIs with React (https://reactflow.dev) or Svelte (https://svelteflow.dev). Ready out-of-the-box and infinitely customizable. | ||
react-highlight | React component for syntax highlighting using highlight.js. | ||
react-hook-form | React Hooks for form state management and validation (Web + React Native). | ||
react-i18next | Internationalization for react using the i18next i18n ecosystem. | ||
react-json-view | JSON viewer for react. | ||
react-lines-ellipsis | Simple multiline ellipsis component for React.JS. | ||
react-markdown | Markdown component for React. | ||
react-router-dom | React Router is a lightweight, fully-featured routing library for the React JavaScript library. | ||
react-select | The Select control for React. | ||
react-toastify | React component for toast notifications. | ||
recharts | chart library built with React and D3. | ||
redis-py | Redis Python Client. | ||
regex | This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality. | ||
remark-gfm | remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists). | ||
requests-oauthlib | This project provides first-class OAuth library support for Requests. | ||
ruamel.yaml.clib | C version of reader, parser and emitter for ruamel.yaml. | https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/ | |
slackapi/python-slackclient | Slack Developer Kit for Python. | ||
slackweb | Very simple slack client by using incoming-webhook. | ||
SQLAlchemy | SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. | ||
tmp | Temporary file and directory creator for node.js. | ||
types-PyYAML | Collection of library stubs for Python, with static types. | ||
ultrajson | Ultra fast JSON decoder and encoder written in C with Python bindings. | ||
urlsafe-base64 | URL Safe Base64 util module for Node.js applications. | ||
use-query-params | React Hook for managing state in URL query parameters with easy serialization. | ||
uuid | Generate RFC-compliant UUIDs in JavaScript. | ||
validate-email | Validate_email verify if an email address is valid and really exists. | ||
XlsxWriter | A Python module for creating Excel XLSX files. |