Gtree

Latest version: v0.4.4

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

Scan your dependencies

3.b

You can also upload it as a test package to `test.pypi.org`:


twine upload --repository-url https://test.pypi.org/legacy/ dist/*


Which can then be installed:


> pip install --upgrade --index-url https://test.pypi.org/simple gtree


4. Verify the install

If you have installed the package locally using `pip install -e .` you already have the latest version.

You can use the Dockerfile instead and run the following commands to ensure that the version has been published (if you have `make` installed simply run `make docker` instead):


> docker build -t gtree .
> docker run gtree


Publish using the Makefile

See the `Makefile` for commands that you can use to publish.

3.a

Use `twine` to upload the package:


twine upload dist/*

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.