5 releases (3 breaking)

0.4.0 Feb 8, 2024
0.3.0 May 5, 2023
0.2.1 Mar 9, 2023
0.2.0 Feb 28, 2023
0.1.0 Jan 24, 2023

#791 in Database interfaces

Download history 2/week @ 2023-12-13 4/week @ 2024-01-03 35/week @ 2024-01-10 40/week @ 2024-01-17 60/week @ 2024-01-24 50/week @ 2024-01-31 29/week @ 2024-02-07 19/week @ 2024-02-14 181/week @ 2024-02-21 56/week @ 2024-02-28 75/week @ 2024-03-06 62/week @ 2024-03-13 40/week @ 2024-03-20

260 downloads per month
Used in forged-cli

MIT license

38KB
1K SLoC

GraphQL 846 SLoC // 0.0% comments Rust 389 SLoC // 0.0% comments

Forged Tooling

  • forged-rs is a Rust client for Forged.dev operations.
  • forged-cli is a CLI tool (written in Rust) to interract with the forged.dev tooling.

Release a new version

Rust

cd forged-rs
# Bump crate version (make sure API incompatibilities are handled properly)
cargo publish

Python

# Install the tooling to upload to pip
python -m pip install build twine
cd forged-py
python -m build
twine check dist/*

# Upload to TestPyPi to check
twine upload -r testpypi dist/*

# Upload to rea PyPi to release
twine upload -r pypi dist/*

Dependencies

~11–25MB
~398K SLoC