QuantConnect.Lean by: QuantConnect.Lean.Launcher
  • 3.947k total downloads
  • Latest version: 2.5.16753
QuantConnect LEAN Engine: Launcher Project - Main startup executable for live and backtesting
QuantConnect.Lean.Engine by: QuantConnect.Lean.Engine
  • 4.07k total downloads
  • Latest version: 2.5.16753
QuantConnect LEAN Engine: Engine Project - Core engine and datafeed implementation
QuantConnect.Logging by: QuantConnect.Logging
  • 4.587k total downloads
  • Latest version: 2.5.16753
QuantConnect LEAN Engine: Logging Project - The logging library implementation
QuantConnect.Messaging by: QuantConnect.Messaging
  • 4.261k total downloads
  • Latest version: 2.5.16753
QuantConnect LEAN Engine: Messaging Project - The external messaging system implementation
QuantConnect.Optimizer by: QuantConnect.Optimizer
  • 3.047k total downloads
  • Latest version: 2.5.16753
QuantConnect LEAN Engine: Optimizer Project - The Lean optimization engine
QuantConnect.Optimizer.Launcher by: QuantConnect.Optimizer.Launcher
  • 3.174k total downloads
  • Latest version: 2.5.16753
QuantConnect LEAN Engine: Optimizer Launcher Project - The Lean optimization engine launcher
QuantConnect.pythonnet by: Python.Runtime
  • 2.511k total downloads
  • Latest version: 2.0.41
  • python interop dynamic dlr Mono pinvoke
Python and CLR (.NET and Mono) cross-platform language interop
QuantConnect.Queues by: QuantConnect.Queues
  • 4.124k total downloads
  • Latest version: 2.5.16753
QuantConnect LEAN Engine: Queues Project - Handles and generates live and backtesting algorithm jobs
QuantConnect.Research by: QuantConnect.Research
  • 4.795k total downloads
  • Latest version: 2.5.17865
QuantConnect LEAN Engine: Research Project - Core implementation for jupyter research environment
QuantConnect.ToolBox by: QuantConnect.ToolBox
  • 4.531k total downloads
  • Latest version: 2.5.17865
QuantConnect LEAN Engine: ToolBox Project - A collection of data downloaders and converters
Quartz by: Marko Lahma, Quartz.NET
  • 1.509k total downloads
  • Latest version: 3.18.2
  • scheduling tasks jobs triggers scheduler threading
Quartz Scheduling Framework for .NET
Quartz.Extensions.DependencyInjection by: Facundo Glaeser, Marko Lahma, Quartz.NET
  • 902 total downloads
  • Latest version: 3.18.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET
Quartz.Extensions.Hosting by: Andrew Lock, Marko Lahma, Quartz.NET
  • 628 total downloads
  • Latest version: 3.18.2
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET Generic Host integration; Quartz Scheduling Framework for .NET
Quartz.Jobs by: Marko Lahma, Quartz.NET
  • 817 total downloads
  • Latest version: 3.18.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET Jobs; Quartz Scheduling Framework for .NET
Quartz.Plugins by: Marko Lahma, Quartz.NET
  • 899 total downloads
  • Latest version: 3.18.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET Plugins; Quartz Scheduling Framework for .NET
Quartz.Plugins.TimeZoneConverter by: Sean Farrow, Quartz.NET
  • 925 total downloads
  • Latest version: 3.18.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET TimeZoneConverter integration https://github.com/mj1856/TimeZoneConverter; Quartz Scheduling Framework for .NET
Quartz.Serialization.Json by: Marko Lahma, Quartz.NET
  • 819 total downloads
  • Latest version: 3.18.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET JSON Serialization Support; Quartz Scheduling Framework for .NET
QuestPDF by: MarcinZiabek
  • 3.011k total downloads
  • Latest version: 2026.6.1
  • pdf generation creation document report invoice export tagged accessibility csharp dotnet fluent layout merge edit html
QuestPDF is a modern PDF generation library for C# and .NET. Create invoices, reports, and data exports — a code-first alternative to HTML-to-PDF conversion. Merge and edit documents, generate PDF/A and accessible PDF/UA files, embed ZUGFeRD and Factur-X invoice XML. Source-available with a free Community license.
QuickGraph.NETStandard by: Deepak Battini
  • 68 total downloads
  • Latest version: 4.0.0
  • quickgraph, graphviz, nodegraph, directed graph, unidirected graph
QuickGraph .NET standard. QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
QuikGraph by: Alexandre Rabérin
  • 201 total downloads
  • Latest version: 2.5.0
  • QuickGraph QuikGraph Graph Structure Algorithm C# .NET
.NET library that provide mainly graphs structures and algorithms for C#. QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc... This package is a version of the original QuickGraph renamed QuikGraph and ported to .NET Core. It should be seen as an alternative to the old frozen QuickGraph from CodePlex but with fixes. It does not include every sub modules of the original library such as F# stuff, adapters, etc. This build is only the Core of QuikGraph taking advantage of .NET Core. Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+ Supports Source Link