You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-ipyparallel-5.1.1-1.lbn19.noarch
Use multiple instances of IPython in parallel, interactively. See https://ipyparallel.readthedocs.org for more info.
RPMPackage python3-ipyleaflet-0.2.1-1.lbn19.noarch
A Jupyter widget for dynamic Leaflet maps
RPMPackage python3-ipykernel-4.3.1-1.lbn19.noarch
This package provides the IPython kernel for Jupyter.
RPMPackage python3-influxdb-3.0.0-1.lbn19.noarch
InfluxDBPython is a client for interacting with InfluxDB_. Maintained by @aviau (https://github.com/aviau).**Help needed:** Development of this library is made by the community and help is needed. A comaintainer would be welcome. To contribute, take a look at the issues list of simply contact @aviau... image:: https://travisci.org/influxdata/influxdbpython.svg?branchmaster :target: ...
RPMPackage python3-hypothesislegacysupport-3.4.2-1.lbn19.noarch
Hypothesis Python 2.6 Support ============================= This is a module for adding Python 2.6 support to Hypothesis. It doesn't add any additional functionality beyond that. Note that unlike the main Hypothesis code it is licensed under the GNU Affero General Public License. If you wish to use it under a different license, please contact `licensing@hypothesis.works ...
RPMPackage python3-hypothesis-3.4.2-1.lbn19.noarch
Hypothesis Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less .. codeblock:: python @given(st.lists( st.floats(allow_nanFalse, allow_infinityFalse), min_size1)) def test_mean(xs): ...
RPMPackage python3-httpretty-0.8.3-6.lbn19.noarch
Once upon a time a python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed? Don't worry, HTTPretty is here for you.
RPMPackage python3-grafyaml-0.0.5-1.lbn19.noarch
grafyaml Grafyaml takes simple descriptions of Grafana dashboards in YAML format, and uses them to configure Grafana.* Free software: Apache license * Documentation: http://docs.openstack.org/infra/grafyaml/ * Source: http://git.openstack.org/cgit/openstackinfra/grafyaml * Bugs: https://storyboard.openstack.org/!/project/818Features
RPMPackage python3-grafcli-0.4.5-1.lbn19.noarch
Grafana CLI management tool
RPMPackage python3-grafana-dashboard-builder-0.1.0a13-2.lbn19.noarch
grafanadashboardbuilder is an opensource tool for easier creation of Grafana dashboards. It is written in Python and uses YAML descriptors for dashboard templates.This project has been inspired by Jenkins Job Builder that allows users to describe Jenkins jobs with humanreadable format. grafanadashboardbuilder aims to provide similar simplicity to Grafana dashboard creation and to give users ...
RPMPackage python3-fake-factory-0.5.10-1.lbn19.noarch
_|_|_|_| _| _| _|_|_| _| _| _|_| _| _|_| _|_|_| _| _| _|_| _|_|_|_| _|_| _| _| _| _| _| _| _| _| _|_|_| _| _| _|_|_| _|*Faker* is a Python package that generates fake data for you. Whether you need to bootstrap your database, create goodlooking XML documents, fillin your persistence to stress test it, or ...
RPMPackage python3-factory-boy-2.7.0-1.lbn19.noarch
factory_boy =========== .. image:: https://secure.travis- ci.org/rbarrois/factory_boy.png?branch=master :target: http://travis- ci.org/rbarrois/factory_boy/ .. image:: https://img.shields.io/pypi/v/factory_boy.svg :target: http://factoryboy.readthedocs.org/en/latest/changelog.html :alt: Latest Version .. image:: https://img.shields.io/pypi/pyversions/factory_boy.svg :target: ...
RPMPackage python3-entrypoints-0.2.2-1.lbn19.noarch
The Jupyter Notebook format
RPMPackage python3-elasticsearch-dsl-2.1.0-1.lbn19.noarch
Elasticsearch DSL Elasticsearch DSL is a highlevel library whose aim is to help with writing and running queries against Elasticsearch. It is built on top of the official lowlevel client (elasticsearchpy <https://github.com/elastic/elasticsearchpy>_).It provides a more convenient and idiomatic way to write and manipulate queries. It stays close to the Elasticsearch JSON DSL, mirroring its ...
RPMPackage python3-elasticsearch-curator-4.0.6-1.lbn19.noarch
.. _readme: Curator ======= Have indices in Elasticsearch? This is the tool for you! Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your indices. `Curator API Documentation`_ ---------------------------- Version 4.0 of Curator ships with both an API and a wrapper script (which is actually defined as an entry point). ...
RPMPackage python3-elasticsearch-2.4.0-1.lbn19.noarch
Python Elasticsearch Client Official lowlevel client for Elasticsearch. Its goal is to provide common ground for all Elasticsearchrelated code in Python; because of this it tries to be opinionfree and very extendable.For a more high level client library with more limited scope, have a look at elasticsearchdsl_ a more pythonic library sitting on top of elasticsearchpy.It provides a ...
RPMPackage python3-concurrentpandas-0.1.2-2.lbn19.noarch
ConcurrentPandas Concurrent Pandas **Concurrent Pandas** is a Python Library that allows you to use Pandas and / or Quandl to concurrently download bulk data using threads or processes. What does concurrency do for you? Download your data simultaneously instead of one key at a time, Concurrent Pandas automatically spawns an optimal number of processes or threads based on the number of ...
RPMPackage python3-commonmark-0.7.1-1.lbn19.noarch
CommonMark-py ============= Pure Python port of `jgm <https://github.com/jgm>`__'s `commonmark.js <https://github.com/jgm/commonmark.js>`__, a Markdown parser and renderer for the `CommonMark <http://commonmark.org>`__ specification, using only native modules. Once both this project and the CommonMark specification are stable we will release the first ``1.0`` version and attempt to keep up to ...
RPMPackage python3-cloudpickle-0.2.1-1.lbn19.noarch
cloudpickle[![Build Status](https://travisci.org/cloudpipe/cloudpickle.svg?branchmaster )](https://travisci.org/cloudpipe/cloudpickle) [![codecov.io](https:// codecov.io/github/cloudpipe/cloudpickle/coverage.svg?branchmaster)](ht tps://codecov.io/github/cloudpipe/cloudpickle?branchmaster)cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module ...
RPMPackage python3-bson-3.3.0-1.lbn19.x86_64
BSON is a binary-encoded serialization of JSON-like documents. BSON is designed to be lightweight, traversable, and efficient. BSON, like JSON, supports the embedding of objects and arrays within other objects and arrays. This package contains the python3 version of this module.