
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
This is a client for the Geneweaver API. It is written in Python 3.9 and is intended to be used as a library for other applications. It can also be used as a command line tool.
This library is tested on python version 3.9
, 3.10
, and 3.11
, on MacOS and on
Ubuntu Linux. The library should work on any version of python 3.9
or higher.
pip install geneweaver-client
Installing from source requires python 3.9 and poetry.
git clone $GIT_URL
cd geneweaver-client
poetry install
from geneweaver.client import auth
auth.login()
auth.get_access_token()
See the Geneweaver Docs
gweave --help
GeneWeaver CLI client.
Usage:
$ gweave [OPTIONS] COMMAND [ARGS]...
Options:
--version
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.Commands:
alpha
: These commands are in alpha testing.beta
: These commands are in beta testing.gweave beta
These commands are in beta testing.
They are subject to future change and/or removal. Beta commands are intended to be released beyond beta testing, but may have bugs or other issues. There is also no guarantee that beta commands will be released beyond beta testing.
Use at your own risk.
Usage:
$ gweave beta [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.Commands:
auth
gweave beta auth
Usage:
$ gweave beta auth [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.Commands:
login
: Run the device authorization flow.gweave beta auth login
Run the device authorization flow.
:param reauth: Force a re-authentication
Usage:
$ gweave beta auth login [OPTIONS]
Options:
--reauth
--help
: Show this message and exit.FAQs
A Python Client for the Geneweaver API
We found that geneweaver-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.