-
python3-maturin-1.4.0-1.lbn36.x86_64
There are four main commands:
maturin new creates a new cargo project with maturin configured.
maturin publish builds the crate into python packages and publishes them to pypi.
maturin build builds the wheels and stores them in a folder (target/wheels by default), but doesn't upload them. It's possible to upload those with twine or maturin upload.
maturin develop builds the crate and installs it as a python module directly in the current virtualenv. Note that while maturin develop is faster, it doesn't support all the feature that running pip install after maturin build supports.
pyo3 and rust-cpython bindings are automatically detected, for cffi or binaries you need to pass -b cffi or -b bin. maturin doesn't need extra configuration files and doesn't clash with an existing setuptools-rust or milksnake configuration. You can even integrate it with testing tools such as tox. There are examples for the different bindings in the test-crates folder.
The name of the package will be the name of the cargo project, i.e. the name field in the [package] section of Cargo.toml. The name of the module, which you are using when importing, will be the name value in the [lib] section (which defaults to the name of the package). For binaries, it's simply the name of the binary generated by cargo.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-mccabe-0.7.0-1.lbn36.noarch
McCabe complexity checker Ned's script to check McCabe complexity.This module
provides a plugin for flake8, the Python code checker. Installation You can
install, upgrade, or uninstall mccabe with these commands:: $ pip install
mccabe $ pip install --upgrade mccabe $ pip uninstall mccabe Standalone script
--The complexity checker can be used directly:: $ python -m mccabe --min 5
mccabe.py...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-med-4.1.0-13.lbn36.x86_64
The python3-med package contains python3 bindings for med.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-meh-0.50-5.fc36.noarch
The python3-meh package is a python 3 library for handling, saving, and reporting
exceptions.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-meh-gui-0.50-5.fc36.noarch
The python3-meh-gui package provides a GUI for the python3-meh library.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-meld3-2.0.1-1.lbn36.noarch
No further development of the meld3 package is planned. The meld3 package
should be considered unmaintained as of April 2020. Since 2007, meld3 received
only minimal updates to keep compatible with newer Python versions. It was only
maintained because it was a dependency of the Supervisor package. Since
Supervisor 4.1.0 (released in October 2019), the meld3 package is no longer a
dependency...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-memcached-1.59-6.fc36.noarch
This software is a 100% Python interface to the memcached memory cache
daemon. It is the client side software which allows storing values in one
or more, possibly remote, memcached servers. Search google for memcached
for more information.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-missing-4.1-1.lbn36.noarch
Missing provides special objects used in some Zope internals like the ZCatalog.
Changelog 4.1 (2018-10-05) -- Drop support for Python 3.4.- Add support for
Python 3.7.4.0.1 (2017-08-25) - Restore Missing._Missing module for pickle
compatibility with the old C extension version. [ (2017-05-16) -- Add support
for bytes and matrix multiplication.- Remove the Python 2-only C
extension.3.2...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-mistune-3.0.2-1.lbn36.noarch
The fastest markdown parser in pure Python, inspired by marked.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-mls-apiclient-1.5-1.lbn36.noarch
mls.apiclient *************mls.apiclient is a Python client for the RESTful API
of the Propertyshelf MLS < Use pip or easy_install to install the package:: $
pip install mls.apiclientOr install from the sources:: $ tar xzf
mls.apiclient-0.1.tgz $ cd mls.apiclient-0.1 $ python setup.py install Mostly
Harmless Changelog 1.5 (2017-04-24) -- Allow additional search params for
getting a single resource.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36