Pyvigi

Latest version: v0.0.3

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

Scan your dependencies

50.3.0

Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: distutils-sigpython.org
License: UNKNOWN
Location: /home/schanen/.local/lib/python3.8/site-packages
Requires:
Required-by: twine, launchpadlib

-----

>pip3 show wheel
Name: wheel

20.0.2

Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: pypa-devgroups.google.com
License: MIT
Location: /usr/lib/python3/dist-packages
Requires:
Required-by:

-----

>pip3 show setuptools
Name: setuptools

3.2.0

Summary: Collection of utilities for publishing packages on PyPI
Home-page: https://twine.readthedocs.io/
Author: Donald Stufft and individual contributors
Author-email: donaldstufft.io
License: UNKNOWN
Location: /home/schanen/.local/lib/python3.8/site-packages
Requires: setuptools, tqdm, pkginfo, requests, rfc3986, requests-toolbelt, colorama, readme-renderer, keyring
Required-by:

-----

register project: (obsolete!)
>python3 setup.py register
Server response (410): Project pre-registration is no longer required or supported, upload your files instead.

-----

make distribution files:
>python3 setup.py sdist
running sdist
running egg_info
writing pyvigi.egg-info/PKG-INFO
writing dependency_links to pyvigi.egg-info/dependency_links.txt
writing top-level names to pyvigi.egg-info/top_level.txt
reading manifest file 'pyvigi.egg-info/SOURCES.txt'
writing manifest file 'pyvigi.egg-info/SOURCES.txt'
running check

0.35.1

Summary: A built-package format for Python
Home-page: https://github.com/pypa/wheel
Author: Daniel Holth
Author-email: dholthfastmail.fm
License: MIT
Location: /home/schanen/.local/lib/python3.8/site-packages
Requires:
Required-by:

-----

>pip3 show twine
Name: twine

0.0.1

-----

locally re-install package after alteration
create a quick script "re_install_pyvigi.py"
with content:

!/bin/bash
pip3 uninstall pyvigi
pip3 install .

-----

update content of __init__.py:

def version():
print("pyvigi version 0.0.2")

-----

add base.py

hidden classes:

- _basePanel
(parent)

- _baseFrm
()

classes:

- App
()
Start()
MainLoop()

todo: check whether "BufferedPaintDC" or "DCPaint"
should be used. Documentation required.
condition: platform independence

-----

add theme.py

functions:

- imageCollect(name, filter1, filter2, ...)
- imageSelect(images, filer1, ..., [filterlist])

add display.py

classes:

- Display
(parent, pnglib, names)
SetValue()
GetValue()
parent
names
pngs
status = 0
_onEraseBackground(event)
_onPaint(event)

add buttons.py

hidden classes:

- _btn
(parent, pnglib, names)
SetValue()
GetValue()
parent
names
pngs
status = 0
_onEraseBackground(event)
_onPaint(event)
BindEvent(handler)
SendEvent()
radio = None
ctr = None
evt = None
_start()
_clear()
_onMouseDown(event)

classes:

- PushRelease
(parent, pnglib, names)
SetValue()
GetValue()
parent
names
pngs
status = 0
_onEraseBackground(event)
_onPaint(event)
BindEvent(handler)
SendEvent()
radio = None
ctr = None
evt = None
_start()
_clear()
_onMouseDown(event)

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.