You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-django-import-export-4.3.8-1.lbn36.noarch
django-import-export is a Django application and library for importing and exporting data with included admin integration. Features: support multiple formats (Excel, CSV, JSON, and everything else that tablib support) admin integration for importing preview import changes admin integration for exporting export data respecting admin filters Documentation: https:/django-import-export.readthedocs.io/en/stable/ GitHub: https:/github.com/django-import-export/django-import-export/ Free software: BSD license PyPI: https:/pypi.org/project/django-import-export/ Example app To run the demo app: cd tests ./manage.py makemigrations ./manage.py migrate ./manage.py createsuperuser ./manage.py loaddata category book ./manage.py runserver Contribute If youd like to contribute, simply fork the repository, commit your changes to the develop branch (or branch off of it), and send a pull request. Make sure you add yourself to AUTHORS. As most projects, we try to follow PEP8 as closely as possible
RPMPackage python3-django-currentuser-0.9.0-1.lbn36.noarch
Conveniently store reference to request user on thread/db level. Quickstart Differences to django-cuser Release Notes Contributing Reporting issues/improvements Pull Requests Setting up all Python versions Code of Conduct Quickstart Install django-currentuser: pip install django-currentuser Add it to the middleware classes in your settings.py: MIDDLEWARE = ( ..., 'django_currentuser.middleware.ThreadLocalUserMiddleware', ) Then use it in a project: from django_currentuser.middleware import ( get_current_user, get_current_authenticated_user) from django_currentuser.db.models import CurrentUserField class Foo(models.Model): created_by = CurrentUserField() updated_by = CurrentUserField(on_update=True) Differences to django-cuser Both libraries serve the same purpose, but be aware of these differences (as of django-cuser v.2017.3.16): django-currentusers CurrentUserField stores the reference to the request user at initialization of the mod
RPMPackage bastion-cloud-init-36.0.1_1.5.5-1.lbn36.noarch
Additional configuration modules for cloud-init.
RPMPackage python3-lbn-cloud-init-1.5.5-1.lbn36.noarch
Sets up DC based upon cloud account number; so service discovery can happen across your entire cloud infrastructure. Password reset tools for Marketplace/Products shipped with BastionLinux
RPMPackage python3-click-aliases-1.0.5-1.lbn36.noarch
Add (multiple) aliases to a click_ group or command.
RPMPackage python3-lbn-cli-1.3.3-1.lbn36.noarch
This repository contains a bunch of self-contained command line programs to manage applications we ship.
RPMPackage python3-protobuf-4.25.5-1.lbn36.x86_64
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. This is the PyPi released version; rather than that packaged within protobuf.
RPMPackage iputils-20240905-4.lbn36.x86_64
The iputils package contains basic utilities for monitoring a network, including ping. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to a specified network host to discover whether the target machine is alive and receiving network traffic.
RPMPackage rubygem-mime-types-data-3.2023.0218.1-5.lbn36.noarch
mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.
RPMPackage rubygem-mime-types-3.4.1-6.lbn36.noarch
The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file.
RPMPackage rubygem-thor-1.3.2-1.lbn36.noarch
Thor is a toolkit for building powerful command-line interfaces.
RPMPackage rubygem-rubyzip-2.3.2-11.lbn36.noarch
A ruby module for reading and writing zip files.
RPMPackage rubygem-rspec-support-3.13.2-3.lbn36.noarch
`RSpec::Support` provides common functionality to `RSpec::Core`, `RSpec::Expectations` and `RSpec::Mocks`. It is considered suitable for internal use only at this time.
RPMPackage rubygem-rspec-mocks-3.13.2-4.lbn36.noarch
rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations.
RPMPackage rubygem-rspec-its-1.3.1-2.lbn36.noarch
RSpec extension gem for attribute matching.
RPMPackage rubygem-rspec-expectations-3.13.3-3.lbn36.noarch
rspec-expectations adds `should` and `should_not` to every object and includes RSpec::Matchers, a library of standard matchers.
RPMPackage rubygem-rspec-core-3.13.3-1.lbn36.noarch
Behaviour Driven Development for Ruby. RSpec runner and example groups.
RPMPackage rubygem-rspec-3.13.0-3.lbn36.noarch
RSpec is a behaviour driven development (BDD) framework for Ruby.
RPMPackage rubygem-rexml-3.4.1-1.lbn36.noarch
An XML toolkit for Ruby.
RPMPackage rubygem-multi_json-1.15.0-11.lbn36.noarch
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.