-
python2-setuptools-46.1.3-1.lbn36.noarch
Setuptools is a collection of enhancements to the Python 3 distutils that allow
you to more easily build and distribute Python 3 packages, especially ones that
have dependencies on other packages.
This package also contains the runtime components of setuptools, necessary to
execute the software that requires pkg_resources.py.
Located in
LBN
/
…
/
Plone and Zope
/
BastionLinux 36
-
python2-tox-3.24.5-1.lbn36.noarch
[
Located in
LBN
/
…
/
DevOps
/
BastionLinux 36
-
rubygem-inifile-3.0.0-2.lbn25.noarch
Although made popular by Windows, INI files can be used on any system thanks
to their flexibility. They allow a program to store configuration data, which
can then be easily parsed and changed. Two notable systems that use the INI
format are Samba and Trac.
More information about INI files can be found on the [Wikipedia
Page](http://en.wikipedia.org/wiki/INI_file).
The basic element contained in an INI file is the property. Every property has
a name and a value, delimited by an equals sign *=*. The name appears to the
left of the equals sign and the value to the right.
name=value
Section declarations start with *[* and end with *]* as in `[section1]` and
`[section2]` shown in the example below. The section declaration marks the
beginning of a section. All properties after the section declaration will be
associated with that section.
All lines beginning with a semicolon *;* or a number sign *#* are considered
to be comments. Comment lines are ignored when parsing INI files.
A typical INI file might look like this:
[section1]
; some comment on section1
var1 = foo
var2 = doodle
var3 = multiline values \
are also possible
[section2]
var1 = baz
var2 = shoodle.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
rubygem-rsync-1.0.9-1.lbn25.noarch
Ruby/Rsync is a Ruby library that can syncronize files between remote hosts by
wrapping a call to the rsync binary.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
rubygem-xmlrpc-0.3.0-132.lbn25.noarch
XMLRPC is a lightweight protocol that enables remote procedure calls over
HTTP.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25