-
python3-sahara-plugin-spark-8.0.0-1.lbn36.noarch
The Spark plugin for Sahara allows Sahara to provision and
manage Spark clusters on OpenStack.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-sahara-plugin-storm-8.0.0-1.lbn36.noarch
The Storm plugin for Sahara allows Sahara to provision and
manage Storm clusters on OpenStack.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-sahara-plugin-vanilla-8.0.0-1.lbn36.noarch
The Vanilla plugin for Sahara allows Sahara to provision and
manage Vanilla clusters on OpenStack.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-sahara-tempest-0.16.0-1.lbn36.noarch
This project contains OpenStack Sahara tests tempest plugin common library.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-saharaclient-4.0.2-1.lbn36.noarch
Python client library for interacting with OpenStack Sahara API.
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 36
-
python3-sampledata-0.3.7-1.lbn19.noarch
Sample Data
===========
.. image:: https://travis-
ci.org/jespino/sampledata.png?branch=master
:target: https://travis-
ci.org/jespino/sampledata
.. image::
https://coveralls.io/repos/jespino/sampledata/badge.png?branch=master
:target: https://coveralls.io/r/jespino/sampledata?branch=master
.. image::
https://pypip.in/v/sampledata/badge.png
:target: ...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
python3-sampledata-0.3.7-1.lbn36.noarch
Sample Data
===========
.. image:: https://travis-ci.org/jespino/sampledata.png?branch=master
:target: https://travis-ci.org/jespino/sampledata
.. image::
https://coveralls.io/repos/jespino/sampledata/badge.png?branch=master
:target: https://coveralls.io/r/jespino/sampledata?branch=master
.. image:: https://pypip.in/v/sampledata/badge.png
:target:...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-sasl-0.3.1-1.lbn36.x86_64
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-savitar-4.13.1-1.fc36.x86_64
Savitar is a C++ implementation of 3mf loading with SIP Python bindings.
3mf is a 3D printing file format.
The Python bindings.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-schedule-1.2.2-1.lbn36.noarch
Python job scheduling for humans. Run Python functions (or any other callable) periodically using a friendly syntax.
A simple to use API for scheduling jobs, made for humans.
In-process scheduler for periodic jobs. No extra processes needed!
Very lightweight and no external dependencies.
Excellent test coverage.
Tested on Python and 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
Usage
$ pip install schedule
import schedule
import time
def job():
print("I'm working...")
schedule.every(10).seconds.do(job)
schedule.every(10).minutes.do(job)
schedule.every().hour.do(job)
schedule.every().day.at("10:30").do(job)
schedule.every(5).to(10).minutes.do(job)
schedule.every().monday.do(job)
schedule.every().wednesday.at("13:15").do(job)
schedule.every().day.at("12:42", "Europe/Amsterdam").do(job)
schedule.every().minute.at(":17").do(job)
def job_with_argument(name):
print(f"I am {name}")
schedule.every(10).seconds.do(job_with_argument, name="Peter")
while True:
schedule.run_pending()
time
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 36