-
python3-pyflakes-1.2.2-1.lbn19.noarch
Pyflakes is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
check on style.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-pyflakes-2.2.0-3.lbn25.noarch
Pyflakes is similar to PyChecker in scope, but differs in that it does
not execute the modules to check them. This is both safer and faster,
although it does not perform as many checks. Unlike PyLint, Pyflakes
checks only for logical errors in programs; it does not perform any
check on style.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-pyflakes-3.0.1-1.lbn36.noarch
Pyflakes A simple program which checks Python source files for errors.Pyflakes
analyzes programs and detects various errors. It works by parsing the source
file, not importing it, so it is safe to use on modules with side effects. It's
also much faster.It is available on PyPI < and it supports all active versions
of Python: 3.6+.Installation It can be installed with:: $ pip install
--upgrade...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pygit2-1.7.1-3.fc36.x86_64
pygit2 is a set of Python bindings to the libgit2 library, which implements
the core of Git.
The python3-pygit2 package contains the Python 3 bindings.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pygithub-2.3.0-1.lbn36.noarch
PyGitHub
PyGitHub is a Python library to access the GitHub REST API.
This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
Install
pip install PyGithub
Simple Demo
from github import Github
from github import Auth
auth = Auth.Token("access_token")
g = Github(auth=auth)
g = Github(base_url="https:/{hostname}/api/v3", auth=auth)
for repo in g.get_user().get_repos():
print(repo.name)
g.close()
Documentation
More information can be found on the PyGitHub documentation site.
Development
Contributing
Long-term discussion and bug reports are maintained via GitHub Issues.
Code review is done via GitHub Pull Requests.
For more information read CONTRIBUTING.md.
Main
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pygithub-2.3.0-1.lbn36.noarch
PyGitHub
PyGitHub is a Python library to access the GitHub REST API.
This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
Install
pip install PyGithub
Simple Demo
from github import Github
from github import Auth
auth = Auth.Token("access_token")
g = Github(auth=auth)
g = Github(base_url="https:/{hostname}/api/v3", auth=auth)
for repo in g.get_user().get_repos():
print(repo.name)
g.close()
Documentation
More information can be found on the PyGitHub documentation site.
Development
Contributing
Long-term discussion and bug reports are maintained via GitHub Issues.
Code review is done via GitHub Pull Requests.
For more information read CONTRIBUTING.md.
Main
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-pyglet-1.5.23-1.fc36.noarch
This library provides an object-oriented programming interface for developing
games and other visually-rich applications with Python.
pyglet has virtually no external dependencies. For most applications and game
requirements, pyglet needs nothing else besides Python, simplifying
distribution and installation. It also handles multiple windows and
fully aware of multi-monitor setups.
pyglet might be seen as an alternative to PyGame.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-pygments-2.0.2-1.lbn19.noarch
Pygments is a generic syntax highlighter for general use in all kinds
of software such as forum systems, wikis or other applications that
need to prettify source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details that increase highlighting
quality
* support for new languages and formats are added easily; most
languages use a simple regex-based lexing mechanism
* a number of output formats is available, among them HTML, RTF,
LaTeX and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainf*ck!
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-pygments-2.7.4-1.lbn25.noarch
Pygments is a generic syntax highlighter for general use in all kinds
of software such as forum systems, wikis or other applications that
need to prettify source code. Highlights are:
* a wide range of common languages and markup formats is supported
* special attention is paid to details that increase highlighting
quality
* support for new languages and formats are added easily; most
languages use a simple regex-based lexing mechanism
* a number of output formats is available, among them HTML, RTF,
LaTeX and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainf*ck!
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
python3-pygments-2.18.0-2.lbn36.noarch
Pygments is a generic syntax highlighter suitable for use in code hosting,
forums, wikis or other applications that need to prettify source code.
Highlights are:
* a wide range of over 500 languages and other text formats is supported
* special attention is paid to details that increase highlighting quality
* support for new languages and formats are added easily;
most languages use a simple regex-based lexing mechanism
* a number of output formats is available, among them HTML, RTF, LaTeX
and ANSI sequences
* it is usable as a command-line tool and as a library
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36