Skip to main content

AI agent for coding assistant

Project description

Javis Agent

Build local (dev mode)

pip install -e .

Publish package without code

1. Cài đặt PyArmor

cd /home/worker/src/codefun/deepl/javis_agent
source venv/bin/activate
pip install pyarmor

2. Obfuscate source code

# Tạo thư mục output cho code đã obfuscate
pyarmor gen -O dist_obfuscated javis/

# Kết quả: thư mục dist_obfuscated/ sẽ chứa code đã mã hóa

3. Cấu trúc thư mục sau khi obfuscate

javis_agent/
├── pyproject.toml
├── dist_obfuscated/
│   └── javis/          # Code đã obfuscate
│       ├── __init__.py
│       ├── server.py
│       └── ...

4. Sửa pyproject.toml để build từ code obfuscated

Thêm vào pyproject.toml:

[tool.hatch.build.targets.wheel]
packages = ["dist_obfuscated/javis"]

5. Build package

# Xóa dist cũ
rm -rf dist

# Install twine (if not)
pip install build twine

# build without code
python -m build --wheel
# python -m build: to both .whl and .tar.gz source, not recommend
# Kết quả: dist/ sẽ có .whl và .tar.gz với code đã mã hóa

### 6. Upload lên PyPI
```bash
twine upload dist/*

User installation

python3 -m venv venv source venv/bin/activate pip install javis-agent

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

If you're not sure about the file name format, learn more about wheel file names.

javis_agent-1.1.4-cp313-cp313-win_amd64.whl (319.0 kB view details)

Uploaded CPython 3.13Windows x86-64

File details

Details for the file javis_agent-1.1.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for javis_agent-1.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9dd3ba232224af3e6e1352c3bb4a6c6cfbc57c543cd29ca20c49443d66d830fd
MD5 67d14f181f8ef85b8e0b13221766d9e7
BLAKE2b-256 39494e092c15964911f0b67dfba806797f3053522f1f774189b730855b832b9e

See more details on using hashes here.

Supported by

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