You are here: Home

Modified items

All recently modified items, latest first.
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.
RPMPackage python3-beautifulsoup4-4.4.1-1.lbn19.noarch
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup won't choke if you give it bad markup. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. Beautiful Soup parses anything you give it. Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup. This is the Python 3 build of Beautiful Soup.
RPMPackage python3-PyHDFS-0.1.1-1.lbn19.noarch
Python WebHDFS client Because the world needs yet <https://github.com/spotify/snakebite>_ another <https://github.com/ProjectMeniscus/pywebhdfs>_ way <https://pypi.python.org/pypi/hdfs>_ to talk to HDFS from Python.Usage This library provides a Python client for WebHDFS <https://hadoop.apac he.org/docs/current/hadoopprojectdist/hadoophdfs/WebHDFS.html>_. NameNode HA is supported if you pass ...
RPMPackage python3-Pillow-2.8.2-4.lbn19.x86_64
%{_description}
RPMPackage python3-Cython-0.24.1-31.lbn19.x86_64
This is a development version of Pyrex, a language for writing Python extension modules. For more info, see: Doc/About.html for a description of the language INSTALL.txt for installation instructions USAGE.txt for usage instructions Demos for usage examples
RPMPackage python3-Bottleneck-0.6.0-9.lbn19.x86_64
python3-Bottleneck is a collection of fast NumPy array functions written in Cython.
RPMPackage python3-3.4.2-6.lbn19.x86_64
Python 3 is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed.