Cbpickaxe

Latest version: v0.1.2

Safety actively analyzes 623871 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.2

Added

- Automatic detection of gender-specific string variants to `cbpickaxe_extract_translation`. (3)
- Partial support for `ElementalType`s in the Python API.

0.1.1

Added

- Version bound on `smaz-py3` in order to get cbpickaxe to sucessfully install on Windows.

0.1.0

Added

- Python library API.
- Script for generating mod documentation.
- Script for extracting translation strings.
- Script for generating animated gifs of monster battle animations.
- Script for getting lists of monsters that can use specific moves.

Release instructions
* Pick a new version number
* Update the version number in `pyproject.toml`
* Update the version number in `docs/conf.py`
* Update the changelog
bash
make test regression_test

git add .
git commit

rm -Rd dist
make build

python3 -m twine upload --repository testpypi dist/* --verbose
python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps cbpickaxe --force-reinstall

pushd data/main_game_docs
cbpickaxe_generate_docs build
popd
pushd data/mods
cbpickaxe_generate_docs build
popd

git push origin master

export VERSION=v0.1.0
git tag -a "$VERSION" -m "$VERSION"
git push origin "$VERSION"

python3 -m twine upload dist/* --verbose

* Create a new release on GitHub

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.