Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [krypton-byte]
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,9 @@ jobs:
python-version: "3.12"
- uses: astral-sh/setup-uv@v5
- uses: dtolnay/rust-toolchain@stable
- name: Rust cache (tryx root)
- name: Rust cache
uses: Swatinem/rust-cache@v2

- name: Rust cache (whatsapp-rust workspace)
uses: Swatinem/rust-cache@v2
with:
workspaces: "libs/whatsapp-rust -> target"
- name: Install dev dependencies
run: uv sync --group dev --no-install-project
- name: Build native extension
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,9 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- name: Rust cache (tryx root)
- name: Rust cache
uses: Swatinem/rust-cache@v2

- name: Rust cache (whatsapp-rust workspace)
uses: Swatinem/rust-cache@v2
with:
workspaces: "libs/whatsapp-rust -> target"

- name: Install dev dependencies
run: uv sync --group dev --no-install-project

Expand Down
127 changes: 67 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions README.id.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<div align="center">
<img src="assets/mascot.png" width="20%" alt="Tryx">

# Tryx

[![PyPI version](https://img.shields.io/pypi/v/tryx?color=blue)](https://pypi.org/project/tryx/)
[![Python](https://img.shields.io/pypi/pyversions/tryx.svg)](https://pypi.org/project/tryx/)
[![License](https://img.shields.io/github/license/krypton-byte/tryx)](LICENSE)

</div>
[![Docs](https://img.shields.io/badge/docs-online-brightgreen)](https://krypton-byte.github.io/tryx/)

**Bahasa:** [English](README.md) | [简体中文](README.zh.md) | Bahasa Indonesia
Expand Down
Loading
Loading