Skip to main content

Oxpecker CLI.

Project description

Name

Oxpecker CLI.

Description

CLI of Oxpecker service.

Installation

开发/测试环境推荐:Editable模式(安装目录链接到源码目录)

pip install -e .

安装可选开发依赖:

pip install -e .[dev]

JSP precompiler:

cd oxpecker/jsp-compiler
mvn clean package -DskipTests

生产环境推荐:

pip install oxpecker

如果想安装最新的,可以构建wheel包再安装:

pip install build
python -m build --wheel
pip install dist/oxpecker-<version>-py3-none-any.whl

Usage

oxpecker --help

Development

Roadmap

None yet.

Project status

Alpha.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

oxpecker-0.1.1-py3-none-any.whl (23.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page