All Projects → jrbourbeau → pycondor

jrbourbeau / pycondor

Licence: MIT license
Build and submit workflows to HTCondor in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pycondor

dislib
The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.
Stars: ✭ 39 (+69.57%)
Mutual labels:  distributed-computing
python-json-socket
JSON messaging based socket interface with multi-threaded server and client
Stars: ✭ 52 (+126.09%)
Mutual labels:  distributed-computing
raven-distribution-framework
Decentralized Computing Backend for Artificial Intelligence, Web3, Metaverse, and Gaming Application
Stars: ✭ 31 (+34.78%)
Mutual labels:  distributed-computing
SANSA-Stack
Big Data RDF Processing and Analytics Stack built on Apache Spark and Apache Jena http://sansa-stack.github.io/SANSA-Stack/
Stars: ✭ 130 (+465.22%)
Mutual labels:  distributed-computing
tasq
A simple task queue implementation to enqeue jobs on local or remote processes.
Stars: ✭ 83 (+260.87%)
Mutual labels:  distributed-computing
wrench
WRENCH: Cyberinfrastructure Simulation Workbench
Stars: ✭ 25 (+8.7%)
Mutual labels:  distributed-computing
mesos-pinspider
A framework called "pinspider" on Apache mesos, to get basic user information from a pinterest page of a user.
Stars: ✭ 18 (-21.74%)
Mutual labels:  distributed-computing
machinaris
An easy-to-use WebUI for crypto plotting and farming. Offers Plotman, MadMax, Chiadog, Bladebit, Farmr, and Forktools in a Docker container. Supports Chia, MMX, Chives, Flax, HDDCoin, and BPX among others.
Stars: ✭ 324 (+1308.7%)
Mutual labels:  distributed-computing
SlurmClusterManager.jl
julia package for running code on slurm clusters
Stars: ✭ 27 (+17.39%)
Mutual labels:  distributed-computing
rce
Distributed, workflow-driven integration environment
Stars: ✭ 42 (+82.61%)
Mutual labels:  distributed-computing
pyspark-algorithms
PySpark Algorithms Book: https://www.amazon.com/dp/B07X4B2218/ref=sr_1_2
Stars: ✭ 72 (+213.04%)
Mutual labels:  distributed-computing
LSTM-TensorSpark
Implementation of a LSTM with TensorFlow and distributed on Apache Spark
Stars: ✭ 40 (+73.91%)
Mutual labels:  distributed-computing
protoactor-python
Proto Actor - Ultra fast distributed actors
Stars: ✭ 78 (+239.13%)
Mutual labels:  distributed-computing
meesee
Task queue, Long lived workers for work based parallelization, with processes and Redis as back-end. For distributed computing.
Stars: ✭ 14 (-39.13%)
Mutual labels:  distributed-computing
ParallelUtilities.jl
Fast and easy parallel mapreduce on HPC clusters
Stars: ✭ 28 (+21.74%)
Mutual labels:  distributed-computing
paleo
An analytical performance modeling tool for deep neural networks.
Stars: ✭ 76 (+230.43%)
Mutual labels:  distributed-computing
microcore
.NET Core framework for inter-service communication
Stars: ✭ 24 (+4.35%)
Mutual labels:  distributed-computing
hydra-hpp
Hydra Hot Potato Player (game)
Stars: ✭ 12 (-47.83%)
Mutual labels:  distributed-computing
gordo
An API-first distributed deployment system of deep learning models using timeseries data to predict the behaviour of systems
Stars: ✭ 25 (+8.7%)
Mutual labels:  distributed-computing
ShadowClone
Unleash the power of cloud
Stars: ✭ 224 (+873.91%)
Mutual labels:  distributed-computing

PyCondor

Build Status codecov pypi version PyPI - Python Version license

PyCondor (Python HTCondor) is a tool to help build and submit workflows to HTCondor in a straight-forward manner with minimal hassle.

Documentation

The documentation for PyCondor can be found at https://pycondor.github.io/pycondor.

Installation

PyCondor can be installed using pip

pip install pycondor

or conda

conda install -c conda-forge pycondor

For more information see the installation instructions in the documentation.

Contributing

To contribute to PyCondor, please see the contributing guide in the documentation.

License

MIT License

Copyright (c) 2018 James Bourbeau

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].