跳至主内容

所使用的开源软件 GravityZone云安全态势管理

软件名称

简介

许可证类型

网站

@apollo/client

Apollo Client是一个功能齐全的缓存GraphQL客户端,支持React、Angular等框架集成。

MIT协议

https://apollographql.com/client

@floating-ui/react

一个用于定位浮动元素并为其创建交互的JavaScript库。

MIT

https://floating-ui.com/docs/react

@tanstack/react-table

为React、Solid、Vue、Svelte和TS/JS构建强大表格和数据网格的无头UI。

MIT

https://github.com/tannerlinsley/react-table

aiohttp

用于asyncio和Python的异步HTTP客户端/服务器。

Apache 2.0

http://aiohttp.readthedocs.io

alembic

Alembic是一个轻量级数据库迁移工具,用于与Python的SQLAlchemy数据库工具包配合使用。

MIT

http://alembic.readthedocs.org/

aliyun-oss-python-sdk

阿里云对象存储服务(OSS)的Python SDK。

MIT

https://github.com/aliyun/aliyun-oss-python-sdk

aliyun-python-sdk

阿里云Python软件开发工具包(SDK)允许您访问阿里云服务。您无需处理API相关任务(如签名和构建请求)即可访问阿里云服务。

Apache 2.0

http://develop.aliyun.com/sdk/python

asyncpg

asyncpg是一个专为PostgreSQL和Python/asyncio设计的数据库接口库。

Apache 2.0

https://magicstack.github.io/asyncpg

Autoprefixer

Autoprefixer是一款PostCSS插件,用于解析CSS并根据Can I Use的数据为CSS规则添加浏览器厂商前缀。

MIT

https://github.com/postcss/autoprefixer

aws-sdk-js-v3

使用AWS JavaScript SDK开发和部署应用程序。该SDK提供一流的TypeScript支持,并可通过符合JavaScript习惯的API轻松调用AWS服务,用于构建Node.js、Web及移动Web应用。

Apache 2.0

http://aws.amazon.com/sdkfornodejs

axios

基于Promise的HTTP客户端,适用于浏览器和Node.js环境

MIT

https://github.com/axios/axios

azure-identity

Azure Identity库为Azure SDK提供Microsoft Entra ID(原Azure Active Directory)令牌认证支持。

MIT

https://pypi.org/project/azure-identity/

azure-sdk-for-python

适用于Python的Azure SDK。

Apache 2.0

https://github.com/Azure/azure-sdk-for-python

backoff

该模块提供函数装饰器,可用于包装函数使其在满足条件前自动重试。

MIT

https://github.com/litl/backoff

BeautifulSoup4

Beautiful Soup是一个便于从网页抓取信息的库。它基于HTML/XML解析器构建,提供符合Python习惯的遍历、搜索和修改解析树的方法。

MIT

https://www.crummy.com/software/BeautifulSoup/

blinker-pypi

Blinker提供快速的事件派发系统,允许任意数量的订阅者监听事件(即"信号")。

MIT

https://blinker.readthedocs.io

boto3

Boto3可轻松将您的Python应用程序、库或脚本与AWS服务(包括Amazon S3、Amazon EC2、Amazon DynamoDB等)集成。

Apache 2.0

https://aws.amazon.com/sdk-for-python/

cefevent

ArcSight通用事件格式库。

MIT

https://github.com/kamushadenes/cefevent

classnames

一个简单的JavaScript工具,用于有条件地合并类名。

MIT

https://github.com/JedWatson/classnames

croniter

Croniter为datetime对象提供类似cron格式的迭代功能。

MIT

https://github.com/kiorky/croniter

cronstrue

cRonstrue是一个JavaScript库,可解析cron表达式并输出人类可读的调度描述。

MIT

https://github.com/bradyholt/cronstrue

cron-validator

Cron Validator是一个实用工具,允许您验证cron表达式,类似于crontab guru的功能,但可直接在代码库中使用。

MIT

https://github.com/TheCloudConnectors/cron-validator

crsmithdev/arrow

Arrow是一个Python库,提供了一种合理且人性化的方法来创建、操作、格式化和转换日期、时间和时间戳。

Apache 2.0

https://github.com/arrow-py/arrow

dagre

Dagre是一个JavaScript库,可轻松在客户端布局有向图。

MIT

https://github.com/dagrejs/dagre

dnspython

Dnspython是Python的DNS工具包,可用于查询、区域传输、动态更新、名称服务器测试等多种功能。

ISC

http://www.dnspython.org

esdk-obs-python

OBS Python SDK。

Apache 2.0

https://github.com/huaweicloud/huaweicloud-sdk-python-obs

ets-labs/python-dependency-injector

Dependency Injector是Python的依赖注入框架,用于实现依赖注入原则。

BSD 3-clause "New" or "Revised" License

http://github.com/ets-labs/python-dependency-injector/

fastparquet

fastparquet是parquet格式的Python实现,旨在集成到基于Python的大数据工作流中。

Apache 2.0

https://github.com/martindurant/fastparquet/

glom

glom是一种处理真实数据的新颖强大方式,具有以下特点:

  • 基于路径的嵌套数据结构访问

  • 可读性强、有意义的错误信息

  • 使用轻量级Python规范进行声明式数据转换

  • 内置数据探索和调试功能

BSD 3-clause "New" or "Revised" License

https://github.com/mahmoud/glom

google-api-nodejs-client

Google官方支持的Node.js客户端库,用于访问Google API。支持OAuth 2.0、API密钥和JWT(服务令牌)的授权和认证。

Apache 2.0

https://github.com/google/google-api-nodejs-client

google-api-python-client

谷歌基于发现机制的API官方Python客户端库。

Apache 2.0

https://github.com/googleapis/google-api-python-client

google-auth-oauthlib

该库简化了使用谷歌各类服务端间认证机制访问谷歌API的流程。

Apache 2.0

https://github.com/GoogleCloudPlatform/google-auth-library-python

graphene

Graphene是一个高效的Python库,用于快速轻松构建GraphQL模式/类型。

MIT

https://github.com/graphql-python/graphene

graphene-sqlalchemy

Graphene与SQLAlchemy的集成方案。

MIT

https://github.com/graphql-python/graphene-sqlalchemy

graphql-server

GraphQL-Server是基础库,协助构建GraphQL服务器或通过GraphQL-Core集成现有Web框架。

MIT

https://github.com/graphql-python/graphql-server

gremlinpython

Gremlin-Python在Python语言中实现Gremlin,可在包括CPython在内的任何Python虚拟机上运行。

Apache 2.0

https://pypi.org/project/gremlinpython/

huaweicloudsdk

华为云Python SDK让您无需处理API相关任务,即可便捷使用弹性云服务器(ECS)、虚拟私有云(VPC)等华为云服务。

Apache 2.0

https://github.com/huaweicloud/huaweicloud-sdk-python-v3

i18next

i18next 是一个极其流行的国际化框架,适用于浏览器或任何其他 JavaScript 环境(例如 Node.js、Deno)。

MIT

https://github.com/i18next/i18next

ijson

Ijson 是一个基于标准 Python 迭代器接口的迭代式 JSON 解析器。

BSD 3条款"新版"或"修订版"许可证

http://pypi.python.org/pypi/ijson/

inveniosoftware/dictdiffer

Dictdiffer 是一个辅助模块,用于比对和修补字典差异。

MIT

https://github.com/inveniosoftware/dictdiffer

itsdangerous

提供多种工具,用于将数据传递至不可信环境并安全完整地取回。通过密码学签名确保令牌未被篡改。

BSD 3条款"新版"或"修订版"许可证

https://itsdangerous.palletsprojects.com

Jinja

Jinja 是一个快速、富有表现力且可扩展的模板引擎。模板中的特殊占位符支持编写类 Python 语法的代码,随后传入数据渲染最终文档。

BSD 3条款"新版"或"修订版"许可证

https://jinja.palletsprojects.com

jmespath.py

JMESPath 是一种 JSON 查询语言。

MIT

https://github.com/jmespath/jmespath.py

js-cookie

一个简单轻量的 JavaScript API,用于处理浏览器 Cookie。

MIT

https://github.com/js-cookie/js-cookie

Lodash

一个现代化的 JavaScript 实用工具库,提供模块化、高性能和附加功能。

MIT

http://lodash.com/

Mako

Mako是一个用Python编写的模板库。它提供了一种熟悉的非XML语法,可编译为Python模块以实现最佳性能。

MIT

http://www.makotemplates.org/

MarkupSafe

安全地将不可信字符串添加到HTML/XML标记中。

BSD 3-Clause "New" or "Revised" License

https://palletsprojects.com/p/markupsafe/

memoize

创建仅在首次调用时计算的属性。

MIT

https://github.com/sionide21/memoize

mistletoe

mistletoe是一个纯Python编写的Markdown解析器,设计目标是快速、符合规范且完全可定制。

MIT

https://github.com/miyuchina/mistletoe

moment

在JavaScript中解析、验证、操作和显示日期。

MIT

http://momentjs.com

moment-timezone

为moment.js提供时区支持

MIT

http://momentjs.com/timezone

more-itertools

Python的itertools库允许您通过其提供的函数为各种问题构建优雅的解决方案。

MIT

https://github.com/more-itertools/more-itertools

NetworkX

NetworkX是一个用于创建、操作及研究复杂网络结构、动态与功能的Python包。

BSD 3条款"新版"或"修订版"许可证

https://networkx.github.io/

ordered-enum

ordered_enum是一个为enum.Enums添加(完全)排序功能的小型库。

MIT

https://github.com/woodruffw/ordered_enum

orjson

orjson是一个快速、准确的Python JSON库。

MIT Apache 2.0

https://github.com/ijl/orjson

parsimonious

Parsimonious是一个用纯Python编写的任意前瞻解析器。

MIT

https://github.com/erikrose/parsimonious

pendulum

让Python日期时间处理变得简单。

MIT

https://github.com/sdispater/pendulum

pillow

为Python解释器增加图像处理功能

历史许可声明及免责条款

https://pypi.org/project/pillow/

policyuniverse

PolicyUniverse用于解析和处理AWS IAM策略、声明、ARN及通配符。

Apache 2.0

https://github.com/Netflix-Skunkworks/policyuniverse

psf-requests

Requests 是一个优雅而简洁的 Python HTTP 库。

Apache 2.0

http://docs.python-requests.org

psycopg2

Python 编程语言的 PostgreSQL 数据库适配器

GNU 较宽松通用公共许可证 v3.0(含例外条款)

https://www.psycopg.org/

pyca/cryptography

Cryptography 是一个旨在向 Python 开发者提供加密原语和方案的软件包。

Apache 2.0 或 BSD 3 条款 "New" 或 "Revised" 许可证

https://github.com/pyca/cryptography

pydantic

Pydantic 是一个 Python 数据验证库。

MIT

https://docs.pydantic.dev

PyGithub

PyGitHub 是一个用于访问 GitHub REST API 的 Python 库。

GNU 较宽松通用公共许可证 v3.0 或更高版本

https://github.com/PyGithub/PyGithub

pyhumps

Pyhumps 可在 Python 中实现蛇形命名法、驼峰命名法和帕斯卡命名法之间的字符串(及字典键)转换。

The Unlicense

https://github.com/nficano/humps

PyJWT

Python 实现的 JSON Web Token

MIT

https://pyjwt.readthedocs.io/

PyMemoize

PyMemoize 是一个简单的 Python 缓存与记忆化模块。

BSD 3 条款 "New" 或 "Revised" 许可证

https://github.com/mikeboers/PyMemoize

pyRFC3339

pyRFC3339 使用 Python datetime.datetime 对象解析和生成符合 RFC 3339 标准的时间戳。

MIT

https://pyrfc3339.readthedocs.io

PySocks

PySocks 允许您通过 SOCKS 代理服务器发送流量。

BSD 3-clause "New" or "Revised" License

http://pypi.python.org/pypi/PySocks

python/importlib_metadata

importlib.metadata 模块的向后移植版本。

Apache 2.0

http://importlib-metadata.readthedocs.io/

python-dotenv

从 .env 文件读取键值对,并可将它们设置为环境变量。

BSD 3-clause "New" or "Revised" License

http://github.com/theskumar/python-dotenv

python-gitlab

GitLab API 的 Python 封装库。

GNU Lesser General Public License v3.0 or later

https://github.com/python-gitlab/python-gitlab

python-jose

Python 实现的 JavaScript 对象签名与加密 (JOSE) 规范。

MIT

http://github.com/mpdavis/python-jose

python-jsonschema

Python 的 JSON Schema 规范实现。

MIT

https://python-jsonschema.readthedocs.org

python-pluggy

一个极简主义的生产就绪插件系统。

MIT

https://github.com/pytest-dev/pluggy

python-protobuf

Protocol Buffers(又称protobuf)是谷歌推出的与语言无关、平台无关、可扩展的结构化数据序列化机制。

BSD 3条款"新版"或"修订版"许可证

https://protobuf.dev/

PyYAML

Python的全功能YAML处理框架。

MIT

https://pyyaml.org/

query-string

解析和序列化URL查询字符串

MIT

https://github.com/sindresorhus/query-string

react

用于构建Web和原生用户界面的库。

MIT

https://reactjs.org

react-dates

一个易于国际化、移动友好的网页日期选择器库。

MIT

react-dates.github.io/react-dates/

reactflow

用于基于React构建节点式UI的开源库( https://reactflow.dev )或Svelte( https://svelteflow.dev )。开箱即用且支持无限定制。

MIT

https://github.com/wbkd/react-flow

react-highlight

基于highlight.js实现语法高亮的React组件。

MIT

https://github.com/akiran/react-highlight

react-hook-form

用于表单状态管理与验证的React Hooks(支持Web和React Native)。

MIT

https://github.com/react-hook-form/react-hook-form

react-i18next

基于i18next生态的React国际化解决方案。

MIT

https://github.com/i18next/react-i18next

react-json-view

React版JSON查看器。

MIT

https://github.com/mac-s-g/react-json-view

react-lines-ellipsis

轻量级React多行文本省略组件。

MIT

https://github.com/xiaody/react-lines-ellipsis

react-markdown

React版Markdown组件。

MIT

https://github.com/rexxars/react-markdown

react-router-dom

React Router是轻量级全功能React路由库。

MIT

https://github.com/reacttraining/react-router

react-select

React的选择控件。

MIT

https://github.com/JedWatson/react-select

react-toastify

用于Toast通知的React组件。

MIT

https://github.com/sniphpet/react-toastify

recharts

基于React和D3构建的图表库。

MIT

https://github.com/recharts/recharts

redis-py

Redis的Python客户端。

MIT

https://github.com/redis/redis-py

regex

该正则表达式实现与标准're'模块向后兼容,但提供了额外功能。

Apache 2.0

https://github.com/mrabarnett/mrab-regex

remark-gfm

支持GFM(自动链接字面量、脚注、删除线、表格、任务列表)的remark插件。

MIT

https://github.com/remarkjs/remark-gfm

requests-oauthlib

该项目为Requests提供一流的OAuth库支持。

ISC

https://requests-oauthlib.readthedocs.org/

ruamel.yaml.clib

ruamel.yaml的C语言版本读写器、解析器和发射器。

MIT

https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree/

slackapi/python-slackclient

Python版Slack开发者工具包。

MIT

https://slack.dev/python-slackclient/

slackweb

基于incoming-webhook的极简Slack客户端。

MIT

https://github.com/satoshi03/slack-python-webhook

SQLAlchemy

SQLAlchemy是Python的SQL工具包和对象关系映射器,为应用开发者提供SQL的完整能力与灵活性。

MIT

http://www.sqlalchemy.org/

tmp

Node.js的临时文件及目录生成工具。

MIT

http://github.com/raszi/node-tmp

types-PyYAML

Python库的静态类型存根集合。

Apache 2.0

https://github.com/python/typeshed

ultrajson

基于C语言编写并带有Python绑定的超高速JSON编解码器。

BSD 3条款"新版"或"修订版"许可证

https://pypi.org/project/ujson/

urlsafe-base64

用于Node.js应用的URL安全Base64工具模块。

MIT

https://github.com/RGBboy/urlsafe-base64

use-query-params

用于通过简单序列化管理URL查询参数状态的React Hook。

ISC

https://github.com/pbeshai/use-query-params

uuid

在JavaScript中生成符合RFC标准的UUID。

MIT

https://github.com/uuidjs/uuid

validate-email

validate_email验证电子邮件地址是否有效且真实存在。

GNU宽松通用公共许可证v3.0或更高版本

https://github.com/syrusakbary/validate_email

XlsxWriter

用于创建Excel XLSX文件的Python模块。

BSD 2条款"简化版"许可证

https://xlsxwriter.readthedocs.io