Site Map
Accessibility
Contact
Search Site
only in current section
Advanced Search…
Personal tools
Log in
Register
Sections
Home
Channels
Eggs
Partners
Products
Services
Skip to content.
|
Skip to navigation
Log in
Login Name
Password
Cookies are not enabled. You must enable cookies before you can log in.
Forgot your password?
New user?
Recent RPM Changes
fabio-1.6.8-0.1.git3c34281.lbn36.x86_64
Oct 21, 2025
grafana-kiosk-1.0.9-1.lbn36.x86_64
Oct 21, 2025
python3-zc-buildout-4.1.12-1.lbn36.noarch
Oct 21, 2025
python3-z3c-checkversions-3.0-1.lbn36.noarch
Oct 21, 2025
python3-sphinxtheme-bastion-1.0.0-1.lbn36.noarch
Oct 21, 2025
python3-products-plonepas-7.0.0-1.lbn36.noarch
Oct 21, 2025
python3-products-btreefolder2-5.1-1.lbn36.noarch
Oct 21, 2025
python3-products-bastionbase-5.6.5-1.lbn36.noarch
Oct 21, 2025
python3-plonetheme-bastion-5.2.5-1.lbn36.noarch
Oct 21, 2025
python3-plone-app-upgrade-2.1.8-2.lbn36.noarch
Oct 21, 2025
Subscribe RSS…
You are here:
Home
Info
Modified items
All recently modified items, latest first.
golang-github-terraform-providers-vault-2.5.0-0.1.git55806c9.lbn25.x86_64
Terraform vault provider
golang-github-terraform-providers-tls-2.1.0-0.1.git0790c4b.lbn25.x86_64
Terraform tls provider
golang-github-terraform-providers-template-2.1.2-0.1.git5333ad9.lbn25.x86_64
Terraform template provider
golang-github-terraform-providers-random-2.2.0-0.1.git0ce299b.lbn25.x86_64
Terraform random provider
golang-github-terraform-providers-opc-1.3.7-0.1.git09bd756.lbn25.x86_64
Terraform Oracle Public Cloud provider
golang-github-terraform-providers-null-2.1.2-0.1.git8d3d85a.lbn25.x86_64
Terraform null provider
golang-github-terraform-providers-ignition-1.1.0-0.1.git3db7c4f.lbn25.x86_64
Terraform Ignition provider
golang-github-terraform-providers-consul-2.5.0-0.1.gitf49bd31.lbn25.x86_64
Terraform consul provider
golang-github-terraform-providers-azuread-0.6.0-0.1.git43950d5.lbn25.x86_64
Terraform azuread provider
golang-github-terraform-providers-alicloud-0.1.0-0.1.git974aa31.lbn25.x86_64
Terraform alicloud provider
golang-github-dmacvicar-terraform-provider-libvirt-0.5.2-0.1.gitc0e46b5.lbn25.x86_64
This is a terraform provider that lets you provision servers on a libvirt host via Terraform. You should update your .terraformrc and refer to the binary: providers { libvirt = "/usr/share/terraform/terraform-provider-libvirt" } Using the provider Here is an example that will setup the following: A virtual server resource (create this as libvirt.tf and run terraform commands from this directory): provider "libvirt" { uri = "qemu:///system" } You can also set the URI in the LIBVIRT_DEFAULT_URI environment variable. Now, define a libvirt domain: resource "libvirt_domain" "terraform_test" { name = "terraform_test" } Now you can see the plan, apply it, and then destroy the infrastructure: $ terraform plan $ terraform apply $ terraform destroy
python3-easy-thumbnails-2.4.1-1.lbn25.py37.noarch
=============== Easy Thumbnails =============== .. image:: https://secure .travis-ci.org/SmileyChris/easy-thumbnails.png?branch=master :alt: Build Status :target: http://travis-ci.org/SmileyChris/easy-thumbnails A powerful, yet easy to implement thumbnailing application for Django 1.4+ Below is a quick summary of usage. For more comprehensive information, view the `full ...
python3-django-tastypie-0.13.3-7.lbn25.py37.noarch
Tastypie is an webservice API framework for Django. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces.
python3-django-sortedm2m-1.3.3-1.lbn25.py37.noarch
sortedm2m is a drop-in replacement for django’s own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. Usecases Imagine that you have a gallery model and a photo model. Usually you want a relation between these models so you can add multiple photos to one gallery but also want to be able to have the same photo on many galleries. This is where you usually can use many to many relation. The downside is that django’s default implementation doesn’t provide a way to order the photos in the gallery. So you only have a random ordering which is not suitable in most cases. You can work around this limitation by using the SortedManyToManyField provided by this package as drop in replacement for django’s ManyToManyField.
python3-django-rest-framework-3.6.4-1.lbn25.py37.noarch
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. Some reasons you might want to use REST framework: * The Web browsable API is a huge usability win for your developers. * Authentication policies including OAuth1a and OAuth2 out of the box. * Serialization that supports both ORM and non-ORM data sources. * Customizable all the way down - just use regular function-based views if you don't need the more powerful features. * Extensive documentation, and great community support.
python3-django-recaptcha-1.2.1-1.lbn25.py37.noarch
Django reCAPTCHA **Django reCAPTCHA form field/widget integration app.** .. contents:: Contents :depth: 5Django reCAPTCHA uses a modified version of the Python reCAPTCHA client < which is included in the package as client.py. Requirements Tested with:* Python: 2.7, 3.5 * Django: 1.8, 1.9, 1.10Installation . Sign up for reCAPTCHA < Install or add djangorecaptcha to your Python path.. Add ...
python3-django-nose-1.4.5-1.lbn25.py37.noarch
Django test runner that uses nose.
python3-django-mobile-0.7.0-3.lbn25.py37.noarch
djangomobile .. _introduction:**djangomobile** provides a simple way to detect mobile browsers and gives you tools at your hand to render some different templates to deliver a mobile version of your site to the user.The idea is to keep your views exactly the same but to transparently interchange the templates used to render a response. This is done in two 1. A middleware determines the ...
python3-django-filter-2.2.0-1.lbn25.noarch
Django-filter is a reusable Django application for allowing users to filter querysets dynamically. This is a Python 3 build of django-filter.
python3-django-doc-1.11.13-2.lbn25.py37.noarch
This package contains the documentation for the Django high-level Python Web framework.
« Previous 20 items
Next 20 items »
1
...
1191
1192
1193
1194
1195
1196
1197
...
2449
Distributions
To see
exactly
what is included in
BastionLinux™
, visit our online
Builder
.
Buy Now
Subscribe Now
and get
BastionLinux™
...
LBN News
BastionLinux/OpenStack/Zed Released
Mar 05, 2023
BastionLinux 36 Released
Jan 27, 2023
BastionLinux/OpenStack/Train Released
Mar 08, 2020
BastionLinux/Openstack/CI/CD on AWS/Marketplace
Feb 01, 2020
BastionLinux/Grafana on AWS/Marketplace
Jan 26, 2020
LBN News -
More…
Sponsored Links