Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
annofab-3dpc-editor-cli
Advanced tools
Annofabの3次元プロジェクトを操作するためのCLIです。
$ pip install annofab-3dpc-editor-cli
https://annofab-3dpc-editor-cli.readthedocs.io/ja/latest/user_guide/command_sample.html 参照
$ anno3d version
annofab-3dpc-editor-cli 0.2.2a1
poetry
python 3.12
poetryのインストール手順は、このファイル下部のpoetryのインストール手順
を参照
poetry install
poetryのインストール手順一例を以下に示す
2020/05/21 ubuntu 18.04 にて確認
システムにpython 3.12を直接インストールして使うならpyenv
は要らない
sudo apt-get update
sudo apt-get install make build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev python3-openssl
sudo apt-get update
sudo apt-get install build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
curl https://pyenv.run | bash
コンソールに、以下のような設定すべき内容が出力されるので.bashrc
などに設定
export PATH="/home/vagrant/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
pyenv install 3.12.4
pyenv global 3.12.4
直接 poetry をインストールするなら要らない
python -m pip install --user pipx
python -m pipx ensurepath
completionを効かせたいときは、pipx completions
の実行結果に従って設定する
$ pipx completions
Add the appropriate command to your shell's config file
so that it is run on startup. You will likely have to restart
or re-login for the autocompletion to start working.
bash:
eval "$(register-python-argcomplete pipx)"
zsh:
To activate completions for zsh you need to have
bashcompinit enabled in zsh:
autoload -U bashcompinit
bashcompinit
Afterwards you can enable completion for pipx:
eval "$(register-python-argcomplete pipx)"
tcsh:
eval `register-python-argcomplete --shell tcsh pipx`
fish:
register-python-argcomplete --shell fish pipx | .
pipx install poetry
poetry completions bash | sudo tee /etc/bash_completion.d/poetry.bash-completion
GitHubのReleasesからリリースを作成してください。
GitHub Actionsにより自動でPyPIに公開されます。
バージョン情報は、poetry build
時にpoetry-dynamic-versioningによって、Gitのバージョンタグから生成されます。
手動でPyPIに公開する場合は、以下のコマンドを実行してください。
# VSCode Dev Containersでは、`/usr/local/lib/python3.12/dist-packages/`にインストールしようとするため、`sudo`で実行する必要があります。
$ sudo poetry self add "poetry-dynamic-versioning[plugin]@1.4.0"
$ make publish
FAQs
Annofabの3次元プロジェクトを操作するためのCLIです。
We found that annofab-3dpc-editor-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.