Pyg

Latest version: v1.0

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

Scan your dependencies

Page 1 of 3

1.0

--------------

+ 69: Write tests. We haven't chosen the test framework to use yet.
+ 70: Upgrade :class:`pyg.req.Requirement` to honor setuptools extras.

0.8

--------------------

Bugs fixed
++++++++++

Currently none.

Features added
++++++++++++++

+ 79: Allow requirements with multiple version specification: ``pyg==0.4,==0.8``.
+ 80: Add a new method: :meth:`pyg.log.Logger.ask`.
+ 82: Allow comments in Pyg's configuration files.
+ 83: Added support for environment variables like :envvar:`PYG_CONFIG_FILE` and :envvar:`PYG_HOME`.
+ 96: Added an ``argv=`` keyword argument to :func:`pyg.main` function.

TODO
++++

+ 78: Allow installing packages from *dev* version: ``pyg install "pyg==dev"``.
+ 81: Read :file:`~/.pypirc` file.
+ 95: Add TAB autocompletion for Unix shells.
+ 97: Optimize uninstaller file deletion.

0.7.1

---------------------

+ Fixed a serious bug in the :command:`pack` command.

0.7

-------------------

Bugs fixed
++++++++++

+ 59: Solved :class:`pyg.web.LinkFinder` issue once and for all.
+ 62: ``pyg bundle`` failed when it did not find links on PyPI. Thanks to Fabien Devaux.
+ 63: Pyg could not install packages which use distutils instead of setuptools. Thanks to Fabien Devaux.
+ 64: Fixed ``pyg install --user``.
+ 66: ``pyg install -d {dir}`` could be ineffective.
+ 73: Sometimes the :command:`search` did not find anything (even if the package really exists).
+ 74: Fixed VCS install error.
+ 94: Error when bundling same packages.

Features added
++++++++++++++

+ 57: Created an installer, like Pip's ``get-pip.py``. You can grab it here: https://raw.github.com/rubik/pyg/master/get-pyg.py
+ 58: Added a ``pygx.y`` program (where ``x.y`` is Python current version), in addition to ``pyg``.
+ 68: Now you can install local directories in development mode with the :option:`install -e` option.
+ 72: Default argparse help is incomplete: wrote Pyg's own HelpFormatter.
+ 72b: Added colored output.
+ 76: Allow installing eggs which requires a different Python installation (added an :option:`install --force-egg-install` option).
+ 77: Improved uninstaller's file-detection.
+ 90: Now it is possible to create Packs: see :ref:`packs`.
+ 91: Replaced :command:`pyg freeze` with :command:`pyg site`.
+ 92: Now it is possible to bundle local packages.

0.6

------------------

+ 40: Now Pyg can install packages from URL even if the URL does not end with a file-extension.
+ 44: Added a :option:`install --ignore` option.
+ 45: Replaced :attr:`pkgtools.WorkingSet` with :attr:`pkg_resources.working_set` in :class:`pyg.inst.Updater`.
+ 46: Added two new global command-line option: :option:`-d, --debug` and :option:`--verbose`.
+ 47: The Updater is now faster and searches links on ``http://pypi.python.org/simple`` too.
+ 48: Implement a special uninstallation system for :class:`pyg.inst.Updater`.
+ 53: Show download progress.
+ 55: You can install packages from Github Gists!

0.5.2

--------------------

+ Fixed package installation from VCS.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.