You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-3.10.15-1.lbn36.x86_64
Python 3.10 is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3 package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages, which may need to be installed separately. Documentation for Python is provided in the python3-docs package. Packages containing additional libraries for Python are generally named with the "python3-" prefix.
RPMPackage python-unversioned-command-3.10.15-1.lbn36.noarch
This package contains /usr/bin/python - the "python" command that runs Python 3.
RPMPackage python-srpm-macros-3.13-3.lbn36.noarch
RPM macros for building Python source packages.
RPMPackage python-setuptools-wheel-75.8.2-4.lbn36.noarch
A Python wheel of setuptools to use with venv.
RPMPackage python-rpm-macros-3.13-3.lbn36.noarch
This package contains the unversioned Python RPM macros, that most implementations should rely on. You should not need to install this package manually as the various python?-devel packages require it. So install a python-devel package instead.
RPMPackage python-django-bash-completion-5.1.3-1.lbn36.noarch
This package contains the Bash completion files form Django high-level Python Web framework.
RPMPackage pystring-1.1.3-4.fc36.x86_64
Pystring is a collection of C++ functions which match the interface and behavior of Python's string class methods using std::string. Implemented in C++, it does not require or make use of a Python interpreter. It provides convenience and familiarity for common string operations not included in the standard C++ library. It's also useful in environments where both C++ and Python are used. Overlapping functionality (such as index and slice/substr) of std::string is included to match Python interfaces. Originally developed at Sony Pictures Imageworks. http://opensource.imageworks.com/
RPMPackage pypy3.9-libs-7.3.9-2.3.9.fc36.x86_64
Libraries required by the various PyPy implementations of Python 3.9.
RPMPackage pypy3.9-7.3.9-2.3.9.fc36.x86_64
PyPy's implementation of Python 3.9, featuring a Just-In-Time compiler on some CPU architectures, and various optimized implementations of the standard types (strings, dictionaries, etc.). This build of PyPy has JIT-compilation enabled.
RPMPackage pypy3.8-libs-7.3.9-3.3.8.fc36.x86_64
Libraries required by the various PyPy implementations of Python 3.8.
RPMPackage pypy3.8-7.3.9-3.3.8.fc36.x86_64
PyPy's implementation of Python 3.8, featuring a Just-In-Time compiler on some CPU architectures, and various optimized implementations of the standard types (strings, dictionaries, etc.). This build of PyPy has JIT-compilation enabled.
RPMPackage pypy-libs-7.3.9-3.fc36.x86_64
Libraries required by the various PyPy implementations of Python.
RPMPackage pypy-7.3.9-3.fc36.x86_64
PyPy's implementation of Python, featuring a Just-In-Time compiler on some CPU architectures, and various optimized implementations of the standard types (strings, dictionaries, etc) This build of PyPy has JIT-compilation enabled.
RPMPackage pyproject-rpm-macros-1.17.0-1.lbn36.noarch
These macros allow projects that follow the Python packaging specifications to be packaged as RPMs. They work for: * traditional Setuptools-based projects that use the setup.py file, * newer Setuptools-based projects that have a setup.cfg file, * general Python projects that use the PEP 517 pyproject.toml file (which allows using any build system, such as setuptools, flit or poetry). These macros replace %py3_build and %py3_install, which only work with setup.py.
RPMPackage pyparsing-doc-2.4.7-10.fc36.noarch
The package contains documentation for pyparsing.
RPMPackage pyp2rpm-3.3.10-1.lbn36.noarch
Convert Python packages to RPM SPECFILES. The packages can be downloaded from PyPI and the produced SPEC is in line with Fedora 201x-era Python Packaging Guidelines or Mageia Python Policy. Unfortunately, pyp2rpm does not generate spec files according to to the current Fedora Python Packaging Guidelines.
RPMPackage pylint-3.3.6-1.lbn36.noarch
Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. Additionally, it is possible to write plugins to add your own checks.
RPMPackage pykickstart-3.36-1.fc36.noarch
Python utilities for manipulating kickstart files.
RPMPackage pyOpenSSL-doc-24.1.0-2.lbn36.noarch
Documentation for pyOpenSSL
RPMPackage pwgen-2.08-8.fc36.x86_64
pwgen generates random, meaningless but pronounceable passwords. These passwords contain either only lowercase letters, or upper and lower case, or upper case, lower case and numeric digits. Upper case letters and numeric digits are placed in a way that eases memorizing the password.