From a3d72c0efc785c726e814993af16f3645f329298 Mon Sep 17 00:00:00 2001 From: stkeky Date: Sat, 5 Aug 2023 18:28:11 +0000 Subject: [PATCH] Update best-of list for version 2023.08.05 --- README.md | 647 +++++++++++++++++--------------- history/2023-08-05_changes.md | 20 + history/2023-08-05_projects.csv | 383 +++++++++++++++++++ latest-changes.md | 26 +- 4 files changed, 747 insertions(+), 329 deletions(-) create mode 100644 history/2023-08-05_changes.md create mode 100644 history/2023-08-05_projects.csv diff --git a/README.md b/README.md index 2cbcca1..f735e38 100644 --- a/README.md +++ b/README.md @@ -22,28 +22,28 @@ This curated list contains 380 awesome open-source projects with a total of 370K ## Contents -- [Miscelaneous](#miscelaneous) _51 projects_ +- [Miscellaneous](#miscellaneous) _51 projects_ - [Development Cycle](#development-cycle) _15 projects_ - [Database Clients](#database-clients) _42 projects_ - [Ecosystems](#ecosystems) _1 projects_ - [JSON](#json) _17 projects_ - [Web Frameworks](#web-frameworks) _17 projects_ -- [Common file format processing](#common-file-format-processing) _6 projects_ +- [File processing](#file-processing) _6 projects_ - [SBT Plugins](#sbt-plugins) _36 projects_ - [Toolkits, extensions & ecosystems](#toolkits-extensions--ecosystems) _35 projects_ -- [Audio, image and video processing](#audio-image-and-video-processing) _7 projects_ +- [Media processing](#media-processing) _7 projects_ - [Dependency injection](#dependency-injection) _8 projects_ -- [HTTP client and servers](#http-client-and-servers) _16 projects_ -- [Libraries for testing](#libraries-for-testing) _17 projects_ -- [Libraries for security, authentication and cryptography](#libraries-for-security-authentication-and-cryptography) _12 projects_ -- [Data binding, validation and serialization](#data-binding-validation-and-serialization) _14 projects_ -- [Libraries for creating custom parsers](#libraries-for-creating-custom-parsers) _6 projects_ -- [Reactive programming libraries (streams, observables...)](#reactive-programming-libraries-streams-observables) _11 projects_ -- [Various tooling libraries that helps with overall Scala environment](#various-tooling-libraries-that-helps-with-overall-scala-environment) _9 projects_ +- [HTTP](#http) _16 projects_ +- [Libraries and frameworks for various types of code testing](#libraries-and-frameworks-for-various-types-of-code-testing) _17 projects_ +- [Libraries for security, authentication, and cryptography](#libraries-for-security-authentication-and-cryptography) _12 projects_ +- [Data handling](#data-handling) _14 projects_ +- [Parsers](#parsers) _6 projects_ +- [Reactive programming](#reactive-programming) _11 projects_ +- [Development environment](#development-environment) _9 projects_ - [Templating engines](#templating-engines) _5 projects_ -- [Libraries for data analysis, machine learning and AI](#libraries-for-data-analysis-machine-learning-and-ai) _26 projects_ -- [Libraries for processing and handling big data sets](#libraries-for-processing-and-handling-big-data-sets) _13 projects_ -- [Libraries for distributed systems](#libraries-for-distributed-systems) _10 projects_ +- [Business intelligence](#business-intelligence) _26 projects_ +- [Big data](#big-data) _13 projects_ +- [Distributed](#distributed) _10 projects_ - [ScalaJS](#scalajs) _7 projects_ ## Explanation @@ -61,17 +61,17 @@ This curated list contains 380 awesome open-source projects with a total of 370K - ⏱️  Last update timestamp on package manager - πŸ“₯  Download count from package manager - πŸ“¦  Number of dependent projects --   Type-safe, composable asynchronous and concurrent programming for Scala. --   Standalone libraries spawned or a part of PlayFramework. --   Project support Scala.js +-   Libraries compatible with ZIO +-   Libraries spawned from or a part of PlayFramework +-   Projects compatible with Scala.js
-## Miscelaneous +## Miscellaneous Back to top -_Miscelaneous projects that currently don't fit into any other category._ +_Miscellaneous projects that currently don't fit into any other category._
eclair (πŸ₯‡26 Β· ⭐ 1.1K) - A scala implementation of the Lightning Network. Apache-2 @@ -91,15 +91,15 @@ _Miscelaneous projects that currently don't fit into any other category._
pureconfig (πŸ₯‡21 Β· ⭐ 1.4K) - A boilerplate-free library for loading configuration files. MPL-2.0 -- [GitHub](https://github.com/pureconfig/pureconfig) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 170 Β· πŸ“‹ 290 - 15% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/pureconfig/pureconfig) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 170 Β· πŸ“‹ 290 - 15% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/pureconfig/pureconfig ```
-
play-swagger (πŸ₯‡21 Β· ⭐ 400 Β· πŸ“ˆ) - Swagger spec generator for play framework. Apache-2 +
play-swagger (πŸ₯‡21 Β· ⭐ 400) - Swagger spec generator for play framework. Apache-2 -- [GitHub](https://github.com/iheartradio/play-swagger) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 130 Β· πŸ“‹ 240 - 36% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/iheartradio/play-swagger) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 130 Β· πŸ“‹ 250 - 35% open Β· ⏱️ 28.07.2023): ``` git clone https://github.com/iheartradio/play-swagger @@ -107,15 +107,23 @@ _Miscelaneous projects that currently don't fit into any other category._
bootzooka (πŸ₯‡20 Β· ⭐ 690) - Simple project to quickly start developing a Scala-based.. Apache-2 -- [GitHub](https://github.com/softwaremill/bootzooka) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 150 Β· πŸ“‹ 110 - 6% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/softwaremill/bootzooka) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 150 Β· πŸ“‹ 110 - 6% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/softwaremill/bootzooka ```
+
scallop (πŸ₯ˆ18 Β· ⭐ 660 Β· πŸ“ˆ) - a simple Scala CLI parsing library. MIT + +- [GitHub](https://github.com/scallop/scallop) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 55 Β· πŸ“‹ 190 - 3% open Β· ⏱️ 03.08.2023): + + ``` + git clone https://github.com/scallop/scallop + ``` +
metrics-scala (πŸ₯ˆ18 Β· ⭐ 430) - The scala API for Dropwizards Metrics. Apache-2 -- [GitHub](https://github.com/erikvanoosten/metrics-scala) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 61 Β· πŸ“‹ 73 - 2% open Β· ⏱️ 20.07.2023): +- [GitHub](https://github.com/erikvanoosten/metrics-scala) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 61 Β· πŸ“‹ 73 - 2% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/erikvanoosten/metrics-scala @@ -123,7 +131,7 @@ _Miscelaneous projects that currently don't fit into any other category._
fs2-aws (πŸ₯ˆ18 Β· ⭐ 170) - fs2 utilities to interact with AWS. MIT -- [GitHub](https://github.com/laserdisc-io/fs2-aws) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 40 Β· πŸ“‹ 68 - 39% open Β· ⏱️ 19.07.2023): +- [GitHub](https://github.com/laserdisc-io/fs2-aws) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 40 Β· πŸ“‹ 68 - 39% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/laserdisc-io/fs2-aws @@ -131,7 +139,7 @@ _Miscelaneous projects that currently don't fit into any other category._
scala-scraper (πŸ₯ˆ17 Β· ⭐ 700) - A Scala library for scraping content from HTML pages. MIT -- [GitHub](https://github.com/ruippeixotog/scala-scraper) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 100 Β· πŸ“‹ 61 - 13% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/ruippeixotog/scala-scraper) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 100 Β· πŸ“‹ 61 - 13% open Β· ⏱️ 28.07.2023): ``` git clone https://github.com/ruippeixotog/scala-scraper @@ -145,7 +153,7 @@ _Miscelaneous projects that currently don't fit into any other category._ git clone https://github.com/ciren/cilib ```
-
skuber (πŸ₯ˆ16 Β· ⭐ 69) - A Scala Kubernetes client library. Apache-2 +
skuber (πŸ₯ˆ16 Β· ⭐ 70) - A Scala Kubernetes client library. Apache-2 - [GitHub](https://github.com/hagay3/skuber) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 47 Β· πŸ“‹ 41 - 48% open Β· ⏱️ 17.07.2023): @@ -179,7 +187,7 @@ _Miscelaneous projects that currently don't fit into any other category._
franklin (πŸ₯ˆ13 Β· ⭐ 69) - A STAC/OGC API Features Web Service. Apache-2 -- [GitHub](https://github.com/azavea/franklin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 18 Β· πŸ“‹ 200 - 48% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/azavea/franklin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 18 Β· πŸ“‹ 200 - 48% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/azavea/franklin @@ -211,32 +219,32 @@ _Miscelaneous projects that currently don't fit into any other category._
scountries (πŸ₯‰11 Β· ⭐ 20) - Scala library that provides an enumeration of ISO 3166 codes for.. Apache-2 -- [GitHub](https://github.com/lambdaworks/scountries) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 1 Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/lambdaworks/scountries) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 1 Β· ⏱️ 30.07.2023): ``` git clone https://github.com/lambdaworks/scountries ``` -- [Maven](https://search.maven.org/artifact/io.lambdaworks/scountries): +- [Maven](https://search.maven.org/artifact/io.lambdaworks/scountries_3) (⏱️ 24.04.2023): ``` io.lambdaworks - scountries + scountries_3 [VERSION] ```
scurl-detector (πŸ₯‰11 Β· ⭐ 17) - Scala library that detects and extracts URLs from text. Apache-2 -- [GitHub](https://github.com/lambdaworks/scurl-detector) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 2 Β· πŸ“‹ 10 - 10% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/lambdaworks/scurl-detector) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 2 Β· πŸ“‹ 10 - 10% open Β· ⏱️ 30.07.2023): ``` git clone https://github.com/lambdaworks/scurl-detector ``` -- [Maven](https://search.maven.org/artifact/io.lambdaworks/scurl-detector_2.13) (⏱️ 24.04.2023): +- [Maven](https://search.maven.org/artifact/io.lambdaworks/scurl-detector_3) (⏱️ 24.04.2023): ``` io.lambdaworks - scurl-detector_2.13 + scurl-detector_3 [VERSION] ``` @@ -265,11 +273,10 @@ _Miscelaneous projects that currently don't fit into any other category._ git clone https://github.com/outr/mailgun4s ```
-
Show 29 hidden projects... +
Show 28 hidden projects... -- geotrellis (πŸ₯‡20 Β· ⭐ 1.3K) - GeoTrellis is a geographic data processing engine for high.. ❗Unlicensed +- geotrellis (πŸ₯‡19 Β· ⭐ 1.3K) - GeoTrellis is a geographic data processing engine for high.. ❗Unlicensed - scopt (πŸ₯ˆ16 Β· ⭐ 1.4K) - command line options parsing for Scala. ❗Unlicensed -- scallop (πŸ₯ˆ16 Β· ⭐ 660 Β· πŸ’€) - a simple Scala CLI parsing library. MIT - scalafx (πŸ₯ˆ15 Β· ⭐ 640) - ScalaFX simplifies creation of JavaFX-based user interfaces in.. ❗Unlicensed - sbt-android (πŸ₯ˆ14 Β· ⭐ 740 Β· πŸ’€) - An easy-to-use sbt plugin for working with all Android.. ❗Unlicensed - banana-rdf (πŸ₯ˆ14 Β· ⭐ 290 Β· πŸ’€) - Banana RDF. ❗Unlicensed @@ -287,7 +294,7 @@ _Miscelaneous projects that currently don't fit into any other category._ - miniboxing-plugin (πŸ₯‰10 Β· ⭐ 120 Β· πŸ’€) - Miniboxing is a program transformation that improves.. ❗Unlicensed - clist (πŸ₯‰8 Β· ⭐ 110 Β· πŸ’€) - Command Line Interface Scala Toolkit. Apache-2 - xs4s (πŸ₯‰8 Β· ⭐ 57 Β· πŸ’€) - XML Streaming for Scala including FS2/cats support. ❗Unlicensed -- ostinato (πŸ₯‰8 Β· ⭐ 49 Β· πŸ’€) - A chess library that runs on the server (Scala) and on the browser.. MIT +- ostinato (πŸ₯‰8 Β· ⭐ 50 Β· πŸ’€) - A chess library that runs on the server (Scala) and on the browser.. MIT - scaposer (πŸ₯‰8 Β· ⭐ 38 Β· πŸ’€) - GNU Gettext .po file loader for Scala. MIT - scala-xgettext (πŸ₯‰8 Β· ⭐ 25 Β· πŸ’€) - Scala compiler plugin that acts like GNU xgettext command to.. MIT - aws4s (πŸ₯‰7 Β· ⭐ 88 Β· πŸ’€) - Non-blocking AWS SDK for Scala exposing strongly-typed APIs built on top.. MIT @@ -307,15 +314,15 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
sbt (πŸ₯‡33 Β· ⭐ 4.7K) - sbt, the interactive build tool. Apache-2 -- [GitHub](https://github.com/sbt/sbt) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 920 Β· πŸ“₯ 11M Β· πŸ“‹ 4.1K - 18% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/sbt/sbt) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 920 Β· πŸ“₯ 11M Β· πŸ“‹ 4.1K - 18% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/sbt/sbt ```
-
gitbucket (πŸ₯‡32 Β· ⭐ 8.9K) - A Git platform powered by Scala with easy installation, high.. Apache-2 +
gitbucket (πŸ₯‡31 Β· ⭐ 8.9K Β· πŸ“‰) - A Git platform powered by Scala with easy installation, high.. Apache-2 -- [GitHub](https://github.com/gitbucket/gitbucket) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.2K Β· πŸ“₯ 750K Β· πŸ“‹ 1.8K - 18% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/gitbucket/gitbucket) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.2K Β· πŸ“₯ 750K Β· πŸ“‹ 1.8K - 18% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/gitbucket/gitbucket @@ -323,7 +330,7 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
mill (πŸ₯ˆ29 Β· ⭐ 1.9K) - Your shiny new Java/Scala build tool!. MIT -- [GitHub](https://github.com/com-lihaoyi/mill) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 270 Β· πŸ“₯ 1.1M Β· πŸ“‹ 750 - 14% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/com-lihaoyi/mill) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 280 Β· πŸ“₯ 1.1M Β· πŸ“‹ 750 - 14% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/com-lihaoyi/mill @@ -331,7 +338,7 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
scala-cli (πŸ₯ˆ27 Β· ⭐ 420) - Scala CLI is a command-line tool to interact with the Scala.. Apache-2 -- [GitHub](https://github.com/VirtusLab/scala-cli) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 84 Β· πŸ“₯ 470K Β· πŸ“‹ 650 - 29% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/VirtusLab/scala-cli) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 86 Β· πŸ“₯ 480K Β· πŸ“‹ 660 - 29% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/VirtusLab/scala-cli @@ -339,7 +346,7 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
metals (πŸ₯ˆ26 Β· ⭐ 1.9K) - Scala language server with rich IDE features. Apache-2 -- [GitHub](https://github.com/scalameta/metals) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 290 Β· πŸ“₯ 29 Β· πŸ“‹ 1.6K - 15% open Β· ⏱️ 21.07.2023): +- [GitHub](https://github.com/scalameta/metals) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 290 Β· πŸ“₯ 29 Β· πŸ“‹ 1.6K - 15% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/scalameta/metals @@ -347,7 +354,7 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
bloop (πŸ₯ˆ26 Β· ⭐ 850) - Bloop is a build server and CLI tool to compile, test and run Scala fast.. Apache-2 -- [GitHub](https://github.com/scalacenter/bloop) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 190 Β· πŸ“₯ 160K Β· πŸ“‹ 710 - 17% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/scalacenter/bloop) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 190 Β· πŸ“₯ 160K Β· πŸ“‹ 710 - 17% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/scalacenter/bloop @@ -355,15 +362,15 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
giter8 (πŸ₯‰23 Β· ⭐ 1.7K) - a command line tool to apply templates defined on GitHub. Apache-2 -- [GitHub](https://github.com/foundweekends/giter8) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 230 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/foundweekends/giter8) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 230 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 30.07.2023): ``` git clone https://github.com/foundweekends/giter8 ```
-
scalafix (πŸ₯‰22 Β· ⭐ 760 Β· πŸ“ˆ) - Refactoring and linting tool for Scala. BSD-3 +
scalafix (πŸ₯‰22 Β· ⭐ 760) - Refactoring and linting tool for Scala. BSD-3 -- [GitHub](https://github.com/scalacenter/scalafix) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 170 Β· πŸ“₯ 35 Β· πŸ“‹ 650 - 10% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/scalacenter/scalafix) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 170 Β· πŸ“₯ 35 Β· πŸ“‹ 650 - 10% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/scalacenter/scalafix @@ -371,7 +378,7 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
wartremover (πŸ₯‰21 Β· ⭐ 1K) - Flexible Scala code linting tool. Apache-2 -- [GitHub](https://github.com/wartremover/wartremover) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 110 Β· πŸ“₯ 490 Β· πŸ“‹ 330 - 30% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/wartremover/wartremover) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 110 Β· πŸ“₯ 490 Β· πŸ“‹ 330 - 29% open Β· ⏱️ 28.07.2023): ``` git clone https://github.com/wartremover/wartremover @@ -379,18 +386,25 @@ _Tools for compiling, testing, packaging, formatting, linting, ... your Scala co
scapegoat (πŸ₯‰20 Β· ⭐ 490) - Scala compiler plugin for static code analysis. Apache-2 -- [GitHub](https://github.com/scapegoat-scala/scapegoat) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 80 Β· πŸ“‹ 240 - 17% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/scapegoat-scala/scapegoat) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 80 Β· πŸ“‹ 240 - 17% open Β· ⏱️ 29.07.2023): ``` git clone https://github.com/scapegoat-scala/scapegoat ```
-
Show 5 hidden projects... +
bleep (πŸ₯‰15 Β· ⭐ 110) - A bleeping fast scala build tool!. MIT + +- [GitHub](https://github.com/oyvindberg/bleep) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 16 Β· πŸ“₯ 2.9K Β· πŸ“‹ 83 - 49% open Β· ⏱️ 27.07.2023): + + ``` + git clone https://github.com/oyvindberg/bleep + ``` +
+
Show 4 hidden projects... - scalariform (πŸ₯‰18 Β· ⭐ 530 Β· πŸ’€) - Scala source code formatter. MIT - scalastyle (πŸ₯‰16 Β· ⭐ 680 Β· πŸ’€) - scalastyle. Apache-2 -- bleep (πŸ₯‰14 Β· ⭐ 110) - MIT -- fury (πŸ₯‰11 Β· ⭐ 11) - A build tool for Scala. Apache-2 +- fury (πŸ₯‰12 Β· ⭐ 11) - A build tool for Scala. Apache-2 - codacy-scalameta (πŸ₯‰7 Β· ⭐ 35 Β· πŸ’€) - Codacy tool for Scalameta. ❗Unlicensed

@@ -403,7 +417,7 @@ _Libraries for connecting to, operating, and querying databases._
doobie (πŸ₯‡25 Β· ⭐ 2.1K) - Functional JDBC layer for Scala. MIT -- [GitHub](https://github.com/tpolecat/doobie) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 340 Β· πŸ“‹ 530 - 27% open Β· ⏱️ 20.07.2023): +- [GitHub](https://github.com/tpolecat/doobie) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 340 Β· πŸ“‹ 530 - 27% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/tpolecat/doobie @@ -427,15 +441,23 @@ _Libraries for connecting to, operating, and querying databases._
slick (πŸ₯‡24 Β· ⭐ 2.6K) - Slick (Scala Language Integrated Connection Kit) is a modern database.. BSD-2 -- [GitHub](https://github.com/slick/slick) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 620 Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/slick/slick) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 620 Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/slick/slick ```
-
scalikejdbc (πŸ₯‡24 Β· ⭐ 1.2K) - A tidy SQL-based DB access library for Scala developers. This.. Apache-2 +
quill (πŸ₯‡23 Β· ⭐ 2.1K) - Compile-time Language Integrated Queries for Scala. Apache-2 -- [GitHub](https://github.com/scalikejdbc/scalikejdbc) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 220 Β· πŸ“‹ 480 - 5% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/zio/zio-quill) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“‹ 1.1K - 32% open Β· ⏱️ 05.08.2023): + + ``` + git clone https://github.com/zio/zio-quill + ``` +
+
scalikejdbc (πŸ₯‡23 Β· ⭐ 1.2K Β· πŸ“‰) - A tidy SQL-based DB access library for Scala developers... Apache-2 + +- [GitHub](https://github.com/scalikejdbc/scalikejdbc) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 220 Β· πŸ“‹ 480 - 5% open Β· ⏱️ 30.07.2023): ``` git clone https://github.com/scalikejdbc/scalikejdbc @@ -449,39 +471,31 @@ _Libraries for connecting to, operating, and querying databases._ ```
-
quill (πŸ₯‡23 Β· ⭐ 2.1K) - Compile-time Language Integrated Queries for Scala. Apache-2 - -- [GitHub](https://github.com/zio/zio-quill) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“‹ 1.1K - 32% open Β· ⏱️ 21.07.2023): - - ``` - git clone https://github.com/zio/zio-quill - ``` -
skunk (πŸ₯ˆ22 Β· ⭐ 1.5K) - A data access library for Scala + Postgres. MIT -- [GitHub](https://github.com/typelevel/skunk) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 140 Β· πŸ“‹ 160 - 62% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/typelevel/skunk) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 140 Β· πŸ“‹ 160 - 62% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/typelevel/skunk ```
-
slick-pg (πŸ₯ˆ21 Β· ⭐ 830) - Slick extensions for PostgreSQL. BSD-2 +
ReactiveMongo (πŸ₯ˆ20 Β· ⭐ 840) - Non-blocking, Reactive MongoDB Driver for Scala. Apache-2 -- [GitHub](https://github.com/tminglei/slick-pg) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 180 Β· πŸ“‹ 380 - 29% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/ReactiveMongo/ReactiveMongo) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 230 Β· πŸ“‹ 380 - 4% open Β· ⏱️ 31.07.2023): ``` - git clone https://github.com/tminglei/slick-pg + git clone https://github.com/ReactiveMongo/ReactiveMongo ```
-
ReactiveMongo (πŸ₯ˆ20 Β· ⭐ 840) - Non-blocking, Reactive MongoDB Driver for Scala. Apache-2 +
slick-pg (πŸ₯ˆ20 Β· ⭐ 830) - Slick extensions for PostgreSQL. BSD-2 -- [GitHub](https://github.com/ReactiveMongo/ReactiveMongo) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 230 Β· πŸ“‹ 380 - 4% open Β· ⏱️ 14.07.2023): +- [GitHub](https://github.com/tminglei/slick-pg) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 180 Β· πŸ“‹ 380 - 29% open Β· ⏱️ 05.08.2023): ``` - git clone https://github.com/ReactiveMongo/ReactiveMongo + git clone https://github.com/tminglei/slick-pg ```
-
scanamo (πŸ₯ˆ20 Β· ⭐ 320 Β· πŸ“‰) - Simpler DynamoDB access for Scala. Apache-2 +
scanamo (πŸ₯ˆ20 Β· ⭐ 320) - Simpler DynamoDB access for Scala. Apache-2 - [GitHub](https://github.com/scanamo/scanamo) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 120 Β· πŸ“‹ 230 - 32% open Β· ⏱️ 09.06.2023): @@ -491,15 +505,15 @@ _Libraries for connecting to, operating, and querying databases._
neotypes (πŸ₯ˆ19 Β· ⭐ 150) - Scala lightweight, type-safe, asynchronous driver for neo4j. MIT -- [GitHub](https://github.com/neotypes/neotypes) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 31 Β· πŸ“‹ 64 - 26% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/neotypes/neotypes) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 31 Β· πŸ“‹ 64 - 26% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/neotypes/neotypes ```
-
couchbase-jvm-clients (πŸ₯ˆ18 Β· ⭐ 38) - The Couchbase Monorepo for JVM Clients: Java, Scala,.. Apache-2 +
couchbase-jvm-clients (πŸ₯ˆ18 Β· ⭐ 39) - The Couchbase Monorepo for JVM Clients: Java, Scala,.. Apache-2 -- [GitHub](https://github.com/couchbase/couchbase-jvm-clients) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 35 Β· πŸ“¦ 140 Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/couchbase/couchbase-jvm-clients) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 35 Β· πŸ“¦ 140 Β· ⏱️ 04.08.2023): ``` git clone https://github.com/couchbase/couchbase-jvm-clients @@ -507,7 +521,7 @@ _Libraries for connecting to, operating, and querying databases._
anorm (πŸ₯ˆ17 Β· ⭐ 230) - The Anorm database library. Apache-2 -- [GitHub](https://github.com/playframework/anorm) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 69 Β· πŸ“‹ 66 - 9% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/playframework/anorm) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 69 Β· πŸ“‹ 67 - 10% open Β· ⏱️ 24.07.2023): ``` git clone https://github.com/playframework/anorm @@ -515,7 +529,7 @@ _Libraries for connecting to, operating, and querying databases._
zio-redis (πŸ₯ˆ17 Β· ⭐ 110) - A ZIO-based redis client. Apache-2 -- [GitHub](https://github.com/zio/zio-redis) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 59 Β· πŸ“‹ 120 - 16% open Β· ⏱️ 07.06.2023): +- [GitHub](https://github.com/zio/zio-redis) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 59 Β· πŸ“‹ 130 - 15% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/zio/zio-redis @@ -523,7 +537,7 @@ _Libraries for connecting to, operating, and querying databases._
squeryl (πŸ₯ˆ16 Β· ⭐ 580) - A Scala DSL for talking with databases with minimum verbosity and.. Apache-2 -- [GitHub](https://github.com/squeryl/squeryl) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 140 Β· πŸ“‹ 150 - 26% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/squeryl/squeryl) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 140 Β· πŸ“‹ 150 - 26% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/squeryl/squeryl @@ -537,13 +551,21 @@ _Libraries for connecting to, operating, and querying databases._ git clone https://github.com/CleverCloud/pulsar4s ```
-
zio-elasticsearch (πŸ₯‰15 Β· ⭐ 52) - ZIO Elasticsearch is a type-safe and streaming-.. Apache-2 +
zio-elasticsearch (πŸ₯ˆ16 Β· ⭐ 52) - ZIO Elasticsearch is a type-safe and streaming-.. Apache-2 -- [GitHub](https://github.com/lambdaworks/zio-elasticsearch) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 15 Β· πŸ“‹ 43 - 25% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/lambdaworks/zio-elasticsearch) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 15 Β· πŸ“‹ 43 - 25% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/lambdaworks/zio-elasticsearch ``` +- [Maven](https://search.maven.org/artifact/io.lambdaworks/zio-elasticsearch_3) (⏱️ 21.04.2023): + ``` + + io.lambdaworks + zio-elasticsearch_3 + [VERSION] + + ```
relate (πŸ₯‰14 Β· ⭐ 160) - Performant database access in Scala. Apache-2 @@ -555,7 +577,7 @@ _Libraries for connecting to, operating, and querying databases._
laserdisc (πŸ₯‰13 Β· ⭐ 90) - A Future-free Fs2 native pure FP Redis client. MIT -- [GitHub](https://github.com/laserdisc-io/laserdisc) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 14 Β· πŸ“‹ 25 - 56% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/laserdisc-io/laserdisc) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 14 Β· πŸ“‹ 25 - 56% open Β· ⏱️ 30.07.2023): ``` git clone https://github.com/laserdisc-io/laserdisc @@ -588,10 +610,10 @@ _Libraries for connecting to, operating, and querying databases._
Show 21 hidden projects... - phantom (πŸ₯ˆ19 Β· ⭐ 1K Β· πŸ’€) - Schema safe, type-safe, reactive Scala driver for.. Apache-2 -- rediscala (πŸ₯ˆ16 Β· ⭐ 790 Β· πŸ’€) - Non-blocking, Reactive Redis driver for Scala (with Sentinel.. Apache-2 +- rediscala (πŸ₯ˆ17 Β· ⭐ 790 Β· πŸ’€) - Non-blocking, Reactive Redis driver for Scala (with Sentinel.. Apache-2 - scala-activerecord (πŸ₯‰15 Β· ⭐ 320 Β· πŸ’€) - ActiveRecord-like ORM library for Scala. MIT - scala-redis (πŸ₯‰14 Β· ⭐ 1K Β· πŸ’€) - A scala library for connecting to a redis server, or a.. ❗Unlicensed -- casbah (πŸ₯‰14 Β· ⭐ 530 Β· πŸ’€) - Casbah is now officially end-of-life (EOL). ❗Unlicensed +- casbah (πŸ₯‰14 Β· ⭐ 530 Β· πŸ’€) - Casbah is now officially end-of-life (EOL). ❗Unlicensed - finagle-postgres (πŸ₯‰14 Β· ⭐ 83 Β· πŸ’€) - PostgreSQL protocol support for Finagle. Apache-2 - scredis (πŸ₯‰13 Β· ⭐ 150 Β· πŸ’€) - Non-blocking, ultra-fast Scala Redis client built on top of Akka.. Apache-2 - scruid (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - Scala + Druid: Scruid. A library that allows you to compose.. Apache-2 @@ -601,13 +623,13 @@ _Libraries for connecting to, operating, and querying databases._ - longevity (πŸ₯‰10 Β· ⭐ 100 Β· πŸ’€) - A Persistence Framework for Scala and NoSQL. ❗Unlicensed - lucene4s (πŸ₯‰9 Β· ⭐ 53 Β· πŸ’€) - Light-weight convenience wrapper around Lucene to simplify complex.. MIT - ReactiveCouchbase-rs-core (πŸ₯‰9 Β· ⭐ 26 Β· πŸ’€) - New ReactiveCouchbase driver using reactive-streams. Apache-2 +- molecule (πŸ₯‰9 Β· ⭐ 3 Β· πŸ“ˆ) - Molecule translates custom Scala code to database queries for.. Apache-2 - shade (πŸ₯‰8 Β· ⭐ 110 Β· πŸ’€) - Memcached client for Scala. MIT - morpheus (πŸ₯‰8 Β· ⭐ 100 Β· πŸ’€) - Reactive type-safe Scala driver for SQL databases. ❗Unlicensed - scalarelational (πŸ₯‰8 Β· ⭐ 58 Β· πŸ’€) - Type-Safe framework for defining, modifying, and.. ❗Unlicensed -- scala-sql (πŸ₯‰7 Β· ⭐ 89) - scala SQL api. ❗Unlicensed - mapperdao (πŸ₯‰7 Β· ⭐ 14 Β· πŸ’€) - A Scala ORM library. ❗Unlicensed +- scala-sql (πŸ₯‰6 Β· ⭐ 89) - scala SQL api. ❗Unlicensed - kvs (πŸ₯‰6 Β· ⭐ 20 Β· πŸ’€) - Highly available distributed strong eventual consistent and.. ❗Unlicensed -- molecule (πŸ₯‰6 Β· ⭐ 2 Β· πŸ“‰) - Molecule translates custom Scala code to database queries for.. Apache-2

@@ -615,11 +637,11 @@ _Libraries for connecting to, operating, and querying databases._ Back to top -_Extensions and platforms that provides various abstractions._ +_Extensions and platforms that provide various abstractions._
zio (πŸ₯‡31 Β· ⭐ 3.8K) - ZIO A type-safe, composable library for async and concurrent programming.. Apache-2 -- [GitHub](https://github.com/zio/zio) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 1.2K Β· πŸ“‹ 2.4K - 15% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/zio/zio) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 1.2K Β· πŸ“‹ 2.4K - 15% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/zio/zio @@ -639,11 +661,11 @@ _Extensions and platforms that provides various abstractions._ Back to top -_Libraries that handles JSON format._ +_Libraries that handle JSON format._
circe (πŸ₯‡28 Β· ⭐ 2.4K) - Yet another JSON library for Scala. Apache-2 -- [GitHub](https://github.com/circe/circe) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 530 Β· πŸ“‹ 600 - 32% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/circe/circe) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 530 Β· πŸ“‹ 600 - 32% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/circe/circe @@ -659,7 +681,7 @@ _Libraries that handles JSON format._
argonaut (πŸ₯‡22 Β· ⭐ 540) - Purely functional JSON parser and library in scala. BSD-3 -- [GitHub](https://github.com/argonaut-io/argonaut) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 110 Β· πŸ“‹ 200 - 13% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/argonaut-io/argonaut) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 110 Β· πŸ“‹ 200 - 13% open Β· ⏱️ 31.07.2023): ``` git clone https://github.com/argonaut-io/argonaut @@ -675,7 +697,7 @@ _Libraries that handles JSON format._
json4s (πŸ₯ˆ20 Β· ⭐ 1.5K) - JSON library. Apache-2 -- [GitHub](https://github.com/json4s/json4s) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 350 Β· πŸ“‹ 420 - 39% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/json4s/json4s) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 350 Β· πŸ“‹ 420 - 39% open Β· ⏱️ 30.07.2023): ``` git clone https://github.com/json4s/json4s @@ -683,7 +705,7 @@ _Libraries that handles JSON format._
jsoniter-scala (πŸ₯ˆ20 Β· ⭐ 660) - Scala macros for compile-time generation of safe and ultra-fast.. MIT -- [GitHub](https://github.com/plokhotnyuk/jsoniter-scala) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 83 Β· πŸ“¦ 1 Β· πŸ“‹ 280 - 19% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/plokhotnyuk/jsoniter-scala) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 83 Β· πŸ“¦ 1 Β· πŸ“‹ 280 - 19% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/plokhotnyuk/jsoniter-scala @@ -691,13 +713,13 @@ _Libraries that handles JSON format._
jawn (πŸ₯ˆ20 Β· ⭐ 430) - Jawn is for parsing jay-sawn (JSON). MIT -- [GitHub](https://github.com/typelevel/jawn) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 71 Β· πŸ“‹ 69 - 18% open Β· ⏱️ 14.07.2023): +- [GitHub](https://github.com/typelevel/jawn) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 71 Β· πŸ“‹ 69 - 18% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/typelevel/jawn ```
-
zio-json (πŸ₯ˆ19 Β· ⭐ 380) - Fast, secure JSON library with tight ZIO integration. Apache-2 +
zio-json (πŸ₯ˆ19 Β· ⭐ 390) - Fast, secure JSON library with tight ZIO integration. Apache-2 - [GitHub](https://github.com/zio/zio-json) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 120 Β· πŸ“‹ 180 - 55% open Β· ⏱️ 03.07.2023): @@ -731,26 +753,26 @@ _Libraries that handles JSON format._
borer (πŸ₯‰13 Β· ⭐ 200) - Efficient CBOR and JSON (de)serialization in Scala. MPL-2.0 -- [GitHub](https://github.com/sirthias/borer) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 13 Β· πŸ“‹ 120 - 11% open Β· ⏱️ 09.06.2023): +- [GitHub](https://github.com/sirthias/borer) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 13 Β· πŸ“‹ 110 - 7% open Β· ⏱️ 31.07.2023): ``` git clone https://github.com/sirthias/borer ```
-
ScalaJack (πŸ₯‰10 Β· ⭐ 110) - Fast JSON parser/generator for Scala. MIT +
ninny-json (πŸ₯‰11 Β· ⭐ 21) - JSON typeclasses that know the difference between null and absent.. Unlicense -- [GitHub](https://github.com/gzoller/ScalaJack) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 8 Β· πŸ“‹ 51 - 3% open Β· ⏱️ 15.11.2022): +- [GitHub](https://github.com/nrktkt/ninny-json) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 5 Β· πŸ“‹ 11 - 63% open Β· ⏱️ 28.07.2023): ``` - git clone https://github.com/gzoller/ScalaJack + git clone https://github.com/nrktkt/ninny-json ```
-
ninny-json (πŸ₯‰10 Β· ⭐ 21) - JSON typeclasses that know the difference between null and absent.. Unlicense +
ScalaJack (πŸ₯‰10 Β· ⭐ 110) - Fast JSON parser/generator for Scala. MIT -- [GitHub](https://github.com/nrktkt/ninny-json) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 5 Β· πŸ“‹ 11 - 63% open Β· ⏱️ 15.06.2023): +- [GitHub](https://github.com/gzoller/ScalaJack) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 8 Β· πŸ“‹ 51 - 3% open Β· ⏱️ 15.11.2022): ``` - git clone https://github.com/nrktkt/ninny-json + git clone https://github.com/gzoller/ScalaJack ```
Show 5 hidden projects... @@ -767,7 +789,7 @@ _Libraries that handles JSON format._ Back to top -
playframework (πŸ₯‡32 Β· ⭐ 12K Β· πŸ“ˆ) - Play Framework. Apache-2 +
playframework (πŸ₯‡32 Β· ⭐ 12K) - Play Framework. Apache-2 - [GitHub](https://github.com/playframework/playframework) (πŸ‘¨β€πŸ’» 960 Β· πŸ”€ 4.1K Β· πŸ“‹ 3.7K - 12% open Β· ⏱️ 21.07.2023): @@ -783,20 +805,20 @@ _Libraries that handles JSON format._ ```
-
finatra (πŸ₯‡21 Β· ⭐ 2.3K) - Fast, testable, Scala services built on TwitterServer and Finagle. Apache-2 +
framework (πŸ₯‡21 Β· ⭐ 1.3K) - Lift Framework. Apache-2 -- [GitHub](https://github.com/twitter/finatra) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 420 Β· πŸ“‹ 320 - 3% open Β· ⏱️ 09.05.2023): +- [GitHub](https://github.com/lift/framework) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“‹ 1.5K - 9% open Β· ⏱️ 11.04.2023): ``` - git clone https://github.com/twitter/finatra + git clone https://github.com/lift/framework ```
-
framework (πŸ₯‡21 Β· ⭐ 1.3K) - Lift Framework. Apache-2 +
finatra (πŸ₯ˆ20 Β· ⭐ 2.3K) - Fast, testable, Scala services built on TwitterServer and Finagle. Apache-2 -- [GitHub](https://github.com/lift/framework) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“‹ 1.5K - 9% open Β· ⏱️ 11.04.2023): +- [GitHub](https://github.com/twitter/finatra) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 420 Β· πŸ“‹ 320 - 3% open Β· ⏱️ 09.05.2023): ``` - git clone https://github.com/lift/framework + git clone https://github.com/twitter/finatra ```
Binding.scala (πŸ₯ˆ20 Β· ⭐ 1.6K) - Reactive data-binding for Scala. MIT @@ -807,33 +829,33 @@ _Libraries that handles JSON format._ git clone https://github.com/ThoughtWorksInc/Binding.scala ```
-
udash-core (πŸ₯ˆ20 Β· ⭐ 440) - Scala framework for building beautiful and maintainable web.. Apache-2 +
korolev (πŸ₯ˆ19 Β· ⭐ 580) - Single Page Applications running on the server side. Apache-2 -- [GitHub](https://github.com/UdashFramework/udash-core) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 36 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/fomkin/korolev) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 50 Β· πŸ“‹ 240 - 5% open Β· ⏱️ 02.08.2023): ``` - git clone https://github.com/UdashFramework/udash-core + git clone https://github.com/fomkin/korolev ```
-
skinny-framework (πŸ₯ˆ18 Β· ⭐ 740) - Scala on Rails - A full-stack web app framework for rapid.. MIT +
udash-core (πŸ₯ˆ19 Β· ⭐ 440) - Scala framework for building beautiful and maintainable web.. Apache-2 -- [GitHub](https://github.com/skinny-framework/skinny-framework) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 73 Β· πŸ“₯ 12K Β· πŸ“‹ 150 - 12% open Β· ⏱️ 14.12.2022): +- [GitHub](https://github.com/UdashFramework/udash-core) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 36 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 25.07.2023): ``` - git clone https://github.com/skinny-framework/skinny-framework + git clone https://github.com/UdashFramework/udash-core ```
-
korolev (πŸ₯ˆ18 Β· ⭐ 580) - Single Page Applications running on the server side. Apache-2 +
skinny-framework (πŸ₯‰18 Β· ⭐ 740) - Scala on Rails - A full-stack web app framework for rapid.. MIT -- [GitHub](https://github.com/fomkin/korolev) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 50 Β· πŸ“‹ 240 - 5% open Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/skinny-framework/skinny-framework) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 73 Β· πŸ“₯ 12K Β· πŸ“‹ 150 - 12% open Β· ⏱️ 14.12.2022): ``` - git clone https://github.com/fomkin/korolev + git clone https://github.com/skinny-framework/skinny-framework ```
unfiltered (πŸ₯‰17 Β· ⭐ 710) - A toolkit for servicing HTTP requests in Scala. MIT -- [GitHub](https://github.com/unfiltered/unfiltered) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 110 Β· πŸ“‹ 190 - 24% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/unfiltered/unfiltered) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 110 Β· πŸ“‹ 190 - 24% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/unfiltered/unfiltered @@ -855,30 +877,23 @@ _Libraries that handles JSON format._ git clone https://github.com/outr/youi ```
-
pagelets (πŸ₯‰7 Β· ⭐ 77 Β· πŸ’€) - A module for the Play Framework to build highly modular.. Apache-2 - -- [GitHub](https://github.com/splink/pagelets) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 6 Β· ⏱️ 31.01.2022): - - ``` - git clone https://github.com/splink/pagelets - ``` -
-
Show 6 hidden projects... +
Show 7 hidden projects... - colossus (πŸ₯ˆ19 Β· ⭐ 1.2K Β· πŸ’€) - I/O and Microservice library for Scala. Apache-2 -- scalatra (πŸ₯ˆ18 Β· ⭐ 2.6K) - Tiny Scala high-performance, async web framework, inspired by.. ❗Unlicensed +- scalatra (πŸ₯‰18 Β· ⭐ 2.6K) - Tiny Scala high-performance, async web framework, inspired by.. ❗Unlicensed - cask (πŸ₯‰15 Β· ⭐ 460) - Cask: a Scala HTTP micro-framework. ❗Unlicensed - chaos (πŸ₯‰14 Β· ⭐ 250 Β· πŸ’€) - A lightweight framework for writing REST services in Scala. Apache-2 - reactive (πŸ₯‰12 Β· ⭐ 220 Β· πŸ’€) - A simple FRP library and a web UI framework built on it. ❗Unlicensed - analogweb-scala (πŸ₯‰8 Β· ⭐ 13 Β· πŸ’€) - Tiny High Performance HTTP Server for Scala. MIT +- pagelets (πŸ₯‰7 Β· ⭐ 77 Β· πŸ’€) - A module for the Play Framework to build highly modular.. Apache-2

-## Common file format processing +## File processing Back to top -_Libraries that handles common file formats including YAML, CSV etc._ +_Libraries that handle common file formats including YAML, CSV, etc._
laika (πŸ₯‡20 Β· ⭐ 390) - Site and E-book Generator and Customizable Text Markup Transformer for.. Apache-2 @@ -918,13 +933,13 @@ _Libraries that handles common file formats including YAML, CSV etc._
coursier (πŸ₯‡28 Β· ⭐ 2K) - Pure Scala Artifact Fetching. Apache-2 -- [GitHub](https://github.com/coursier/coursier) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 290 Β· πŸ“₯ 8.1M Β· πŸ“‹ 1.1K - 33% open Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/coursier/coursier) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 290 Β· πŸ“₯ 8.3M Β· πŸ“‹ 1.1K - 33% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/coursier/coursier ```
-
sbt-native-packager (πŸ₯‡23 Β· ⭐ 1.6K) - sbt Native Packager. BSD-2 +
sbt-native-packager (πŸ₯‡22 Β· ⭐ 1.6K Β· πŸ“‰) - sbt Native Packager. BSD-2 - [GitHub](https://github.com/sbt/sbt-native-packager) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 440 Β· πŸ“‹ 780 - 16% open Β· ⏱️ 24.07.2023): @@ -934,20 +949,12 @@ _Libraries that handles common file formats including YAML, CSV etc._
sbt-scoverage (πŸ₯‡21 Β· ⭐ 620) - sbt plugin for scoverage. Apache-2 -- [GitHub](https://github.com/scoverage/sbt-scoverage) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 150 Β· πŸ“‹ 250 - 13% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/scoverage/sbt-scoverage) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 150 Β· πŸ“‹ 250 - 13% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/scoverage/sbt-scoverage ```
-
sbt-assembly (πŸ₯‡20 Β· ⭐ 1.9K) - Deploy ber-JARs. Restart processes. (port of codahale/assembly-sbt). MIT - -- [GitHub](https://github.com/sbt/sbt-assembly) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 220 Β· πŸ“‹ 340 - 29% open Β· ⏱️ 04.06.2023): - - ``` - git clone https://github.com/sbt/sbt-assembly - ``` -
mima (πŸ₯‡20 Β· ⭐ 440) - A tool for catching binary incompatibility in Scala. Apache-2 - [GitHub](https://github.com/lightbend/mima) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 67 Β· πŸ“‹ 210 - 11% open Β· ⏱️ 24.07.2023): @@ -958,12 +965,20 @@ _Libraries that handles common file formats including YAML, CSV etc._
sbt-microsites (πŸ₯‡20 Β· ⭐ 320) - An sbt plugin to create awesome microsites for your project. Apache-2 -- [GitHub](https://github.com/47degrees/sbt-microsites) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 61 Β· πŸ“‹ 140 - 12% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/47degrees/sbt-microsites) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 61 Β· πŸ“‹ 140 - 12% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/47degrees/sbt-microsites ```
+
sbt-assembly (πŸ₯ˆ19 Β· ⭐ 1.9K) - Deploy ber-JARs. Restart processes. (port of codahale/assembly-sbt). MIT + +- [GitHub](https://github.com/sbt/sbt-assembly) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 220 Β· πŸ“‹ 340 - 29% open Β· ⏱️ 04.06.2023): + + ``` + git clone https://github.com/sbt/sbt-assembly + ``` +
sbt-jmh (πŸ₯ˆ19 Β· ⭐ 760) - Trust no one, bench everything. - sbt plugin for JMH (Java.. Apache-2 - [GitHub](https://github.com/sbt/sbt-jmh) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 89 Β· πŸ“‹ 97 - 28% open Β· ⏱️ 11.07.2023): @@ -980,33 +995,25 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/sbt/sbt-eclipse ```
-
mdoc (πŸ₯ˆ19 Β· ⭐ 370) - Typechecked markdown documentation for Scala. Apache-2 - -- [GitHub](https://github.com/scalameta/mdoc) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 68 Β· πŸ“‹ 200 - 27% open Β· ⏱️ 03.07.2023): - - ``` - git clone https://github.com/scalameta/mdoc - ``` -
-
sbt-updates (πŸ₯ˆ18 Β· ⭐ 730) - sbt plugin that can check Maven and Ivy repositories for dependency.. BSD-3 +
sbt-release (πŸ₯ˆ18 Β· ⭐ 620) - A release plugin for sbt. Apache-2 -- [GitHub](https://github.com/rtimush/sbt-updates) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 51 Β· πŸ“‹ 78 - 15% open Β· ⏱️ 24.06.2023): +- [GitHub](https://github.com/sbt/sbt-release) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 160 Β· πŸ“‹ 170 - 42% open Β· ⏱️ 25.07.2023): ``` - git clone https://github.com/rtimush/sbt-updates + git clone https://github.com/sbt/sbt-release ```
-
sbt-release (πŸ₯ˆ18 Β· ⭐ 620) - A release plugin for sbt. Apache-2 +
mdoc (πŸ₯ˆ18 Β· ⭐ 370) - Typechecked markdown documentation for Scala. Apache-2 -- [GitHub](https://github.com/sbt/sbt-release) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 160 Β· πŸ“‹ 170 - 42% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/scalameta/mdoc) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 68 Β· πŸ“‹ 200 - 27% open Β· ⏱️ 31.07.2023): ``` - git clone https://github.com/sbt/sbt-release + git clone https://github.com/scalameta/mdoc ```
sbt-sonatype (πŸ₯ˆ18 Β· ⭐ 310) - A sbt plugin for publishing Scala/Java projects to the Maven.. Apache-2 -- [GitHub](https://github.com/xerial/sbt-sonatype) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 49 Β· πŸ“‹ 95 - 9% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/xerial/sbt-sonatype) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 49 Β· πŸ“‹ 95 - 9% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/xerial/sbt-sonatype @@ -1020,7 +1027,15 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/sbt/sbt-ci-release ```
-
sbt-docker (πŸ₯ˆ17 Β· ⭐ 720) - Create Docker images directly from sbt. MIT +
sbt-updates (πŸ₯ˆ17 Β· ⭐ 730) - sbt plugin that can check Maven and Ivy repositories for dependency.. BSD-3 + +- [GitHub](https://github.com/rtimush/sbt-updates) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 51 Β· πŸ“‹ 78 - 15% open Β· ⏱️ 29.07.2023): + + ``` + git clone https://github.com/rtimush/sbt-updates + ``` +
+
sbt-docker (πŸ₯ˆ17 Β· ⭐ 730) - Create Docker images directly from sbt. MIT - [GitHub](https://github.com/marcuslonnberg/sbt-docker) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 100 Β· πŸ“‹ 90 - 23% open Β· ⏱️ 06.03.2023): @@ -1028,28 +1043,28 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/marcuslonnberg/sbt-docker ```
-
sbt-header (πŸ₯ˆ17 Β· ⭐ 190) - sbt-header is an sbt plugin for creating file headers, e.g... Apache-2 +
sbt-buildinfo (πŸ₯ˆ17 Β· ⭐ 540) - I know this because build.sbt knows this. MIT -- [GitHub](https://github.com/sbt/sbt-header) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 52 Β· πŸ“‹ 87 - 11% open Β· ⏱️ 07.06.2023): +- [GitHub](https://github.com/sbt/sbt-buildinfo) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 87 Β· πŸ“‹ 100 - 15% open Β· ⏱️ 28.04.2023): ``` - git clone https://github.com/sbt/sbt-header + git clone https://github.com/sbt/sbt-buildinfo ```
-
sbt-scalafmt (πŸ₯ˆ17 Β· ⭐ 160) - sbt plugin for Scalafmt. Apache-2 +
sbt-header (πŸ₯ˆ17 Β· ⭐ 190) - sbt-header is an sbt plugin for creating file headers, e.g... Apache-2 -- [GitHub](https://github.com/scalameta/sbt-scalafmt) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 35 Β· πŸ“‹ 61 - 8% open Β· ⏱️ 17.07.2023): +- [GitHub](https://github.com/sbt/sbt-header) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 53 Β· πŸ“‹ 87 - 11% open Β· ⏱️ 07.06.2023): ``` - git clone https://github.com/scalameta/sbt-scalafmt + git clone https://github.com/sbt/sbt-header ```
-
sbt-buildinfo (πŸ₯‰16 Β· ⭐ 540) - I know this because build.sbt knows this. MIT +
sbt-scalafmt (πŸ₯ˆ17 Β· ⭐ 170) - sbt plugin for Scalafmt. Apache-2 -- [GitHub](https://github.com/sbt/sbt-buildinfo) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 86 Β· πŸ“‹ 100 - 15% open Β· ⏱️ 28.04.2023): +- [GitHub](https://github.com/scalameta/sbt-scalafmt) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 35 Β· πŸ“‹ 61 - 8% open Β· ⏱️ 04.08.2023): ``` - git clone https://github.com/sbt/sbt-buildinfo + git clone https://github.com/scalameta/sbt-scalafmt ```
xsbt-web-plugin (πŸ₯‰16 Β· ⭐ 380) - Servlet support for sbt. BSD-3 @@ -1068,20 +1083,20 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/sbt/sbt-git ```
-
sbt-doctest (πŸ₯‰16 Β· ⭐ 180) - Doctest for scala. MIT +
sbt-dependency-check (πŸ₯‰16 Β· ⭐ 250) - SBT Plugin for OWASP DependencyCheck. Monitor your.. Apache-2 -- [GitHub](https://github.com/tkawachi/sbt-doctest) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 27 Β· πŸ“‹ 62 - 24% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/albuch/sbt-dependency-check) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 35 Β· πŸ“‹ 83 - 4% open Β· ⏱️ 06.05.2023): ``` - git clone https://github.com/tkawachi/sbt-doctest + git clone https://github.com/albuch/sbt-dependency-check ```
-
sbt-dependency-check (πŸ₯‰15 Β· ⭐ 250) - SBT Plugin for OWASP DependencyCheck. Monitor your.. Apache-2 +
sbt-doctest (πŸ₯‰16 Β· ⭐ 180) - Doctest for scala. MIT -- [GitHub](https://github.com/albuch/sbt-dependency-check) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 35 Β· πŸ“‹ 83 - 4% open Β· ⏱️ 06.05.2023): +- [GitHub](https://github.com/tkawachi/sbt-doctest) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 27 Β· πŸ“‹ 62 - 24% open Β· ⏱️ 03.08.2023): ``` - git clone https://github.com/albuch/sbt-dependency-check + git clone https://github.com/tkawachi/sbt-doctest ```
sbt-unidoc (πŸ₯‰15 Β· ⭐ 120) - sbt plugin to create a unified Scaladoc or Javadoc API document.. Apache-2 @@ -1094,13 +1109,13 @@ _Libraries that handles common file formats including YAML, CSV etc._
splain (πŸ₯‰14 Β· ⭐ 370) - better implicit errors for scala. MIT -- [GitHub](https://github.com/tek/splain) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“₯ 150 Β· πŸ“‹ 52 - 15% open Β· ⏱️ 10.06.2023): +- [GitHub](https://github.com/tek/splain) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“₯ 150 Β· πŸ“‹ 53 - 16% open Β· ⏱️ 10.06.2023): ``` git clone https://github.com/tek/splain ```
-
sbt-api-mappings (πŸ₯‰14 Β· ⭐ 87) - An Sbt plugin that fills apiMappings for common Scala.. Apache-2 +
sbt-api-mappings (πŸ₯‰14 Β· ⭐ 88) - An Sbt plugin that fills apiMappings for common Scala.. Apache-2 - [GitHub](https://github.com/ThoughtWorksInc/sbt-api-mappings) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 17 Β· πŸ“‹ 14 - 57% open Β· ⏱️ 15.07.2023): @@ -1116,28 +1131,28 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/spray/sbt-revolver ```
-
sbt-ide-settings (πŸ₯‰12 Β· ⭐ 57) - SBT plugin for tweaking various IDE settings. Apache-2 +
sbt-scala-js-map (πŸ₯‰12 Β· ⭐ 36) - A Sbt plugin that configures source mapping for.. Apache-2 -- [GitHub](https://github.com/JetBrains/sbt-ide-settings) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 7 Β· πŸ“‹ 13 - 61% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/ThoughtWorksInc/sbt-scala-js-map) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 3 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 15.07.2023): ``` - git clone https://github.com/Jetbrains/sbt-ide-settings + git clone https://github.com/ThoughtWorksInc/sbt-scala-js-map ```
-
sbt-scala-js-map (πŸ₯‰12 Β· ⭐ 36) - A Sbt plugin that configures source mapping for.. Apache-2 +
sbt-ide-settings (πŸ₯‰11 Β· ⭐ 57) - SBT plugin for tweaking various IDE settings. Apache-2 -- [GitHub](https://github.com/ThoughtWorksInc/sbt-scala-js-map) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 3 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 15.07.2023): +- [GitHub](https://github.com/JetBrains/sbt-ide-settings) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 7 Β· πŸ“‹ 13 - 61% open Β· ⏱️ 04.07.2023): ``` - git clone https://github.com/ThoughtWorksInc/sbt-scala-js-map + git clone https://github.com/Jetbrains/sbt-ide-settings ```
Show 9 hidden projects... - sbt-pack (πŸ₯‰14 Β· ⭐ 480) - A sbt plugin for creating distributable Scala packages. ❗Unlicensed -- sbt-site (πŸ₯‰14 Β· ⭐ 180) - Site generation for sbt. ❗Unlicensed - tut (πŸ₯‰13 Β· ⭐ 600 Β· πŸ’€) - doc/tutorial generator for scala. MIT - scala-clippy (πŸ₯‰13 Β· ⭐ 320 Β· πŸ’€) - Good advice for Scala compiler errors. Apache-2 +- sbt-site (πŸ₯‰13 Β· ⭐ 180) - Site generation for sbt. ❗Unlicensed - better-monadic-for (πŸ₯‰12 Β· ⭐ 680 Β· πŸ’€) - Desugaring scala `for` without implicit `withFilter`s. MIT - sbt-pgp (πŸ₯‰12 Β· ⭐ 140) - PGP plugin for sbt. ❗Unlicensed - sbt-groll (πŸ₯‰10 Β· ⭐ 130 Β· πŸ’€) - sbt plugin to roll the Git history. Apache-2 @@ -1152,7 +1167,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
ammonite (πŸ₯‡27 Β· ⭐ 2.6K) - Scala Scripting. MIT -- [GitHub](https://github.com/com-lihaoyi/Ammonite) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 370 Β· πŸ“₯ 850K Β· πŸ“‹ 800 - 15% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/com-lihaoyi/Ammonite) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 370 Β· πŸ“₯ 860K Β· πŸ“‹ 800 - 15% open Β· ⏱️ 18.07.2023): ``` git clone https://github.com/com-lihaoyi/ammonite @@ -1168,7 +1183,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
refined (πŸ₯‡24 Β· ⭐ 1.6K) - Refinement types for Scala. MIT -- [GitHub](https://github.com/fthomas/refined) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 150 Β· πŸ“‹ 220 - 31% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/fthomas/refined) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 150 Β· πŸ“‹ 220 - 31% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/fthomas/refined @@ -1176,7 +1191,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
scalameta (πŸ₯‡24 Β· ⭐ 1K) - Library to read, analyze, transform and generate Scala programs. BSD-3 -- [GitHub](https://github.com/scalameta/scalameta) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 220 Β· πŸ“‹ 1.2K - 12% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/scalameta/scalameta) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 220 Β· πŸ“‹ 1.2K - 12% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/scalameta/scalameta @@ -1184,7 +1199,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
Monocle (πŸ₯ˆ22 Β· ⭐ 1.6K) - Optics library for Scala. MIT -- [GitHub](https://github.com/optics-dev/Monocle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 200 Β· πŸ“‹ 380 - 11% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/optics-dev/Monocle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 200 Β· πŸ“‹ 380 - 11% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/optics-dev/monocle @@ -1192,13 +1207,21 @@ _Libraries that handles common file formats including YAML, CSV etc._
tinylog (πŸ₯ˆ21 Β· ⭐ 620) - tinylog is a lightweight logging framework for Java, Kotlin, Scala,.. Apache-2 -- [GitHub](https://github.com/tinylog-org/tinylog) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 73 Β· πŸ“₯ 24K Β· πŸ“¦ 2 Β· πŸ“‹ 230 - 9% open Β· ⏱️ 13.07.2023): +- [GitHub](https://github.com/tinylog-org/tinylog) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 74 Β· πŸ“₯ 24K Β· πŸ“¦ 2 Β· πŸ“‹ 230 - 8% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/tinylog-org/tinylog ```
-
util (πŸ₯ˆ20 Β· ⭐ 2.7K) - Wonderful reusable code from Twitter. Apache-2 +
chimney (πŸ₯ˆ20 Β· ⭐ 1K Β· πŸ“ˆ) - Scala library for boilerplate-free, type-safe data transformations. Apache-2 + +- [GitHub](https://github.com/scalalandio/chimney) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 72 Β· πŸ“‹ 180 - 26% open Β· ⏱️ 03.08.2023): + + ``` + git clone https://github.com/scalalandio/chimney + ``` +
+
util (πŸ₯ˆ19 Β· ⭐ 2.7K) - Wonderful reusable code from Twitter. Apache-2 - [GitHub](https://github.com/twitter/util) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 580 Β· πŸ“‹ 120 - 9% open Β· ⏱️ 09.05.2023): @@ -1216,7 +1239,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
quicklens (πŸ₯ˆ19 Β· ⭐ 790) - Modify deeply nested case class fields. Apache-2 -- [GitHub](https://github.com/softwaremill/quicklens) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 49 Β· πŸ“‹ 49 - 40% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/softwaremill/quicklens) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 49 Β· πŸ“‹ 49 - 40% open Β· ⏱️ 28.07.2023): ``` git clone https://github.com/softwaremill/quicklens @@ -1224,7 +1247,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
eff (πŸ₯ˆ19 Β· ⭐ 560) - Eff monad for cats - https://atnos-org.github.io/eff. MIT -- [GitHub](https://github.com/atnos-org/eff) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 79 Β· πŸ“‹ 66 - 4% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/atnos-org/eff) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 79 Β· πŸ“‹ 66 - 4% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/atnos-org/eff @@ -1232,13 +1255,13 @@ _Libraries that handles common file formats including YAML, CSV etc._
scribe (πŸ₯ˆ19 Β· ⭐ 470) - The fastest logging library in the world. Built from scratch in Scala and.. MIT -- [GitHub](https://github.com/outr/scribe) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 37 Β· πŸ“‹ 150 - 12% open Β· ⏱️ 14.07.2023): +- [GitHub](https://github.com/outr/scribe) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 37 Β· πŸ“‹ 150 - 11% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/outr/scribe ```
-
better-files (πŸ₯ˆ18 Β· ⭐ 1.5K) - Simple, safe and intuitive Scala I/O. MIT +
better-files (πŸ₯‰18 Β· ⭐ 1.5K) - Simple, safe and intuitive Scala I/O. MIT - [GitHub](https://github.com/pathikrit/better-files) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 150 Β· πŸ“‹ 210 - 16% open Β· ⏱️ 17.02.2023): @@ -1246,7 +1269,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/pathikrit/better-files ```
-
enumeratum (πŸ₯ˆ18 Β· ⭐ 1.2K) - A type-safe, reflection-free, powerful enumeration implementation for.. MIT +
enumeratum (πŸ₯‰18 Β· ⭐ 1.2K) - A type-safe, reflection-free, powerful enumeration implementation for.. MIT - [GitHub](https://github.com/lloydmeta/enumeratum) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 150 Β· πŸ“‹ 120 - 21% open Β· ⏱️ 21.07.2023): @@ -1254,15 +1277,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/lloydmeta/enumeratum ```
-
chimney (πŸ₯ˆ18 Β· ⭐ 1K) - Scala library for boilerplate-free, type-safe data transformations. Apache-2 - -- [GitHub](https://github.com/scalalandio/chimney) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 72 Β· πŸ“‹ 180 - 27% open Β· ⏱️ 26.07.2023): - - ``` - git clone https://github.com/scalalandio/chimney - ``` -
-
scala-logging (πŸ₯ˆ18 Β· ⭐ 890) - Convenient and performant logging library for Scala wrapping.. Apache-2 +
scala-logging (πŸ₯‰18 Β· ⭐ 890) - Convenient and performant logging library for Scala wrapping.. Apache-2 - [GitHub](https://github.com/lightbend-labs/scala-logging) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 21% open Β· ⏱️ 24.07.2023): @@ -1278,14 +1293,6 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/ThoughtWorksInc/Dsl.scala ```
-
each (πŸ₯‰17 Β· ⭐ 250) - A macro library that converts native imperative syntax to scalazs monadic.. Apache-2 - -- [GitHub](https://github.com/ThoughtWorksInc/each) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 27 Β· πŸ“‹ 38 - 26% open Β· ⏱️ 03.02.2023): - - ``` - git clone https://github.com/ThoughtWorksInc/each - ``` -
nscala-time (πŸ₯‰16 Β· ⭐ 870) - A new Scala wrapper for Joda Time based on scala-time. Apache-2 - [GitHub](https://github.com/nscala-time/nscala-time) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 86 Β· πŸ“‹ 55 - 10% open Β· ⏱️ 26.07.2023): @@ -1302,6 +1309,14 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/scala-graph/scala-graph ```
+
each (πŸ₯‰16 Β· ⭐ 250) - A macro library that converts native imperative syntax to scalazs monadic.. Apache-2 + +- [GitHub](https://github.com/ThoughtWorksInc/each) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 27 Β· πŸ“‹ 38 - 26% open Β· ⏱️ 03.02.2023): + + ``` + git clone https://github.com/ThoughtWorksInc/each + ``` +
simulacrum (πŸ₯‰15 Β· ⭐ 940) - First class syntax support for type classes in Scala. BSD-3 - [GitHub](https://github.com/typelevel/simulacrum) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 62 Β· πŸ“‹ 73 - 38% open Β· ⏱️ 21.01.2023): @@ -1351,13 +1366,15 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Audio, image and video processing +## Media processing Back to top +_Libraries for audio, image, and video handling and processing_ +
scrimage (πŸ₯‡20 Β· ⭐ 970) - Java, Scala and Kotlin image processing library. Apache-2 -- [GitHub](https://github.com/sksamuel/scrimage) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 130 Β· πŸ“‹ 190 - 1% open Β· ⏱️ 13.07.2023): +- [GitHub](https://github.com/sksamuel/scrimage) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 130 Β· πŸ“‹ 190 - 2% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/sksamuel/scrimage @@ -1371,7 +1388,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/unibas-gravis/scalismo ```
-
media4s (πŸ₯‰10 Β· ⭐ 29) - Scala command-line wrapper around ffmpeg, ffprobe, ImageMagick, and other.. MIT +
media4s (πŸ₯‰9 Β· ⭐ 29) - Scala command-line wrapper around ffmpeg, ffprobe, ImageMagick, and other.. MIT - [GitHub](https://github.com/outr/media4s) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· ⏱️ 18.06.2023): @@ -1392,9 +1409,9 @@ _Libraries that handles common file formats including YAML, CSV etc._ Back to top -
airframe (πŸ₯‡22 Β· ⭐ 610 Β· πŸ“‰) - Essential Building Blocks for Scala. Apache-2 +
airframe (πŸ₯‡22 Β· ⭐ 610) - Essential Building Blocks for Scala. Apache-2 -- [GitHub](https://github.com/wvlet/airframe) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 61 Β· πŸ“‹ 560 - 16% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/wvlet/airframe) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 61 Β· πŸ“‹ 580 - 17% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/wvlet/airframe @@ -1410,13 +1427,13 @@ _Libraries that handles common file formats including YAML, CSV etc._
macwire (πŸ₯ˆ19 Β· ⭐ 1.2K) - Lightweight and Nonintrusive Scala Dependency Injection Library. Apache-2 -- [GitHub](https://github.com/softwaremill/macwire) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 69 Β· πŸ“‹ 140 - 49% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/softwaremill/macwire) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 69 Β· πŸ“‹ 140 - 49% open Β· ⏱️ 28.07.2023): ``` git clone https://github.com/softwaremill/macwire ```
-
scala-guice (πŸ₯‰17 Β· ⭐ 340) - Scala extensions for Google Guice. Apache-2 +
scala-guice (πŸ₯‰16 Β· ⭐ 340) - Scala extensions for Google Guice. Apache-2 - [GitHub](https://github.com/codingwell/scala-guice) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 46 Β· πŸ“‹ 61 - 19% open Β· ⏱️ 13.05.2023): @@ -1447,21 +1464,23 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## HTTP client and servers +## HTTP Back to top +_HTTP clients and servers_ +
http4s (πŸ₯‡28 Β· ⭐ 2.4K) - A minimal, idiomatic Scala interface for HTTP. Apache-2 -- [GitHub](https://github.com/http4s/http4s) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 780 Β· πŸ“‹ 1.4K - 21% open Β· ⏱️ 21.07.2023): +- [GitHub](https://github.com/http4s/http4s) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 780 Β· πŸ“‹ 1.4K - 21% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/http4s/http4s ```
-
sttp (πŸ₯‡26 Β· ⭐ 1.4K Β· πŸ“ˆ) - The Scala HTTP client you always wanted!. Apache-2 +
sttp (πŸ₯‡26 Β· ⭐ 1.4K) - The Scala HTTP client you always wanted!. Apache-2 -- [GitHub](https://github.com/softwaremill/sttp) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 270 Β· πŸ“‹ 400 - 13% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/softwaremill/sttp) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 270 Β· πŸ“‹ 400 - 13% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/softwaremill/sttp @@ -1469,7 +1488,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
tapir (πŸ₯‡26 Β· ⭐ 1.2K) - Declarative, type-safe web endpoints library. Apache-2 -- [GitHub](https://github.com/softwaremill/tapir) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 350 Β· πŸ“‹ 710 - 15% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/softwaremill/tapir) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 360 Β· πŸ“‹ 720 - 16% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/softwaremill/tapir @@ -1477,7 +1496,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
finch (πŸ₯ˆ22 Β· ⭐ 1.6K) - Scala combinator library for building Finagle HTTP services. Apache-2 -- [GitHub](https://github.com/finagle/finch) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 230 Β· πŸ“‹ 410 - 10% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/finagle/finch) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 230 Β· πŸ“‹ 410 - 10% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/finagle/finch @@ -1542,13 +1561,13 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Libraries for testing +## Libraries and frameworks for various types of code testing Back to top
gatling (πŸ₯‡26 Β· ⭐ 6K) - Modern Load Testing as Code. Apache-2 -- [GitHub](https://github.com/gatling/gatling) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“‹ 3.6K - 1% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/gatling/gatling) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.2K Β· πŸ“‹ 3.6K - 1% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/gatling/gatling @@ -1556,31 +1575,31 @@ _Libraries that handles common file formats including YAML, CSV etc._
scalacheck (πŸ₯‡23 Β· ⭐ 1.9K) - Property-based testing for Scala. BSD-3 -- [GitHub](https://github.com/typelevel/scalacheck) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 400 Β· πŸ“‹ 350 - 17% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/typelevel/scalacheck) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 400 Β· πŸ“‹ 350 - 17% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/typelevel/scalacheck ```
-
spark-testing-base (πŸ₯ˆ22 Β· ⭐ 1.4K) - Base classes to use when writing tests with Spark. Apache-2 +
scalatest (πŸ₯‡23 Β· ⭐ 1.1K Β· πŸ“ˆ) - A testing tool for Scala and Java developers. Apache-2 -- [GitHub](https://github.com/holdenk/spark-testing-base) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 360 Β· πŸ“¦ 34 Β· πŸ“‹ 220 - 46% open Β· ⏱️ 02.05.2023): +- [GitHub](https://github.com/scalatest/scalatest) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 340 Β· πŸ“‹ 840 - 60% open Β· ⏱️ 04.08.2023): ``` - git clone https://github.com/holdenk/spark-testing-base + git clone https://github.com/scalatest/scalatest ```
-
scalatest (πŸ₯ˆ22 Β· ⭐ 1.1K) - A testing tool for Scala and Java developers. Apache-2 +
spark-testing-base (πŸ₯ˆ22 Β· ⭐ 1.4K) - Base classes to use when writing tests with Spark. Apache-2 -- [GitHub](https://github.com/scalatest/scalatest) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 340 Β· πŸ“‹ 840 - 60% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/holdenk/spark-testing-base) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 360 Β· πŸ“¦ 35 Β· πŸ“‹ 220 - 46% open Β· ⏱️ 02.05.2023): ``` - git clone https://github.com/scalatest/scalatest + git clone https://github.com/holdenk/spark-testing-base ```
cornichon (πŸ₯ˆ19 Β· ⭐ 220) - Scala DSL for testing HTTP JSON API. Apache-2 -- [GitHub](https://github.com/agourlay/cornichon) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/agourlay/cornichon) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 01.08.2023): ``` git clone https://github.com/agourlay/cornichon @@ -1588,13 +1607,13 @@ _Libraries that handles common file formats including YAML, CSV etc._
stryker4s (πŸ₯ˆ19 Β· ⭐ 180) - Mutation testing for Scala. Apache-2 -- [GitHub](https://github.com/stryker-mutator/stryker4s) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 28 Β· πŸ“‹ 160 - 21% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/stryker-mutator/stryker4s) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 28 Β· πŸ“‹ 160 - 21% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/stryker-mutator/stryker4s ```
-
scalamock (πŸ₯‰18 Β· ⭐ 490 Β· πŸ“‰) - Native Scala mocking framework. MIT +
scalamock (πŸ₯‰18 Β· ⭐ 490) - Native Scala mocking framework. MIT - [GitHub](https://github.com/paulbutcher/ScalaMock) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 90 Β· πŸ“‹ 220 - 10% open Β· ⏱️ 01.07.2023): @@ -1604,7 +1623,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
munit (πŸ₯‰18 Β· ⭐ 380) - Scala testing library with actionable errors and extensible APIs. Apache-2 -- [GitHub](https://github.com/scalameta/munit) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 72 Β· πŸ“‹ 140 - 32% open Β· ⏱️ 21.07.2023): +- [GitHub](https://github.com/scalameta/munit) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 72 Β· πŸ“‹ 140 - 32% open Β· ⏱️ 28.07.2023): ``` git clone https://github.com/scalameta/munit @@ -1612,7 +1631,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
mockito-scala (πŸ₯‰17 Β· ⭐ 320) - Mockito for Scala language. MIT -- [GitHub](https://github.com/mockito/mockito-scala) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 50 Β· πŸ“‹ 130 - 24% open Β· ⏱️ 20.03.2023): +- [GitHub](https://github.com/mockito/mockito-scala) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 51 Β· πŸ“‹ 130 - 24% open Β· ⏱️ 20.03.2023): ``` git clone https://github.com/mockito/mockito-scala @@ -1626,9 +1645,9 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/testcontainers/testcontainers-scala ```
-
scalaprops (πŸ₯‰14 Β· ⭐ 270) - property based testing library for Scala. MIT +
scalaprops (πŸ₯‰14 Β· ⭐ 280) - property based testing library for Scala. MIT -- [GitHub](https://github.com/scalaprops/scalaprops) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 21 Β· πŸ“‹ 20 - 40% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/scalaprops/scalaprops) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 21 Β· πŸ“‹ 20 - 40% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/scalaprops/scalaprops @@ -1637,7 +1656,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
Show 6 hidden projects... - specs2 (πŸ₯ˆ20 Β· ⭐ 730) - Software Specifications for Scala. ❗Unlicensed -- weaver-test (πŸ₯‰16 Β· ⭐ 390) - A test framework that runs everything in parallel. ❗Unlicensed +- weaver-test (πŸ₯‰17 Β· ⭐ 390) - A test framework that runs everything in parallel. ❗Unlicensed - minitest (πŸ₯‰15 Β· ⭐ 180 Β· πŸ’€) - The super light testing library for Scala and Scala.js. Apache-2 - scalameter (πŸ₯‰14 Β· ⭐ 500 Β· πŸ’€) - Microbenchmarking and performance regression testing.. ❗Unlicensed - utest (πŸ₯‰14 Β· ⭐ 470) - A simple testing framework for Scala. ❗Unlicensed @@ -1645,18 +1664,10 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Libraries for security, authentication and cryptography +## Libraries for security, authentication, and cryptography Back to top -
akka-http-session (πŸ₯‡17 Β· ⭐ 440 Β· πŸ’€) - Web & mobile client-side akka-http sessions, with.. Apache-2 - -- [GitHub](https://github.com/softwaremill/akka-http-session) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 60 Β· πŸ“‹ 43 - 25% open Β· ⏱️ 31.01.2022): - - ``` - git clone https://github.com/softwaremill/akka-http-session - ``` -
scala-oauth2-provider (πŸ₯ˆ16 Β· ⭐ 530 Β· πŸ’€) - OAuth 2.0 server-side implementation written in Scala. MIT - [GitHub](https://github.com/nulab/scala-oauth2-provider) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 100 Β· πŸ“‹ 66 - 6% open Β· ⏱️ 10.02.2022): @@ -1673,7 +1684,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/pac4j/play-pac4j ```
-
sttp-oauth2 (πŸ₯‰13 Β· ⭐ 66 Β· βž•) - OAuth2 client library implemented in Scala using sttp. Apache-2 +
sttp-oauth2 (πŸ₯‰13 Β· ⭐ 66) - OAuth2 client library implemented in Scala using sttp. Apache-2 - [GitHub](https://github.com/ocadotechnology/sttp-oauth2) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 20 Β· πŸ“‹ 43 - 53% open Β· ⏱️ 20.07.2023): @@ -1705,9 +1716,10 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/blackdoor/jose ```
-
Show 6 hidden projects... +
Show 7 hidden projects... - securesocial (πŸ₯‡17 Β· ⭐ 1.2K Β· πŸ’€) - A module that provides OAuth, OAuth2 and OpenID.. Apache-2 +- akka-http-session (πŸ₯‡17 Β· ⭐ 440 Β· πŸ’€) - Web & mobile client-side akka-http sessions, with.. Apache-2 - play2-auth (πŸ₯ˆ15 Β· ⭐ 620 Β· πŸ’€) - Play2.x Authentication and Authorization module. Apache-2 - tsec (πŸ₯ˆ15 Β· ⭐ 350 Β· πŸ’€) - Type-safe general-cryptography library - https://jmcardon.github.io/tsec/. MIT - scrypto (πŸ₯ˆ15 Β· ⭐ 200) - Cryptographic primitives for Scala. ❗️CC0-1.0 @@ -1716,11 +1728,13 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Data binding, validation and serialization +## Data handling Back to top -
scalapb (πŸ₯‡26 Β· ⭐ 1.3K) - Protocol buffer compiler for Scala. Apache-2 +_Libraries for data binding, validation, and serialization_ + +
scalapb (πŸ₯‡25 Β· ⭐ 1.3K Β· πŸ“‰) - Protocol buffer compiler for Scala. Apache-2 - [GitHub](https://github.com/scalapb/ScalaPB) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“₯ 400K Β· πŸ“‹ 550 - 2% open Β· ⏱️ 24.07.2023): @@ -1728,23 +1742,23 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/scalapb/scalapb ```
-
scrooge (πŸ₯‡20 Β· ⭐ 780) - A Thrift parser/generator. Apache-2 +
upickle (πŸ₯‡20 Β· ⭐ 670) - uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack).. MIT -- [GitHub](https://github.com/twitter/scrooge) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 240 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 13.02.2023): +- [GitHub](https://github.com/com-lihaoyi/upickle) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 150 Β· πŸ“‹ 270 - 5% open Β· ⏱️ 09.07.2023): ``` - git clone https://github.com/twitter/scrooge + git clone https://github.com/com-lihaoyi/upickle ```
-
upickle (πŸ₯‡20 Β· ⭐ 670) - uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack).. MIT +
scrooge (πŸ₯ˆ19 Β· ⭐ 780) - A Thrift parser/generator. Apache-2 -- [GitHub](https://github.com/com-lihaoyi/upickle) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 150 Β· πŸ“‹ 270 - 5% open Β· ⏱️ 09.07.2023): +- [GitHub](https://github.com/twitter/scrooge) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 240 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 13.02.2023): ``` - git clone https://github.com/com-lihaoyi/upickle + git clone https://github.com/twitter/scrooge ```
-
scodec (πŸ₯ˆ19 Β· ⭐ 790) - Scala combinator library for working with binary data. BSD-3 +
scodec (πŸ₯ˆ18 Β· ⭐ 790) - Scala combinator library for working with binary data. BSD-3 - [GitHub](https://github.com/scodec/scodec) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 100 Β· πŸ“‹ 71 - 18% open Β· ⏱️ 05.05.2023): @@ -1776,7 +1790,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/zero-deps/proto ```
-
fields (πŸ₯‰8 Β· ⭐ 42 Β· πŸ’€) - Scala validation library. Apache-2 +
fields (πŸ₯‰8 Β· ⭐ 43 Β· πŸ’€) - Scala validation library. Apache-2 - [GitHub](https://github.com/jap-company/fields) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 3 Β· πŸ“‹ 18 - 33% open Β· ⏱️ 09.08.2022): @@ -1802,10 +1816,12 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Libraries for creating custom parsers +## Parsers Back to top +_Libraries for creating custom parsers_ +
scala-parser-combinators (πŸ₯‡19 Β· ⭐ 630) - simple combinator-based parsing for Scala. formerly.. Apache-2 - [GitHub](https://github.com/scala/scala-parser-combinators) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 18% open Β· ⏱️ 12.07.2023): @@ -1824,7 +1840,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
cats-parse (πŸ₯ˆ18 Β· ⭐ 210) - A parsing library for the cats ecosystem. MIT -- [GitHub](https://github.com/typelevel/cats-parse) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 45 Β· πŸ“‹ 92 - 27% open Β· ⏱️ 24.07.2023): +- [GitHub](https://github.com/typelevel/cats-parse) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 45 Β· πŸ“‹ 92 - 27% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/typelevel/cats-parse @@ -1838,7 +1854,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/tpolecat/atto ```
-
scallion (πŸ₯‰9 Β· ⭐ 51) - LL(1) parser combinators in Scala. Apache-2 +
scallion (πŸ₯‰9 Β· ⭐ 51 Β· πŸ’€) - LL(1) parser combinators in Scala. Apache-2 - [GitHub](https://github.com/epfl-lara/scallion) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 16 Β· πŸ“₯ 400 Β· πŸ“‹ 5 - 60% open Β· ⏱️ 03.10.2022): @@ -1852,11 +1868,13 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Reactive programming libraries (streams, observables...) +## Reactive programming Back to top -
monix (πŸ₯‡20 Β· ⭐ 1.9K) - Asynchronous, Reactive Programming for Scala and Scala.js. Apache-2 +_Reactive programming libraries (streams, observables...)_ + +
monix (πŸ₯‡21 Β· ⭐ 1.9K Β· πŸ“ˆ) - Asynchronous, Reactive Programming for Scala and Scala.js. Apache-2 - [GitHub](https://github.com/monix/monix) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 240 Β· πŸ“‹ 660 - 12% open Β· ⏱️ 03.05.2023): @@ -1864,9 +1882,9 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/monix/monix ```
-
rescala (πŸ₯ˆ14 Β· ⭐ 77) - REScala - distributed and reactive programming embedded in OO and FP.. Apache-2 +
rescala (πŸ₯ˆ15 Β· ⭐ 79) - REScala - distributed and reactive programming embedded in OO and FP.. Apache-2 -- [GitHub](https://github.com/rescala-lang/REScala) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 25 Β· ⏱️ 22.07.2023): +- [GitHub](https://github.com/rescala-lang/REScala) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 25 Β· ⏱️ 05.08.2023): ``` git clone https://github.com/rescala-lang/rescala @@ -1900,10 +1918,12 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Various tooling libraries that helps with overall Scala environment +## Development environment Back to top +_Various tooling libraries that help with the overall Scala programming environment_ +
fastring (πŸ₯‡13 Β· ⭐ 120) - Extremely fast string formatting. Apache-2 - [GitHub](https://github.com/Atry/fastring) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 9 Β· πŸ“‹ 7 - 42% open Β· ⏱️ 15.07.2023): @@ -1920,7 +1940,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/marianobarrios/dregex ```
-
fast-string-interpolator (πŸ₯ˆ12 Β· ⭐ 84 Β· πŸ“‰) - Scala macro that generates ultra-fast string.. Apache-2 +
fast-string-interpolator (πŸ₯ˆ12 Β· ⭐ 84) - Scala macro that generates ultra-fast string.. Apache-2 - [GitHub](https://github.com/plokhotnyuk/fast-string-interpolator) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 6 Β· πŸ“‹ 7 - 28% open Β· ⏱️ 12.07.2023): @@ -1953,7 +1973,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
scalate (πŸ₯ˆ17 Β· ⭐ 600) - Scalate is a Scala based template engine which supports HAML,.. Apache-2 -- [GitHub](https://github.com/scalate/scalate) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 100 Β· πŸ“‹ 63 - 47% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/scalate/scalate) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 100 Β· πŸ“‹ 64 - 48% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/scalate/scalate @@ -1981,21 +2001,23 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Libraries for data analysis, machine learning and AI +## Business intelligence Back to top +_Libraries for data analysis, machine learning, and AI_ +
bigdl (πŸ₯‡32 Β· ⭐ 4.3K) - Fast, distributed, secure AI for Big Data. Apache-2 -- [GitHub](https://github.com/intel-analytics/BigDL) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.1K Β· πŸ“¦ 45 Β· πŸ“‹ 1.9K - 39% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/intel-analytics/BigDL) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.1K Β· πŸ“¦ 45 Β· πŸ“‹ 2K - 39% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/intel-analytics/bigdl ```
-
spark-nlp (πŸ₯‡29 Β· ⭐ 3.3K) - State of the Art Natural Language Processing. Apache-2 +
spark-nlp (πŸ₯‡29 Β· ⭐ 3.4K) - State of the Art Natural Language Processing. Apache-2 -- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 660 Β· πŸ“¦ 320 Β· πŸ“‹ 800 - 4% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 660 Β· πŸ“¦ 330 Β· πŸ“‹ 810 - 4% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/johnsnowlabs/spark-nlp @@ -2003,7 +2025,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
algebird (πŸ₯‡24 Β· ⭐ 2.3K) - Abstract Algebra for Scala. Apache-2 -- [GitHub](https://github.com/twitter/algebird) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 350 Β· πŸ“‹ 260 - 36% open Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/twitter/algebird) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 350 Β· πŸ“‹ 260 - 36% open Β· ⏱️ 30.07.2023): ``` git clone https://github.com/twitter/algebird @@ -2019,7 +2041,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
zeppelin (πŸ₯ˆ21 Β· ⭐ 6.1K) - Web-based notebook that enables data-driven, interactive data.. Apache-2 -- [GitHub](https://github.com/apache/zeppelin) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 2.8K Β· ⏱️ 25.07.2023): +- [GitHub](https://github.com/apache/zeppelin) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 2.8K Β· ⏱️ 01.08.2023): ``` git clone https://github.com/apache/zeppelin @@ -2057,7 +2079,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/eaplatanios/tensorflow_scala ```
-
openai-scala-client (πŸ₯‰15 Β· ⭐ 110 Β· 🐣) - Scala client for OpenAI API. MIT +
openai-scala-client (πŸ₯‰15 Β· ⭐ 110) - Scala client for OpenAI API. MIT - [GitHub](https://github.com/cequence-io/openai-scala-client) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 9 Β· πŸ“‹ 28 - 32% open Β· ⏱️ 18.07.2023): @@ -2075,13 +2097,13 @@ _Libraries that handles common file formats including YAML, CSV etc._
onnx-scala (πŸ₯‰14 Β· ⭐ 130) - An ONNX (Open Neural Network eXchange) API and backend for.. ❗️AGPL-3.0 -- [GitHub](https://github.com/EmergentOrder/onnx-scala) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 10 Β· πŸ“‹ 10 - 20% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/EmergentOrder/onnx-scala) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 10 Β· πŸ“‹ 10 - 20% open Β· ⏱️ 31.07.2023): ``` git clone https://github.com/emergentorder/onnx-scala ```
-
optimus (πŸ₯‰13 Β· ⭐ 140 Β· πŸ’€) - Optimus is a mathematical programming library for Scala. ❗️LGPL-3.0 +
optimus (πŸ₯‰12 Β· ⭐ 140 Β· πŸ’€) - Optimus is a mathematical programming library for Scala. ❗️LGPL-3.0 - [GitHub](https://github.com/vagmcs/Optimus) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 26 Β· πŸ“₯ 1.8K Β· ⏱️ 27.08.2022): @@ -2108,27 +2130,29 @@ _Libraries that handles common file formats including YAML, CSV etc._
Show 12 hidden projects... - smile (πŸ₯‡24 Β· ⭐ 5.8K) - Statistical Machine Intelligence & Learning Engine. ❗Unlicensed -- spark-notebook (πŸ₯ˆ22 Β· ⭐ 3.1K Β· πŸ’€) - Interactive and Reactive Data Science using Scala and.. Apache-2 +- spark-notebook (πŸ₯ˆ21 Β· ⭐ 3.1K Β· πŸ’€) - Interactive and Reactive Data Science using Scala and.. Apache-2 - figaro (πŸ₯ˆ16 Β· ⭐ 760 Β· πŸ’€) - Figaro Programming Language and Core Libraries. ❗Unlicensed - doddle-model (πŸ₯‰13 Β· ⭐ 140 Β· πŸ’€) - doddle-model: machine learning in Scala. Apache-2 - libra (πŸ₯‰10 Β· ⭐ 200 Β· πŸ’€) - A dimensional analysis library based on dependent types. ❗Unlicensed -- clustering4ever (πŸ₯‰10 Β· ⭐ 120 Β· πŸ’€) - C4E, a JVM friendly library written in Scala for both.. Apache-2 -- axle (πŸ₯‰10 Β· ⭐ 65) - Axle Domain Specific Language for Scientific Cloud Computing and.. ❗Unlicensed +- clustering4ever (πŸ₯‰10 Β· ⭐ 130 Β· πŸ’€) - C4E, a JVM friendly library written in Scala for both.. Apache-2 - lomrf (πŸ₯‰9 Β· ⭐ 78 Β· πŸ’€) - LoMRF is an open-source implementation of Markov Logic Networks. Apache-2 - rings (πŸ₯‰9 Β· ⭐ 69 Β· πŸ’€) - Rings: efficient JVM library for polynomial rings. ❗Unlicensed -- vecmatlib (πŸ₯‰9 Β· ⭐ 3 Β· 🐣) - Open source Scala library that add data structures for vectors.. Apache-2 +- axle (πŸ₯‰9 Β· ⭐ 65) - Axle Domain Specific Language for Scientific Cloud Computing and.. ❗Unlicensed +- vecmatlib (πŸ₯‰9 Β· ⭐ 3) - Open source Scala library that add data structures for vectors and.. Apache-2 - mgo (πŸ₯‰7 Β· ⭐ 70) - Purely functional genetic algorithms for multi-objective optimisation. ❗Unlicensed -- synapses (πŸ₯‰7 Β· ⭐ 67 Β· πŸ’€) - A group of neural-network libraries for functional and mainstream.. MIT +- synapses (πŸ₯‰7 Β· ⭐ 68 Β· πŸ’€) - A group of neural-network libraries for functional and mainstream.. MIT

-## Libraries for processing and handling big data sets +## Big data Back to top +_Libraries for processing and handling big data sets_ +
spark (πŸ₯‡29 Β· ⭐ 36K) - Apache Spark - A unified analytics engine for large-scale data processing. Apache-2 -- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 2.9K Β· πŸ”€ 27K Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 2.9K Β· πŸ”€ 27K Β· ⏱️ 05.08.2023): ``` git clone https://github.com/apache/spark @@ -2136,7 +2160,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
flink (πŸ₯‡27 Β· ⭐ 22K) - Apache Flink. Apache-2 -- [GitHub](https://github.com/apache/flink) (πŸ‘¨β€πŸ’» 1.8K Β· πŸ”€ 12K Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/apache/flink) (πŸ‘¨β€πŸ’» 1.8K Β· πŸ”€ 12K Β· ⏱️ 05.08.2023): ``` git clone https://github.com/apache/flink @@ -2144,7 +2168,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
scio (πŸ₯‡27 Β· ⭐ 2.5K) - A Scala API for Apache Beam and Google Cloud Dataflow. Apache-2 -- [GitHub](https://github.com/spotify/scio) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 500 Β· πŸ“₯ 11K Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/spotify/scio) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 500 Β· πŸ“₯ 11K Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/spotify/scio @@ -2152,13 +2176,13 @@ _Libraries that handles common file formats including YAML, CSV etc._
nussknacker (πŸ₯ˆ23 Β· ⭐ 460) - Low-code tool for automating actions on real time data | Stream.. Apache-2 -- [GitHub](https://github.com/TouK/nussknacker) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 84 Β· πŸ“₯ 300 Β· πŸ“‹ 440 - 15% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/TouK/nussknacker) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 84 Β· πŸ“₯ 300 Β· πŸ“‹ 440 - 15% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/touk/nussknacker ```
-
scalding (πŸ₯ˆ22 Β· ⭐ 3.4K) - A Scala API for Cascading. Apache-2 +
scalding (πŸ₯ˆ21 Β· ⭐ 3.4K Β· πŸ“‰) - A Scala API for Cascading. Apache-2 - [GitHub](https://github.com/twitter/scalding) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 700 Β· πŸ“‹ 650 - 49% open Β· ⏱️ 28.05.2023): @@ -2166,14 +2190,6 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/twitter/scalding ```
-
summingbird (πŸ₯‰20 Β· ⭐ 2.1K Β· πŸ’€) - Streaming MapReduce with Scalding and Storm. Apache-2 - -- [GitHub](https://github.com/twitter/summingbird) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 270 Β· πŸ“‹ 300 - 54% open Β· ⏱️ 19.01.2022): - - ``` - git clone https://github.com/twitter/summingbird - ``` -
gridscale (πŸ₯‰11 Β· ⭐ 26) - Scala library for accessing various file, batch systems, job.. ❗️AGPL-3.0 - [GitHub](https://github.com/openmole/gridscale) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 6 Β· πŸ“‹ 13 - 38% open Β· ⏱️ 13.07.2023): @@ -2182,8 +2198,9 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/openmole/gridscale ```
-
Show 6 hidden projects... +
Show 7 hidden projects... +- summingbird (πŸ₯‰20 Β· ⭐ 2.1K Β· πŸ’€) - Streaming MapReduce with Scalding and Storm. Apache-2 - sparta (πŸ₯‰19 Β· ⭐ 520 Β· πŸ’€) - Real Time Analytics and Data Pipelines based on Spark Streaming. Apache-2 - bidmach (πŸ₯‰18 Β· ⭐ 910 Β· πŸ’€) - CPU and GPU-accelerated Machine Learning Library. BSD-3 - vegas (πŸ₯‰15 Β· ⭐ 730 Β· πŸ’€) - The missing MatPlotLib for Scala + Spark. MIT @@ -2193,13 +2210,15 @@ _Libraries that handles common file formats including YAML, CSV etc._

-## Libraries for distributed systems +## Distributed Back to top -
kafka (πŸ₯‡28 Β· ⭐ 25K) - Mirror of Apache Kafka. Apache-2 +_Libraries and frameworks for building and maintaining distributed systems and fault-tolerant applications._ + +
kafka (πŸ₯‡28 Β· ⭐ 26K) - Mirror of Apache Kafka. Apache-2 -- [GitHub](https://github.com/apache/kafka) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 13K Β· πŸ“¦ 5 Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/apache/kafka) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 13K Β· πŸ“¦ 5 Β· ⏱️ 05.08.2023): ``` git clone https://github.com/apache/kafka @@ -2221,20 +2240,20 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/lagom/lagom ```
-
annette (πŸ₯‰11 Β· ⭐ 15) - Platform to build distributed, scalable, enterprise-wide business.. Apache-2 +
parapet (πŸ₯‰11 Β· ⭐ 140) - A purely functional library to build distributed and event-driven.. Apache-2 -- [GitHub](https://github.com/annetteplatform/annette) (⏱️ 18.07.2023): +- [GitHub](https://github.com/parapet-io/parapet) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 6 Β· πŸ“‹ 26 - 30% open Β· ⏱️ 30.04.2023): ``` - git clone https://github.com/annetteplatform/annette + git clone https://github.com/parapet-io/parapet ```
-
parapet (πŸ₯‰10 Β· ⭐ 140) - A purely functional library to build distributed and event-driven.. Apache-2 +
annette (πŸ₯‰11 Β· ⭐ 15) - Platform to build distributed, scalable, enterprise-wide business.. Apache-2 -- [GitHub](https://github.com/parapet-io/parapet) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 6 Β· πŸ“‹ 26 - 30% open Β· ⏱️ 30.04.2023): +- [GitHub](https://github.com/annetteplatform/annette) (⏱️ 18.07.2023): ``` - git clone https://github.com/parapet-io/parapet + git clone https://github.com/annetteplatform/annette ```
poppet (πŸ₯‰9 Β· ⭐ 22) - Minimal, type-safe RPC Scala library. MIT @@ -2258,9 +2277,11 @@ _Libraries that handles common file formats including YAML, CSV etc._ Back to top +_Libraries purely built for Scala.js_ +
scala-js (πŸ₯‡25 Β· ⭐ 4.5K) - Scala.js, the Scala to JavaScript compiler. Apache-2 -- [GitHub](https://github.com/scala-js/scala-js) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 390 Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 21.07.2023): +- [GitHub](https://github.com/scala-js/scala-js) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 390 Β· πŸ“‹ 2.2K - 1% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/scala-js/scala-js @@ -2284,10 +2305,10 @@ _Libraries that handles common file formats including YAML, CSV etc._
Show 4 hidden projects... -- scala-js-dom (πŸ₯ˆ20 Β· ⭐ 290 Β· πŸ“ˆ) - Statically typed DOM API for Scala.js. ❗Unlicensed -- nodejs (πŸ₯‰15 Β· ⭐ 160 Β· πŸ’€) - This project provides Scala.js type-safe bindings for Node.js.. Apache-2 +- scala-js-dom (πŸ₯ˆ20 Β· ⭐ 290) - Statically typed DOM API for Scala.js. ❗Unlicensed - scalajs-angular (πŸ₯‰14 Β· ⭐ 260 Β· πŸ’€) - AngularJS Binding for Scala.js. Apache-2 -- scalajs-bundler (πŸ₯‰13 Β· ⭐ 230) - ❗Unlicensed +- scalajs-bundler (πŸ₯‰14 Β· ⭐ 230) - ❗Unlicensed +- nodejs (πŸ₯‰14 Β· ⭐ 160 Β· πŸ’€) - This project provides Scala.js type-safe bindings for Node.js.. Apache-2
--- diff --git a/history/2023-08-05_changes.md b/history/2023-08-05_changes.md new file mode 100644 index 0000000..1e0e3ee --- /dev/null +++ b/history/2023-08-05_changes.md @@ -0,0 +1,20 @@ +## πŸ“ˆ Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- scalatest (πŸ₯‡23 Β· ⭐ 1.1K Β· πŸ“ˆ) - A testing tool for Scala and Java developers. Apache-2 +- monix (πŸ₯‡21 Β· ⭐ 1.9K Β· πŸ“ˆ) - Asynchronous, Reactive Programming for Scala and Scala.js. Apache-2 +- chimney (πŸ₯ˆ20 Β· ⭐ 1K Β· πŸ“ˆ) - Scala library for boilerplate-free, type-safe data transformations. Apache-2 +- scallop (πŸ₯ˆ18 Β· ⭐ 660 Β· πŸ“ˆ) - a simple Scala CLI parsing library. MIT +- molecule (πŸ₯‰9 Β· ⭐ 3 Β· πŸ“ˆ) - Molecule translates custom Scala code to database queries for.. Apache-2 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- gitbucket (πŸ₯‡31 Β· ⭐ 8.9K Β· πŸ“‰) - A Git platform powered by Scala with easy installation, high.. Apache-2 +- scalapb (πŸ₯‡25 Β· ⭐ 1.3K Β· πŸ“‰) - Protocol buffer compiler for Scala. Apache-2 +- scalikejdbc (πŸ₯‡23 Β· ⭐ 1.2K Β· πŸ“‰) - A tidy SQL-based DB access library for Scala developers... Apache-2 +- sbt-native-packager (πŸ₯‡22 Β· ⭐ 1.6K Β· πŸ“‰) - sbt Native Packager. BSD-2 +- scalding (πŸ₯ˆ21 Β· ⭐ 3.4K Β· πŸ“‰) - A Scala API for Cascading. Apache-2 + diff --git a/history/2023-08-05_projects.csv b/history/2023-08-05_projects.csv new file mode 100644 index 0000000..a27df3e --- /dev/null +++ b/history/2023-08-05_projects.csv @@ -0,0 +1,383 @@ +,name,github_id,category,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,description,contributor_count,projectrank,show,projectrank_placing,maven_id,maven_url,maven_latest_release_published_at,dependent_project_count,maven_dependent_project_count,github_dependent_project_count,trending,labels +0,sbt,sbt/sbt,development-cycle,https://github.com/sbt/sbt,https://github.com/sbt/sbt,Apache-2.0,2009-08-17 00:31:14,2023-08-04 07:32:31,2023-08-04 07:32:31,11855.0,98.0,920.0,174.0,3126.0,771.0,3330.0,4678.0,2023-07-24 06:19:20,1.9.3,10860266.0,157395.0,100.0,"sbt, the interactive build tool.",401.0,33,True,1.0,,,,,,,, +1,playframework,playframework/playframework,web-frameworks,https://github.com/playframework/playframework,https://github.com/playframework/playframework,Apache-2.0,2011-09-07 09:24:08,2023-08-01 18:00:22,2023-07-21 14:54:56,12990.0,137.0,4110.0,647.0,8102.0,454.0,3272.0,12428.0,2023-07-21 15:23:56,2.8.20,,,59.0,Play Framework.,958.0,32,True,1.0,com.typesafe.play:play_3,https://search.maven.org/artifact/com.typesafe.play/play_3,2023-06-05 12:11:12,20.0,20.0,,, +2,bigdl,intel-analytics/bigdl,sci,https://github.com/intel-analytics/BigDL,https://github.com/intel-analytics/BigDL,Apache-2.0,2016-08-29 07:59:50,2023-08-04 08:54:21,2023-08-04 08:05:28,20242.0,421.0,1092.0,236.0,6935.0,772.0,1178.0,4277.0,2023-04-24 02:17:43,2.3.0,,,18.0,"Fast, distributed, secure AI for Big Data.",179.0,32,True,1.0,,,,45.0,,45.0,, +3,gitbucket,gitbucket/gitbucket,development-cycle,https://github.com/gitbucket/gitbucket,https://github.com/gitbucket/gitbucket,Apache-2.0,2013-04-10 16:41:35,2023-08-05 01:28:40,2023-08-05 01:28:40,5754.0,37.0,1243.0,463.0,1594.0,332.0,1427.0,8944.0,2023-04-28 16:52:14,4.39.0,749589.0,6575.0,100.0,"A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility.",197.0,31,True,1.0,,,,,,,-1.0, +4,zio,zio/zio,ecosystems,https://github.com/zio/zio,https://github.com/zio/zio,Apache-2.0,2018-05-19 16:40:37,2023-08-03 23:25:52,2023-08-03 13:55:07,7248.0,127.0,1180.0,115.0,5881.0,364.0,2019.0,3848.0,2023-06-06 00:50:53,2.0.15,,,100.0,"ZIO A type-safe, composable library for async and concurrent programming in Scala.",671.0,31,True,1.0,dev.zio:zio_2.13,https://search.maven.org/artifact/dev.zio/zio_2.13,2023-06-06 00:50:53,822.0,822.0,,, +5,spark,apache/spark,bigdata,https://github.com/apache/spark,https://github.com/apache/spark,Apache-2.0,2014-02-25 08:00:08,2023-08-05 17:13:50,2023-08-05 17:13:43,37615.0,978.0,27235.0,2039.0,42332.0,257.0,,36377.0,,,,,,Apache Spark - A unified analytics engine for large-scale data processing.,2914.0,29,True,1.0,,,,,,,, +6,spark-nlp,johnsnowlabs/spark-nlp,sci,https://github.com/JohnSnowLabs/spark-nlp,https://github.com/JohnSnowLabs/spark-nlp,Apache-2.0,2017-09-24 19:36:44,2023-08-04 09:18:46,2023-08-04 09:15:46,8289.0,106.0,664.0,96.0,12945.0,39.0,769.0,3355.0,2023-08-02 20:10:07,5.0.2,,,100.0,State of the Art Natural Language Processing.,108.0,29,True,1.0,,,,328.0,,328.0,, +7,mill,com-lihaoyi/mill,development-cycle,https://github.com/com-lihaoyi/mill,https://github.com/com-lihaoyi/mill,MIT,2017-10-17 03:43:19,2023-08-04 08:22:53,2023-08-02 11:47:10,3143.0,118.0,275.0,48.0,1799.0,106.0,646.0,1889.0,2023-06-23 17:15:52,0.11.1,1126175.0,17063.0,95.0,Your shiny new Java/Scala build tool!.,196.0,29,True,2.0,,,,,,,, +8,kafka,apache/kafka,distributed,https://github.com/apache/kafka,https://github.com/apache/kafka,Apache-2.0,2011-08-15 18:06:16,2023-08-05 15:47:44,2023-08-05 05:00:16,11486.0,346.0,12839.0,1078.0,14153.0,1047.0,,25537.0,,,,,,Mirror of Apache Kafka.,1266.0,28,True,1.0,,,,5.0,,5.0,, +9,akka,akka/akka,distributed,https://github.com/akka/akka,https://github.com/akka/akka,,2009-02-16 12:51:54,2023-08-05 17:43:47,2023-08-01 05:35:48,26748.0,45.0,3617.0,588.0,11459.0,920.0,7028.0,12747.0,2023-06-30 12:48:22,2.8.3,,,40.0,"Build highly concurrent, distributed, and resilient message-driven applications on the JVM.",1046.0,28,False,1.0,,,,,,,, +10,http4s,http4s/http4s,http,https://github.com/http4s/http4s,https://github.com/http4s/http4s,Apache-2.0,2012-03-12 04:41:20,2023-08-04 12:54:14,2023-08-04 12:47:43,17083.0,197.0,777.0,75.0,5727.0,318.0,1130.0,2438.0,2023-07-19 21:15:06,0.23.23,,,100.0,"A minimal, idiomatic Scala interface for HTTP.",448.0,28,True,1.0,,,,,,,, +11,circe,circe/circe,json,https://github.com/circe/circe,https://github.com/circe/circe,Apache-2.0,2015-07-31 15:12:09,2023-08-05 13:29:51,2023-08-02 21:16:53,2973.0,21.0,527.0,68.0,1653.0,197.0,405.0,2419.0,2023-03-03 16:30:56,0.14.5,,,68.0,Yet another JSON library for Scala.,267.0,28,True,1.0,io.circe:circe-core_2.13,https://search.maven.org/artifact/io.circe/circe-core_2.13,2023-03-03 16:30:56,280.0,280.0,,, +12,coursier,coursier/coursier,sbt,https://github.com/coursier/coursier,https://github.com/coursier/coursier,Apache-2.0,2015-06-16 18:32:53,2023-08-04 10:56:16,2023-08-03 15:28:23,4098.0,23.0,293.0,55.0,1763.0,355.0,707.0,1964.0,2023-06-19 09:14:09,2.1.5,8278999.0,168959.0,100.0,Pure Scala Artifact Fetching.,138.0,28,True,1.0,,,,,,,, +13,flink,apache/flink,bigdata,https://github.com/apache/flink,https://github.com/apache/flink,Apache-2.0,2014-06-07 07:00:10,2023-08-05 18:11:42,2023-08-05 17:49:27,33828.0,564.0,12265.0,945.0,23134.0,1030.0,,21711.0,,,,,,Apache Flink.,1751.0,27,True,1.0,,,,,,,, +14,ammonite,com-lihaoyi/ammonite,toolkits,https://github.com/com-lihaoyi/Ammonite,https://github.com/com-lihaoyi/Ammonite,MIT,2015-01-13 07:34:38,2023-07-18 15:50:17,2023-07-18 14:13:38,2733.0,26.0,367.0,66.0,572.0,128.0,673.0,2566.0,2023-06-16 11:15:05,2.5.9,855266.0,10558.0,100.0,Scala Scripting.,137.0,27,True,1.0,,,,,,,, +15,scio,spotify/scio,bigdata,https://github.com/spotify/scio,https://github.com/spotify/scio,Apache-2.0,2015-03-26 19:07:34,2023-08-04 12:50:37,2023-08-04 12:19:33,4946.0,112.0,503.0,120.0,3729.0,132.0,1104.0,2467.0,2023-07-20 14:27:48,0.13.1,10844.0,140.0,100.0,A Scala API for Apache Beam and Google Cloud Dataflow.,201.0,27,True,1.0,,,,,,,, +16,scala-cli,VirtusLab/scala-cli,development-cycle,https://github.com/VirtusLab/scala-cli,https://github.com/VirtusLab/scala-cli,Apache-2.0,2021-04-23 10:35:04,2023-08-04 18:28:47,2023-08-03 11:22:10,3537.0,207.0,86.0,22.0,1617.0,191.0,467.0,425.0,2023-07-11 13:29:51,1.0.2,481118.0,20046.0,38.0,"Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your..",64.0,27,True,2.0,,,,,,,, +17,gatling,gatling/gatling,test,https://github.com/gatling/gatling,https://github.com/gatling/gatling,Apache-2.0,2011-05-31 12:40:25,2023-08-02 20:10:46,2023-08-02 20:09:09,10171.0,73.0,1166.0,234.0,809.0,46.0,3590.0,6008.0,,,,,,Modern Load Testing as Code.,223.0,26,True,1.0,,,,,,,, +18,shapeless,milessabin/shapeless,toolkits,https://github.com/milessabin/shapeless,https://github.com/milessabin/shapeless,Apache-2.0,2011-12-18 13:36:38,2023-07-25 04:56:23,2023-07-25 04:56:23,2690.0,15.0,537.0,107.0,913.0,34.0,380.0,3336.0,2022-09-12 22:32:36,2.3.10,,,7.0,Generic programming for Scala.,153.0,26,True,1.0,,,,105.0,,105.0,, +19,metals,scalameta/metals,development-cycle,https://github.com/scalameta/metals,https://github.com/scalameta/metals,Apache-2.0,2017-11-03 14:18:53,2023-08-05 17:19:19,2023-08-04 15:58:16,7915.0,214.0,293.0,47.0,3682.0,257.0,1376.0,1922.0,2023-07-19 15:02:43,1.0.0,29.0,0.0,54.0,Scala language server with rich IDE features.,171.0,26,True,2.0,,,,,,,, +20,sttp,softwaremill/sttp,http,https://github.com/softwaremill/sttp,https://github.com/softwaremill/sttp,Apache-2.0,2017-06-30 15:15:07,2023-08-05 00:43:33,2023-08-05 00:43:03,5302.0,193.0,272.0,43.0,1518.0,54.0,351.0,1381.0,2023-07-07 10:22:09,4.0.0-M2,,,91.0,The Scala HTTP client you always wanted!.,195.0,26,True,1.0,,,,,,,, +21,tapir,softwaremill/tapir,http,https://github.com/softwaremill/tapir,https://github.com/softwaremill/tapir,Apache-2.0,2018-12-09 16:43:49,2023-08-05 00:32:35,2023-08-05 00:32:03,7976.0,371.0,355.0,51.0,2392.0,115.0,600.0,1230.0,2023-07-28 13:50:24,1.6.4,,,100.0,"Declarative, type-safe web endpoints library.",247.0,26,True,1.0,,,,,,,, +22,eclair,acinq/eclair,misc,https://github.com/ACINQ/eclair,https://github.com/ACINQ/eclair,Apache-2.0,2015-08-19 11:47:01,2023-08-04 12:39:09,2023-07-27 09:43:31,2524.0,48.0,254.0,91.0,1916.0,43.0,663.0,1146.0,2023-06-19 08:45:19,0.9.0,43437.0,564.0,37.0,A scala implementation of the Lightning Network.,48.0,26,True,1.0,,,,,,,, +23,bloop,scalacenter/bloop,development-cycle,https://github.com/scalacenter/bloop,https://github.com/scalacenter/bloop,Apache-2.0,2017-11-11 09:39:34,2023-08-04 07:06:34,2023-08-04 06:34:43,5069.0,164.0,193.0,29.0,1402.0,122.0,590.0,850.0,2023-07-17 15:59:58,1.5.9,158594.0,2367.0,54.0,"Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.",137.0,26,True,2.0,,,,,,,, +24,scala-js,scala-js/scala-js,scala-js,https://github.com/scala-js/scala-js,https://github.com/scala-js/scala-js,Apache-2.0,2013-02-18 16:33:55,2023-08-05 13:27:37,2023-08-03 21:49:23,7092.0,46.0,389.0,147.0,2674.0,27.0,2169.0,4469.0,2023-06-23 07:43:57,1.13.2,,,23.0,"Scala.js, the Scala to JavaScript compiler.",102.0,25,True,1.0,,,,,,,,['scalajs'] +25,doobie,tpolecat/doobie,db-clients,https://github.com/tpolecat/doobie,https://github.com/tpolecat/doobie,MIT,2013-11-25 07:25:20,2023-08-03 18:38:57,2023-08-02 08:18:22,3333.0,91.0,345.0,68.0,1370.0,147.0,381.0,2070.0,2023-06-20 16:56:18,1.0.0-RC4,,,18.0,Functional JDBC layer for Scala.,164.0,25,True,1.0,,,,,,,, +26,elastic4s,sksamuel/elastic4s,db-clients,https://github.com/sksamuel/elastic4s,https://github.com/sksamuel/elastic4s,Apache-2.0,2013-06-10 20:23:57,2023-07-26 21:02:46,2023-07-08 22:40:00,4714.0,19.0,690.0,75.0,1758.0,15.0,1120.0,1631.0,2023-07-08 23:03:50,8.8.1,,,34.0,"Elasticsearch Scala Client - Reactive, Non Blocking, Type Safe, HTTP Client.",399.0,25,True,1.0,com.sksamuel.elastic4s:elastic4s_2.13,https://search.maven.org/artifact/com.sksamuel.elastic4s/elastic4s_2.13,,,,,, +27,scalapb,scalapb/scalapb,data,https://github.com/scalapb/ScalaPB,https://github.com/scalapb/ScalaPB,Apache-2.0,2014-10-02 01:11:41,2023-08-03 17:27:45,2023-07-24 21:36:49,2386.0,22.0,268.0,46.0,1007.0,16.0,535.0,1260.0,2023-02-07 04:34:38,0.11.13,402992.0,4855.0,100.0,Protocol buffer compiler for Scala.,120.0,25,True,1.0,,,,,,,-1.0, +28,finagle,twitter/finagle,distributed,https://github.com/twitter/finagle,https://github.com/twitter/finagle,Apache-2.0,2010-10-19 22:10:09,2023-06-23 05:19:05,2023-06-23 05:19:04,8126.0,2.0,1468.0,563.0,544.0,62.0,349.0,8689.0,2022-12-26 14:39:38,finagle-22.12.0,,,82.0,"A fault tolerant, protocol-agnostic RPC system.",518.0,24,True,2.0,,,,,,,, +29,smile,haifengl/smile,sci,https://github.com/haifengl/smile,https://github.com/haifengl/smile,,2014-11-20 16:28:12,2023-07-07 00:59:13,2023-07-07 00:59:07,3132.0,36.0,1119.0,272.0,173.0,14.0,558.0,5784.0,2023-06-14 12:20:00,3.0.2,10770.0,121.0,25.0,Statistical Machine Intelligence & Learning Engine.,71.0,24,False,1.0,,,,,,,, +30,cats,typelevel/cats,toolkits,https://github.com/typelevel/cats,https://github.com/typelevel/cats,,2015-01-28 20:26:48,2023-08-04 00:16:25,2023-08-03 17:37:00,6590.0,124.0,1218.0,186.0,3290.0,226.0,976.0,4985.0,2022-11-12 21:20:14,2.9.0,,,63.0,"Lightweight, modular, and extensible library for functional programming.",542.0,24,False,1.0,,,,,,,, +31,lagom,lagom/lagom,distributed,https://github.com/lagom/lagom,https://github.com/lagom/lagom,Apache-2.0,2016-02-23 01:51:06,2023-06-30 16:01:36,2023-06-30 16:01:35,2426.0,10.0,633.0,153.0,2273.0,455.0,642.0,2634.0,2021-12-14 11:16:46,1.6.7,,,49.0,Reactive Microservices for the JVM.,149.0,24,True,2.0,,,,,,,, +32,slick,slick/slick,db-clients,https://github.com/slick/slick,https://github.com/slick/slick,BSD-2-Clause,2009-02-20 22:51:53,2023-08-05 04:14:19,2023-08-05 01:15:22,3231.0,112.0,615.0,148.0,1393.0,421.0,940.0,2607.0,2022-09-13 19:27:07,3.4.1,,,17.0,Slick (Scala Language Integrated Connection Kit) is a modern database query and access library for Scala.,201.0,24,True,1.0,,,,,,,, +33,algebird,twitter/algebird,sci,https://github.com/twitter/algebird,https://github.com/twitter/algebird,Apache-2.0,2012-08-02 17:24:42,2023-07-30 09:54:37,2023-07-30 09:54:36,1881.0,24.0,348.0,236.0,899.0,97.0,166.0,2258.0,2023-07-10 21:51:16,0.13.10,,,30.0,Abstract Algebra for Scala.,114.0,24,True,1.0,,,,,,,, +34,fs2,typelevel/fs2,reactive,https://github.com/typelevel/fs2,https://github.com/typelevel/fs2,,2013-03-06 17:34:15,2023-08-04 00:20:22,2023-07-31 13:22:48,9193.0,113.0,582.0,93.0,2541.0,96.0,643.0,2247.0,2023-07-31 13:43:09,3.8.0,,,100.0,"Compositional, streaming I/O library for Scala.",305.0,24,False,1.0,,,,,,,, +35,sangria,sangria-graphql/sangria,misc,https://github.com/sangria-graphql/sangria,https://github.com/sangria-graphql/sangria,Apache-2.0,2015-07-05 21:29:30,2023-08-01 18:46:42,2023-07-08 05:56:05,2017.0,73.0,221.0,61.0,584.0,60.0,402.0,1946.0,2023-06-20 17:48:50,4.0.1,,,80.0,Scala GraphQL implementation.,64.0,24,True,1.0,,,,,,,, +36,refined,fthomas/refined,toolkits,https://github.com/fthomas/refined,https://github.com/fthomas/refined,MIT,2015-05-10 16:23:16,2023-08-05 15:30:47,2023-08-05 15:30:47,3091.0,59.0,154.0,27.0,998.0,70.0,149.0,1631.0,2023-06-16 17:05:18,0.11.0,,,68.0,Refinement types for Scala.,77.0,24,True,1.0,,,,,,,, +37,scalameta,scalameta/scalameta,toolkits,https://github.com/scalameta/scalameta,https://github.com/scalameta/scalameta,BSD-3-Clause,2014-06-16 23:00:32,2023-08-03 20:17:05,2023-08-01 15:48:45,7916.0,244.0,216.0,41.0,2139.0,141.0,1032.0,1050.0,2023-08-03 20:23:13,4.8.7,,,100.0,"Library to read, analyze, transform and generate Scala programs.",115.0,24,True,1.0,,,,,,,, +38,quill,zio/zio-quill,db-clients,https://github.com/zio/zio-quill,https://github.com/zio/zio-quill,Apache-2.0,2015-07-20 22:15:04,2023-08-05 17:51:01,2023-08-05 17:50:46,3415.0,74.0,347.0,66.0,1793.0,348.0,717.0,2128.0,2023-06-24 09:14:02,4.6.1,,,1.0,Compile-time Language Integrated Queries for Scala.,142.0,23,True,1.0,,,,,,,,['zio'] +39,scalacheck,typelevel/scalacheck,test,https://github.com/typelevel/scalacheck,https://github.com/typelevel/scalacheck,BSD-3-Clause,2011-05-26 11:44:12,2023-08-04 12:49:41,2023-08-04 12:49:40,2039.0,97.0,401.0,57.0,657.0,60.0,286.0,1885.0,2022-09-15 23:24:43,1.17.0,,,10.0,Property-based testing for Scala.,135.0,23,True,1.0,,,,,,,, +40,giter8,foundweekends/giter8,development-cycle,https://github.com/foundweekends/giter8,https://github.com/foundweekends/giter8,Apache-2.0,2010-08-10 04:08:48,2023-08-04 14:05:20,2023-07-30 06:19:00,1296.0,30.0,229.0,73.0,552.0,44.0,228.0,1708.0,2023-05-02 05:25:32,0.16.2,,,17.0,a command line tool to apply templates defined on GitHub.,82.0,23,True,3.0,,,,,,,, +41,akka-http,akka/akka-http,http,https://github.com/akka/akka-http,https://github.com/akka/akka-http,,2016-08-19 11:33:36,2023-08-01 12:33:59,2023-07-31 12:01:40,4381.0,11.0,603.0,75.0,2353.0,567.0,1367.0,1330.0,2023-05-05 09:13:49,10.5.2,,,57.0,The Streaming-first HTTP server/module of Akka.,353.0,23,False,2.0,,,,,,,, +42,scalikejdbc,scalikejdbc/scalikejdbc,db-clients,https://github.com/scalikejdbc/scalikejdbc,https://github.com/scalikejdbc/scalikejdbc,Apache-2.0,2011-11-18 06:56:36,2023-08-05 05:03:41,2023-07-30 06:47:35,3220.0,38.0,225.0,60.0,1536.0,26.0,449.0,1245.0,2021-10-31 01:07:09,4.0.0,,,46.0,A tidy SQL-based DB access library for Scala developers. This library naturally wraps JDBC APIs and provides you easy-..,104.0,23,True,1.0,org.scalikejdbc:scalikejdbc_2.13,https://search.maven.org/artifact/org.scalikejdbc/scalikejdbc_2.13,2021-10-31 00:52:48,7.0,7.0,,-1.0, +43,scalatest,scalatest/scalatest,test,https://github.com/scalatest/scalatest,https://github.com/scalatest/scalatest,Apache-2.0,2013-04-07 21:55:49,2023-08-04 00:20:02,2023-08-04 00:19:54,6418.0,46.0,338.0,54.0,1500.0,512.0,329.0,1107.0,2023-05-15 13:46:58,release-3.2.16,,,38.0,A testing tool for Scala and Java developers.,64.0,23,True,1.0,,,,,,,1.0, +44,nussknacker,touk/nussknacker,bigdata,https://github.com/TouK/nussknacker,https://github.com/TouK/nussknacker,Apache-2.0,2017-06-29 14:09:57,2023-08-04 14:46:16,2023-08-03 06:16:08,5381.0,208.0,84.0,33.0,4112.0,67.0,372.0,460.0,2023-06-29 12:41:12,1.10.0,297.0,4.0,34.0,Low-code tool for automating actions on real time data | Stream processing for the users.,64.0,23,True,2.0,,,,,,,, +45,spire,typelevel/spire,sci,https://github.com/typelevel/spire,https://github.com/typelevel/spire,MIT,2011-11-03 20:52:53,2023-08-04 00:26:26,2023-06-27 15:12:29,2970.0,23.0,247.0,68.0,871.0,129.0,268.0,1729.0,2022-06-17 15:55:07,0.18.0,,,4.0,Powerful new number types and numeric abstractions for Scala.,104.0,22,True,2.0,,,,,,,, +46,Monocle,optics-dev/monocle,toolkits,https://github.com/optics-dev/Monocle,https://github.com/optics-dev/Monocle,MIT,2014-01-17 19:49:22,2023-08-05 18:20:55,2023-08-05 18:20:55,2131.0,23.0,202.0,52.0,1000.0,45.0,331.0,1597.0,2023-01-03 14:12:47,3.2.0,,,9.0,Optics library for Scala.,125.0,22,True,2.0,,,,,,,, +47,finch,finagle/finch,http,https://github.com/finagle/finch,https://github.com/finagle/finch,Apache-2.0,2014-04-15 12:17:44,2023-08-02 07:55:05,2023-08-02 07:55:05,2276.0,28.0,226.0,62.0,1223.0,42.0,367.0,1595.0,2022-09-16 18:19:38,0.34.0,,,61.0,Scala combinator library for building Finagle HTTP services.,128.0,22,True,2.0,,,,,,,, +48,sbt-native-packager,sbt/sbt-native-packager,sbt,https://github.com/sbt/sbt-native-packager,https://github.com/sbt/sbt-native-packager,BSD-2-Clause,2011-12-20 02:04:49,2023-08-05 16:50:41,2023-07-24 08:48:26,1695.0,3.0,440.0,57.0,751.0,130.0,651.0,1572.0,2023-02-20 17:55:37,1.9.16,,,100.0,sbt Native Packager.,271.0,22,True,1.0,,,,,,,-1.0, +49,skunk,typelevel/skunk,db-clients,https://github.com/typelevel/skunk,https://github.com/typelevel/skunk,MIT,2018-09-21 06:46:41,2023-08-04 00:25:48,2023-08-01 14:59:37,1625.0,90.0,143.0,30.0,808.0,101.0,60.0,1478.0,2023-05-31 12:01:22,0.6.0,,,26.0,A data access library for Scala + Postgres.,67.0,22,True,2.0,,,,,,,, +50,spark-testing-base,holdenk/spark-testing-base,test,https://github.com/holdenk/spark-testing-base,https://github.com/holdenk/spark-testing-base,Apache-2.0,2015-01-30 22:23:59,2023-07-24 16:40:04,2023-05-02 22:49:17,751.0,,359.0,81.0,187.0,101.0,118.0,1449.0,2023-04-25 21:17:13,1.4.3,,,4.0,Base classes to use when writing tests with Spark.,60.0,22,True,2.0,,,,35.0,,35.0,, +51,scalafix,scalacenter/scalafix,development-cycle,https://github.com/scalacenter/scalafix,https://github.com/scalacenter/scalafix,BSD-3-Clause,2016-08-08 11:45:19,2023-08-04 00:19:12,2023-08-01 19:29:34,3336.0,136.0,172.0,31.0,1200.0,71.0,575.0,755.0,2023-06-03 15:04:49,0.11.0,35.0,0.0,68.0,Refactoring and linting tool for Scala.,103.0,22,True,3.0,,,,,,,, +52,airframe,wvlet/airframe,di,https://github.com/wvlet/airframe,https://github.com/wvlet/airframe,Apache-2.0,2016-08-14 07:00:12,2023-08-05 05:06:53,2023-08-05 05:02:51,4074.0,138.0,61.0,21.0,2530.0,98.0,478.0,608.0,2023-08-04 07:08:47,23.8.0,,,100.0,Essential Building Blocks for Scala.,43.0,22,True,1.0,,,,,,,, +53,izumi,7mind/izumi,di,https://github.com/7mind/izumi,https://github.com/7mind/izumi,BSD-2-Clause,2017-11-03 10:39:42,2023-08-04 07:03:37,2023-07-26 19:55:59,4335.0,60.0,56.0,21.0,1487.0,63.0,387.0,577.0,2023-07-06 18:09:21,1.1.0-M25,,,72.0,Productivity-oriented collection of lightweight fancy stuff for Scala toolchain.,31.0,22,True,1.0,,,,,,,, +54,argonaut,argonaut-io/argonaut,json,https://github.com/argonaut-io/argonaut,https://github.com/argonaut-io/argonaut,BSD-3-Clause,2012-12-09 12:11:48,2023-07-31 02:34:12,2023-07-31 02:34:10,1617.0,24.0,112.0,25.0,574.0,27.0,168.0,545.0,2022-01-20 23:50:14,6.3.8,,,14.0,Purely functional JSON parser and library in scala.,59.0,22,True,1.0,io.argonaut:argonaut_2.13,https://search.maven.org/artifact/io.argonaut/argonaut_2.13,2022-01-20 23:50:14,15.0,15.0,,, +55,zeppelin,apache/zeppelin,sci,https://github.com/apache/zeppelin,https://github.com/apache/zeppelin,Apache-2.0,2015-03-25 07:00:06,2023-08-02 16:49:47,2023-08-01 11:56:09,5267.0,29.0,2758.0,321.0,4637.0,141.0,,6110.0,,,,,,"Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala..",524.0,21,True,2.0,,,,,,,, +56,scalding,twitter/scalding,bigdata,https://github.com/twitter/scalding,https://github.com/twitter/scalding,Apache-2.0,2012-01-10 16:22:08,2023-05-28 19:18:59,2023-05-28 19:18:59,4195.0,1.0,701.0,326.0,1384.0,317.0,329.0,3450.0,2017-12-22 20:23:36,0.17.4,,,17.0,A Scala API for Cascading.,212.0,21,True,2.0,,,,,,,-1.0, +57,spark-notebook,spark-notebook/spark-notebook,sci,https://github.com/spark-notebook/spark-notebook,https://github.com/spark-notebook/spark-notebook,Apache-2.0,2014-09-05 19:35:25,2023-05-16 16:06:37,2021-03-30 08:57:25,2326.0,,659.0,190.0,484.0,208.0,307.0,3143.0,2017-07-23 14:44:02,0.8.3,,,18.0,Interactive and Reactive Data Science using Scala and Spark.,84.0,21,False,2.0,,,,,,,, +58,spray-json,spray/spray-json,json,https://github.com/spray/spray-json,https://github.com/spray/spray-json,Apache-2.0,2011-05-06 21:31:38,2022-09-15 12:08:33,2021-12-09 19:21:31,331.0,,582.0,37.0,154.0,97.0,116.0,2542.0,2020-11-11 13:05:44,1.3.6,,,3.0,"A lightweight, clean and simple JSON implementation in Scala.",48.0,21,False,2.0,io.spray:spray-json_2.13,https://search.maven.org/artifact/io.spray/spray-json_2.13,2020-11-10 13:18:28,183.0,38.0,145.0,, +59,monix,monix/monix,reactive,https://github.com/monix/monix,https://github.com/monix/monix,Apache-2.0,2014-01-06 12:56:07,2023-07-30 17:10:28,2023-05-03 07:29:20,1686.0,,245.0,63.0,1090.0,82.0,577.0,1901.0,2022-05-07 18:40:42,3.4.1,,,15.0,"Asynchronous, Reactive Programming for Scala and Scala.js.",105.0,21,True,1.0,,,,,,,1.0, +60,scalajs-react,japgolly/scalajs-react,scala-js,https://github.com/japgolly/scalajs-react,https://github.com/japgolly/scalajs-react,Apache-2.0,2014-07-03 09:58:42,2023-07-24 14:07:49,2023-07-24 14:07:49,3196.0,6.0,236.0,65.0,554.0,24.0,507.0,1617.0,2022-04-26 04:07:04,2.1.1,,,65.0,Facebooks React on Scala.JS.,81.0,21,True,2.0,,,,,,,,['scalajs'] +61,pureconfig,pureconfig/pureconfig,misc,https://github.com/pureconfig/pureconfig,https://github.com/pureconfig/pureconfig,MPL-2.0,2015-08-29 17:05:50,2023-08-01 22:00:37,2023-08-01 22:00:37,2045.0,63.0,168.0,21.0,1261.0,45.0,247.0,1403.0,,,,,,A boilerplate-free library for loading configuration files.,85.0,21,True,1.0,,,,,,,, +62,framework,lift/framework,web-frameworks,https://github.com/lift/framework,https://github.com/lift/framework,Apache-2.0,2011-01-26 13:25:28,2023-04-11 14:56:45,2023-04-11 14:56:45,3932.0,,276.0,104.0,530.0,147.0,1324.0,1269.0,2021-10-08 15:12:09,3.5.0-release,,,52.0,Lift Framework.,118.0,21,True,1.0,,,,,,,, +63,wartremover,wartremover/wartremover,development-cycle,https://github.com/wartremover/wartremover,https://github.com/wartremover/wartremover,Apache-2.0,2013-01-05 11:29:26,2023-08-04 00:19:13,2023-07-28 22:03:10,1169.0,49.0,114.0,31.0,580.0,98.0,229.0,1026.0,2020-02-25 04:42:44,2.4.5,491.0,5.0,27.0,Flexible Scala code linting tool.,58.0,21,True,3.0,,,,,,,, +64,sbt-scoverage,scoverage/sbt-scoverage,sbt,https://github.com/scoverage/sbt-scoverage,https://github.com/scoverage/sbt-scoverage,Apache-2.0,2014-05-16 00:58:21,2023-08-01 09:09:48,2023-08-01 09:09:48,743.0,14.0,149.0,27.0,244.0,35.0,219.0,625.0,2023-06-03 10:52:35,2.0.8,,,36.0,sbt plugin for scoverage.,71.0,21,True,1.0,,,,,,,, +65,tinylog,tinylog-org/tinylog,toolkits,https://github.com/tinylog-org/tinylog,https://github.com/tinylog-org/tinylog,Apache-2.0,2012-09-13 11:21:42,2023-08-04 21:15:33,2023-08-04 16:22:56,1166.0,22.0,74.0,14.0,286.0,20.0,208.0,617.0,2023-05-13 21:12:43,2.6.2,24453.0,232.0,78.0,"tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android.",19.0,21,True,2.0,,,,2.0,,2.0,, +66,play-swagger,iheartradio/play-swagger,misc,https://github.com/iheartradio/play-swagger,https://github.com/iheartradio/play-swagger,Apache-2.0,2015-09-17 20:56:52,2023-08-05 15:36:32,2023-07-28 01:36:51,778.0,62.0,126.0,24.0,430.0,88.0,159.0,405.0,2023-07-27 02:50:55,1.1.12,,,39.0,Swagger spec generator for play framework.,54.0,21,True,1.0,,,,,,,, +67,scalaz,scalaz/scalaz,toolkits,https://github.com/scalaz/scalaz,https://github.com/scalaz/scalaz,,2010-01-16 06:18:51,2023-07-26 22:50:43,2023-07-26 22:50:30,7265.0,23.0,725.0,211.0,2019.0,162.0,422.0,4623.0,,,,,,Principled Functional Programming in Scala.,249.0,20,False,2.0,,,,,,,, +68,finatra,twitter/finatra,web-frameworks,https://github.com/twitter/finatra,https://github.com/twitter/finatra,Apache-2.0,2012-02-16 23:55:29,2023-05-25 14:50:18,2023-05-09 19:18:19,2645.0,1.0,416.0,216.0,265.0,12.0,309.0,2266.0,2022-12-26 14:40:15,finatra-22.12.0,,,92.0,"Fast, testable, Scala services built on TwitterServer and Finagle.",251.0,20,True,2.0,,,,,,,, +69,summingbird,twitter/summingbird,bigdata,https://github.com/twitter/summingbird,https://github.com/twitter/summingbird,Apache-2.0,2012-09-25 22:38:35,2022-01-19 17:31:02,2022-01-19 17:31:02,1793.0,,267.0,295.0,494.0,163.0,134.0,2137.0,2016-06-23 21:16:10,0.11.0-RC1,,,24.0,Streaming MapReduce with Scalding and Storm.,44.0,20,False,3.0,,,,,,,, +70,Binding.scala,ThoughtWorksInc/Binding.scala,web-frameworks,https://github.com/ThoughtWorksInc/Binding.scala,https://github.com/ThoughtWorksInc/Binding.scala,MIT,2016-01-06 15:28:52,2023-07-30 00:06:15,2023-07-11 02:55:23,1645.0,33.0,109.0,115.0,421.0,43.0,63.0,1580.0,2023-01-26 04:19:51,12.2.0,,,82.0,Reactive data-binding for Scala.,25.0,20,True,2.0,,,,,,,, +71,json4s,json4s/json4s,json,https://github.com/json4s/json4s,https://github.com/json4s/json4s,Apache-2.0,2012-08-23 23:18:46,2023-08-04 05:05:33,2023-07-30 06:16:16,1761.0,27.0,347.0,64.0,947.0,163.0,253.0,1454.0,,,,,,JSON library.,126.0,20,True,2.0,,,,,,,, +72,chimney,scalalandio/chimney,toolkits,https://github.com/scalalandio/chimney,https://github.com/scalalandio/chimney,Apache-2.0,2017-05-23 11:24:09,2023-08-03 21:50:40,2023-08-03 20:26:13,617.0,180.0,72.0,21.0,193.0,48.0,130.0,1015.0,2023-05-18 14:59:14,0.7.5,,,17.0,"Scala library for boilerplate-free, type-safe data transformations.",26.0,20,True,2.0,,,,,,,2.0, +73,scrimage,sksamuel/scrimage,media,https://github.com/sksamuel/scrimage,https://github.com/sksamuel/scrimage,Apache-2.0,2013-06-03 16:40:25,2023-07-13 02:07:32,2023-07-13 02:01:47,1291.0,8.0,133.0,46.0,83.0,4.0,186.0,974.0,2023-07-14 04:45:08,4.0.38,,,27.0,"Java, Scala and Kotlin image processing library.",54.0,20,True,1.0,,,,,,,, +74,ReactiveMongo,ReactiveMongo/ReactiveMongo,db-clients,https://github.com/ReactiveMongo/ReactiveMongo,https://github.com/ReactiveMongo/ReactiveMongo,Apache-2.0,2012-07-20 14:24:46,2023-07-31 13:59:32,2023-07-31 13:59:16,1339.0,17.0,233.0,55.0,860.0,19.0,365.0,844.0,2020-01-03 02:08:23,0.20.0,,,1.0,"Non-blocking, Reactive MongoDB Driver for Scala.",87.0,20,True,2.0,,,,,,,, +75,slick-pg,tminglei/slick-pg,db-clients,https://github.com/tminglei/slick-pg,https://github.com/tminglei/slick-pg,BSD-2-Clause,2013-05-09 15:57:40,2023-08-05 11:23:14,2023-08-05 11:23:05,1182.0,40.0,176.0,20.0,278.0,111.0,268.0,828.0,2022-12-08 23:15:05,0.21.1,,,90.0,Slick extensions for PostgreSQL.,93.0,20,True,2.0,,,,,,,, +76,specs2,etorreborre/specs2,test,https://github.com/etorreborre/specs2,https://github.com/etorreborre/specs2,,2010-09-03 01:55:10,2023-08-05 15:23:37,2023-08-05 15:09:31,4703.0,34.0,211.0,28.0,533.0,5.0,642.0,733.0,2023-04-12 08:07:42,SPECS2-4.20.0,,,61.0,Software Specifications for Scala.,92.0,20,False,2.0,,,,,,,, +77,bootzooka,softwaremill/bootzooka,misc,https://github.com/softwaremill/bootzooka,https://github.com/softwaremill/bootzooka,Apache-2.0,2012-10-19 07:54:05,2023-08-05 00:06:50,2023-08-05 00:06:19,3248.0,94.0,146.0,60.0,1008.0,7.0,102.0,690.0,2022-07-27 13:33:11,1.0.4,,,4.0,"Simple project to quickly start developing a Scala-based microservice or web application, without the need to write..",63.0,20,True,1.0,,,,,,,, +78,upickle,com-lihaoyi/upickle,data,https://github.com/com-lihaoyi/upickle,https://github.com/com-lihaoyi/upickle,MIT,2014-04-23 05:41:08,2023-08-04 01:44:39,2023-07-09 09:47:02,871.0,13.0,153.0,16.0,239.0,14.0,257.0,672.0,2023-07-09 10:16:11,3.1.2,,,19.0,"uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala.",52.0,20,True,1.0,,,,,,,, +79,jsoniter-scala,plokhotnyuk/jsoniter-scala,json,https://github.com/plokhotnyuk/jsoniter-scala,https://github.com/plokhotnyuk/jsoniter-scala,MIT,2017-09-26 14:47:09,2023-08-04 15:14:41,2023-08-04 15:11:55,4348.0,67.0,83.0,20.0,782.0,55.0,226.0,665.0,2023-06-16 19:52:57,2.23.2,,,100.0,Scala macros for compile-time generation of safe and ultra-fast JSON codecs.,19.0,20,True,2.0,,,,1.0,,1.0,, +80,scapegoat,scapegoat-scala/scapegoat,development-cycle,https://github.com/scapegoat-scala/scapegoat,https://github.com/scapegoat-scala/scapegoat,Apache-2.0,2013-11-21 17:45:58,2023-07-29 06:33:39,2023-07-29 06:33:39,1322.0,28.0,80.0,20.0,530.0,41.0,197.0,488.0,2023-06-06 09:49:47,2.1.2,,,19.0,Scala compiler plugin for static code analysis.,63.0,20,True,3.0,,,,,,,, +81,mima,lightbend/mima,sbt,https://github.com/lightbend/mima,https://github.com/lightbend/mima,Apache-2.0,2012-05-24 14:08:57,2023-07-24 18:00:51,2023-07-24 18:00:51,1483.0,34.0,67.0,20.0,555.0,25.0,188.0,438.0,2023-07-18 19:55:41,1.1.3,,,32.0,A tool for catching binary incompatibility in Scala.,48.0,20,True,1.0,,,,,,,, +82,jawn,typelevel/jawn,json,https://github.com/typelevel/jawn,https://github.com/typelevel/jawn,MIT,2012-10-01 02:04:45,2023-08-04 12:50:36,2023-08-04 12:50:36,1252.0,65.0,71.0,20.0,492.0,13.0,56.0,433.0,2023-06-26 15:47:24,1.5.1,,,22.0,Jawn is for parsing jay-sawn (JSON).,48.0,20,True,2.0,,,,,,,, +83,endpoints4s,endpoints4s/endpoints4s,http,https://github.com/endpoints4s/endpoints4s,https://github.com/endpoints4s/endpoints4s,MIT,2016-04-25 12:48:00,2023-08-05 14:34:55,2023-07-25 03:42:31,1541.0,24.0,93.0,13.0,996.0,37.0,167.0,400.0,2023-05-18 07:15:05,1.10.0,,,29.0,"Describe HTTP endpoints in Scala and derive clients, servers, and documentation.",59.0,20,True,2.0,,,,,,,, +84,laika,typelevel/Laika,csv-yaml,https://github.com/typelevel/Laika,https://github.com/typelevel/Laika,Apache-2.0,2012-12-22 14:53:32,2023-08-03 16:12:18,2023-07-16 13:48:33,3632.0,68.0,42.0,12.0,240.0,13.0,205.0,387.0,2023-07-05 14:45:05,0.19.3,,,31.0,"Site and E-book Generator and Customizable Text Markup Transformer for sbt, Scala and Scala.js.",18.0,20,True,1.0,,,,,,,, +85,scalaxb,eed3si9n/scalaxb,http,https://github.com/eed3si9n/scalaxb,https://github.com/eed3si9n/scalaxb,MIT,2010-02-05 05:50:50,2023-06-24 23:36:53,2023-06-21 14:15:54,1281.0,1.0,151.0,23.0,171.0,155.0,281.0,328.0,2023-06-24 23:39:08,1.11.1,,,20.0,scalaxb is an XML data binding tool for Scala.,68.0,20,True,2.0,,,,,,,, +86,scanamo,scanamo/scanamo,db-clients,https://github.com/scanamo/scanamo,https://github.com/scanamo/scanamo,Apache-2.0,2016-02-01 10:58:52,2023-08-03 17:36:08,2023-06-09 11:44:45,2070.0,4.0,125.0,37.0,1492.0,74.0,152.0,317.0,2023-05-04 17:45:11,1.0.0-M25,,,14.0,Simpler DynamoDB access for Scala.,83.0,20,True,2.0,,,,,,,, +87,sbt-microsites,47degrees/sbt-microsites,sbt,https://github.com/47degrees/sbt-microsites,https://github.com/47degrees/sbt-microsites,Apache-2.0,2016-09-05 23:33:02,2023-08-04 05:17:18,2023-08-04 05:17:17,1250.0,22.0,61.0,46.0,634.0,18.0,121.0,315.0,2023-03-28 17:15:43,1.4.3,,,78.0,An sbt plugin to create awesome microsites for your project.,72.0,20,True,1.0,,,,,,,, +88,scala-js-dom,scala-js/scala-js-dom,scala-js,https://github.com/scala-js/scala-js-dom,https://github.com/scala-js/scala-js-dom,,2013-10-15 02:35:07,2023-08-05 14:37:34,2023-08-05 14:35:01,1454.0,61.0,153.0,17.0,590.0,21.0,193.0,294.0,2023-05-18 18:06:30,2.6.0,,,8.0,Statically typed DOM API for Scala.js.,110.0,20,False,2.0,,,,,,,,['scalajs'] +89,breeze,scalanlp/breeze,sci,https://github.com/scalanlp/breeze,https://github.com/scalanlp/breeze,Apache-2.0,2009-07-08 23:22:52,2022-08-22 04:52:00,2022-08-22 04:51:38,3725.0,,704.0,211.0,318.0,86.0,450.0,3408.0,,,,,,Breeze is a numerical processing library for Scala.,142.0,19,True,2.0,,,,,,,, +90,util,twitter/util,toolkits,https://github.com/twitter/util,https://github.com/twitter/util,Apache-2.0,2011-03-26 01:23:21,2023-05-18 15:14:24,2023-05-09 19:17:38,3118.0,1.0,584.0,230.0,195.0,12.0,111.0,2661.0,2022-12-26 14:38:56,util-22.12.0,,,81.0,Wonderful reusable code from Twitter.,318.0,19,True,2.0,,,,,,,, +91,sbt-assembly,sbt/sbt-assembly,sbt,https://github.com/sbt/sbt-assembly,https://github.com/sbt/sbt-assembly,MIT,2011-06-10 05:30:27,2023-07-10 11:50:54,2023-06-04 14:45:08,620.0,2.0,216.0,56.0,158.0,100.0,242.0,1912.0,2023-02-12 06:44:54,2.1.1,,,16.0,Deploy ber-JARs. Restart processes. (port of codahale/assembly-sbt).,78.0,19,True,2.0,,,,,,,, +92,geotrellis,locationtech/geotrellis,misc,https://github.com/locationtech/geotrellis,https://github.com/locationtech/geotrellis,,2011-12-23 14:56:54,2023-07-11 03:51:45,2023-07-11 03:51:37,2452.0,3.0,369.0,107.0,2222.0,247.0,1047.0,1279.0,2023-02-27 14:21:07,3.7.0,,,22.0,GeoTrellis is a geographic data processing engine for high performance applications.,95.0,19,False,1.0,,,,,,,, +93,macwire,softwaremill/macwire,di,https://github.com/softwaremill/macwire,https://github.com/softwaremill/macwire,Apache-2.0,2013-03-17 13:20:04,2023-07-28 00:24:32,2023-07-28 00:24:02,743.0,24.0,69.0,62.0,176.0,67.0,69.0,1238.0,2022-08-23 07:40:39,2.5.8,,,16.0,Lightweight and Nonintrusive Scala Dependency Injection Library.,40.0,19,True,2.0,,,,,,,, +94,colossus,tumblr/colossus,web-frameworks,https://github.com/tumblr/colossus,https://github.com/tumblr/colossus,Apache-2.0,2014-11-11 16:06:06,2021-08-14 08:40:07,2018-11-08 17:52:05,1325.0,,103.0,77.0,411.0,4.0,270.0,1153.0,2018-01-24 17:31:20,0.11.0,,,32.0,I/O and Microservice library for Scala.,28.0,19,False,2.0,,,,,,,, +95,async,scala/scala-async,toolkits,https://github.com/scala/scala-async,https://github.com/scala/scala-async,Apache-2.0,2013-04-01 22:22:27,2023-07-27 15:01:46,2023-07-27 15:01:46,751.0,11.0,89.0,57.0,240.0,13.0,75.0,1137.0,2021-09-09 21:50:20,1.0.1,,,21.0,An asynchronous programming facility for Scala.,28.0,19,True,2.0,,,,,,,, +96,phantom,outworkers/phantom,db-clients,https://github.com/outworkers/phantom,https://github.com/outworkers/phantom,Apache-2.0,2013-11-19 00:08:32,2023-04-05 09:14:46,2021-08-16 22:07:29,1120.0,,189.0,75.0,512.0,19.0,403.0,1047.0,2020-08-10 21:50:24,2.59.0,,,53.0,"Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise.",51.0,19,False,2.0,,,,,,,, +97,quicklens,softwaremill/quicklens,toolkits,https://github.com/softwaremill/quicklens,https://github.com/softwaremill/quicklens,Apache-2.0,2015-02-28 12:32:34,2023-08-04 00:07:00,2023-07-28 00:15:14,446.0,40.0,49.0,45.0,141.0,20.0,29.0,793.0,2023-07-19 08:23:28,1.9.6,,,27.0,Modify deeply nested case class fields.,25.0,19,True,2.0,,,,,,,, +98,scrooge,twitter/scrooge,data,https://github.com/twitter/scrooge,https://github.com/twitter/scrooge,Apache-2.0,2011-08-22 15:17:18,2023-05-12 12:24:21,2023-02-13 23:11:18,1842.0,,243.0,173.0,188.0,32.0,143.0,777.0,2022-12-26 14:40:41,scrooge-22.12.0,,,77.0,A Thrift parser/generator.,228.0,19,True,2.0,,,,,,,, +99,sbt-jmh,sbt/sbt-jmh,sbt,https://github.com/sbt/sbt-jmh,https://github.com/sbt/sbt-jmh,Apache-2.0,2014-05-19 18:39:03,2023-07-25 00:25:35,2023-07-11 06:36:20,288.0,11.0,89.0,26.0,134.0,28.0,69.0,765.0,2023-06-12 18:49:27,0.4.4,,,6.0,"Trust no one, bench everything. - sbt plugin for JMH (Java Microbenchmark Harness).",50.0,19,True,2.0,,,,,,,, +100,sbt-eclipse,sbt/sbt-eclipse,sbt,https://github.com/sbt/sbt-eclipse,https://github.com/sbt/sbt-eclipse,Apache-2.0,2011-06-04 00:39:57,2023-06-09 03:20:53,2023-05-18 16:54:49,402.0,3.0,171.0,50.0,140.0,78.0,203.0,720.0,2022-09-23 14:15:14,6.0.0,,,2.0,Plugin for sbt to create Eclipse project definitions.,39.0,19,True,2.0,,,,,,,, +101,scala-parser-combinators,scala/scala-parser-combinators,parsers,https://github.com/scala/scala-parser-combinators,https://github.com/scala/scala-parser-combinators,Apache-2.0,2013-08-15 18:35:18,2023-07-12 16:42:29,2023-07-12 16:42:27,987.0,15.0,128.0,35.0,404.0,22.0,96.0,631.0,2023-04-26 22:27:37,2.3.0,,,18.0,"simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-..",70.0,19,True,1.0,,,,,,,, +102,korolev,fomkin/korolev,web-frameworks,https://github.com/fomkin/korolev,https://github.com/fomkin/korolev,Apache-2.0,2016-08-10 16:19:56,2023-08-02 11:14:22,2023-08-02 07:27:09,676.0,13.0,50.0,22.0,226.0,14.0,223.0,582.0,2022-08-16 08:04:00,1.5.0,,,35.0,Single Page Applications running on the server side.,26.0,19,True,2.0,,,,,,,, +103,eff,atnos-org/eff,toolkits,https://github.com/atnos-org/eff,https://github.com/atnos-org/eff,MIT,2016-01-04 22:34:26,2023-08-04 02:57:32,2023-08-04 02:57:32,1124.0,30.0,79.0,19.0,582.0,3.0,63.0,561.0,2023-04-18 02:42:57,6.0.3,,,71.0,Eff monad for cats - https://atnos-org.github.io/eff.,42.0,19,True,2.0,,,,,,,, +104,sparta,Stratio/sparta,bigdata,https://github.com/Stratio/sparta,https://github.com/Stratio/sparta,Apache-2.0,2015-02-04 08:04:40,2019-10-24 06:32:21,2019-10-24 06:28:20,3643.0,,194.0,138.0,1360.0,9.0,534.0,524.0,2017-05-31 09:56:04,1.5.0,,,61.0,Real Time Analytics and Data Pipelines based on Spark Streaming.,41.0,19,False,3.0,,,,,,,, +105,twirl,playframework/twirl,templating,https://github.com/playframework/twirl,https://github.com/playframework/twirl,Apache-2.0,2013-09-22 22:48:40,2023-08-01 18:06:27,2023-07-25 07:20:28,1065.0,66.0,108.0,37.0,541.0,39.0,70.0,523.0,2022-12-27 13:09:41,1.5.2,,,8.0,Twirl is Plays default template engine.,51.0,19,True,1.0,,,,,,,, +106,scribe,outr/scribe,toolkits,https://github.com/outr/scribe,https://github.com/outr/scribe,MIT,2016-01-26 15:49:14,2023-08-04 01:09:09,2023-08-03 13:24:00,1295.0,83.0,37.0,8.0,343.0,18.0,133.0,474.0,2023-08-03 13:24:44,3.11.9,,,39.0,The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.,18.0,19,True,2.0,,,,,,,, +107,udash-core,UdashFramework/udash-core,web-frameworks,https://github.com/UdashFramework/udash-core,https://github.com/UdashFramework/udash-core,Apache-2.0,2016-02-25 09:35:23,2023-08-01 20:22:37,2023-07-25 05:26:26,3307.0,41.0,36.0,19.0,1004.0,29.0,87.0,439.0,2023-03-20 16:09:29,0.9.0,,,16.0,Scala framework for building beautiful and maintainable web applications.,37.0,19,True,2.0,,,,,,,, +108,zio-json,zio/zio-json,json,https://github.com/zio/zio-json,https://github.com/zio/zio-json,Apache-2.0,2020-07-03 16:46:04,2023-07-27 02:32:17,2023-07-03 07:27:32,556.0,14.0,117.0,23.0,848.0,101.0,80.0,387.0,2023-07-03 07:29:20,0.6.0,,,30.0,"Fast, secure JSON library with tight ZIO integration.",54.0,19,True,2.0,,,,,,,,['zio'] +109,play-json,playframework/play-json,json,https://github.com/playframework/play-json,https://github.com/playframework/play-json,Apache-2.0,2016-12-06 03:45:35,2023-08-01 18:03:40,2023-07-25 07:21:04,1245.0,54.0,130.0,19.0,795.0,43.0,75.0,348.0,2023-01-24 07:38:59,2.9.4,,,12.0,The Play JSON library.,64.0,19,True,2.0,,,,,,,,['play'] +110,scalismo,unibas-gravis/scalismo,media,https://github.com/unibas-gravis/scalismo,https://github.com/unibas-gravis/scalismo,Apache-2.0,2015-02-13 13:58:38,2023-06-30 13:20:59,2023-06-30 12:37:53,1832.0,13.0,64.0,19.0,337.0,13.0,62.0,232.0,2023-07-04 08:48:44,0.92.0,,,7.0,Scalable Image Analysis and Shape Modelling.,22.0,19,True,2.0,,,,,,,, +111,cornichon,agourlay/cornichon,test,https://github.com/agourlay/cornichon,https://github.com/agourlay/cornichon,Apache-2.0,2015-07-27 09:14:49,2023-08-03 12:15:18,2023-08-01 12:23:12,3215.0,87.0,29.0,12.0,637.0,21.0,134.0,225.0,2023-07-08 06:59:00,0.21.0,,,74.0,Scala DSL for testing HTTP JSON API.,18.0,19,True,2.0,,,,,,,, +112,stryker4s,stryker-mutator/stryker4s,test,https://github.com/stryker-mutator/stryker4s,https://github.com/stryker-mutator/stryker4s,Apache-2.0,2018-06-20 14:14:40,2023-08-03 14:20:53,2023-08-03 14:20:51,1279.0,59.0,28.0,8.0,1234.0,34.0,121.0,181.0,2022-01-03 16:34:16,0.14.3,,,38.0,Mutation testing for Scala.,29.0,19,True,2.0,,,,,,,, +113,neotypes,neotypes/neotypes,db-clients,https://github.com/neotypes/neotypes,https://github.com/neotypes/neotypes,MIT,2018-11-11 19:33:08,2023-08-05 16:54:05,2023-08-01 17:55:23,1115.0,71.0,31.0,7.0,604.0,17.0,47.0,154.0,2023-06-04 20:33:02,0.23.3,,,15.0,"Scala lightweight, type-safe, asynchronous driver for neo4j.",14.0,19,True,2.0,,,,,,,, +114,scalatra,scalatra/scalatra,web-frameworks,https://github.com/scalatra/scalatra,https://github.com/scalatra/scalatra,,2009-05-31 09:20:32,2023-08-04 22:04:05,2023-08-01 07:14:49,3949.0,31.0,340.0,83.0,1118.0,70.0,369.0,2610.0,,,,,,"Tiny Scala high-performance, async web framework, inspired by Sinatra.",134.0,18,False,3.0,,,,,,,, +115,better-files,pathikrit/better-files,toolkits,https://github.com/pathikrit/better-files,https://github.com/pathikrit/better-files,MIT,2015-09-12 03:48:31,2023-08-05 17:31:39,2023-02-17 17:30:13,1085.0,,149.0,38.0,414.0,36.0,177.0,1463.0,,,,,,"Simple, safe and intuitive Scala I/O.",60.0,18,True,3.0,,,,,,,, +116,enumeratum,lloydmeta/enumeratum,toolkits,https://github.com/lloydmeta/enumeratum,https://github.com/lloydmeta/enumeratum,MIT,2014-12-05 10:49:34,2023-07-21 04:14:32,2023-07-21 04:13:46,543.0,6.0,146.0,26.0,255.0,27.0,97.0,1160.0,2023-07-21 04:19:06,macros-1.6.4,,,71.0,"A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and..",89.0,18,True,3.0,,,,,,,, +117,fastparse,com-lihaoyi/fastparse,parsers,https://github.com/com-lihaoyi/fastparse,https://github.com/com-lihaoyi/fastparse,MIT,2014-11-29 08:35:28,2023-07-17 20:25:40,2023-07-10 05:25:08,950.0,4.0,166.0,38.0,156.0,18.0,116.0,1048.0,2021-09-07 10:21:47,2.3.3,,,2.0,Writing Fast Parsers Fast in Scala.,52.0,18,True,2.0,,,,,,,, +118,bidmach,biddata/bidmach,bigdata,https://github.com/BIDData/BIDMach,https://github.com/BIDData/BIDMach,BSD-3-Clause,2012-10-22 03:17:08,2022-10-04 23:35:03,2020-06-03 05:15:57,3024.0,,171.0,89.0,61.0,67.0,90.0,913.0,2017-03-26 04:20:02,1.1.2,,,9.0,CPU and GPU-accelerated Machine Learning Library.,45.0,18,False,3.0,,,,,,,, +119,scala-logging,lightbend-labs/scala-logging,toolkits,https://github.com/lightbend-labs/scala-logging,https://github.com/lightbend-labs/scala-logging,Apache-2.0,2013-07-16 20:24:15,2023-08-05 16:16:17,2023-07-24 18:01:03,332.0,11.0,128.0,26.0,281.0,27.0,96.0,893.0,2021-07-12 14:31:00,3.9.4,,,5.0,Convenient and performant logging library for Scala wrapping SLF4J.,45.0,18,True,3.0,,,,,,,, +120,scodec,scodec/scodec,data,https://github.com/scodec/scodec,https://github.com/scodec/scodec,BSD-3-Clause,2013-04-22 13:36:08,2023-08-01 19:24:49,2023-05-05 11:48:18,1320.0,,104.0,29.0,412.0,13.0,58.0,793.0,2023-02-07 03:30:52,2.2.1,,,4.0,Scala combinator library for working with binary data.,61.0,18,True,2.0,,,,,,,, +121,skinny-framework,skinny-framework/skinny-framework,web-frameworks,https://github.com/skinny-framework/skinny-framework,https://github.com/skinny-framework/skinny-framework,MIT,2013-09-24 07:39:24,2022-12-14 08:22:49,2022-12-14 08:22:22,1996.0,,73.0,47.0,287.0,20.0,134.0,737.0,2022-12-14 08:24:58,4.0.1,12200.0,110.0,100.0,Scala on Rails - A full-stack web app framework for rapid development in Scala.,32.0,18,True,3.0,,,,,,,, +122,avro4s,sksamuel/avro4s,data,https://github.com/sksamuel/avro4s,https://github.com/sksamuel/avro4s,Apache-2.0,2015-09-16 14:50:22,2023-07-24 22:00:25,2023-07-04 15:40:41,1539.0,3.0,225.0,25.0,418.0,13.0,356.0,698.0,,,,,,Avro schema generation and serialization / deserialization for Scala.,101.0,18,True,2.0,,,,,,,, +123,scallop,scallop/scallop,misc,https://github.com/scallop/scallop,https://github.com/scallop/scallop,MIT,2012-03-22 19:17:41,2023-08-03 05:43:14,2023-08-03 05:43:02,600.0,5.0,55.0,16.0,53.0,6.0,181.0,658.0,2023-08-03 05:38:04,5.0.0,,,25.0,a simple Scala CLI parsing library.,24.0,18,True,2.0,,,,,,,2.0, +124,sbt-release,sbt/sbt-release,sbt,https://github.com/sbt/sbt-release,https://github.com/sbt/sbt-release,Apache-2.0,2011-10-15 19:00:45,2023-07-25 02:26:40,2023-07-25 02:26:39,517.0,7.0,155.0,27.0,207.0,72.0,98.0,625.0,2021-06-24 14:27:49,1.1.0,,,4.0,A release plugin for sbt.,64.0,18,True,2.0,,,,,,,, +125,chill,twitter/chill,data,https://github.com/twitter/chill,https://github.com/twitter/chill,Apache-2.0,2012-10-15 22:01:08,2023-07-29 01:12:44,2023-03-19 07:21:05,928.0,,145.0,134.0,626.0,56.0,91.0,598.0,2021-06-04 22:29:04,0.10.0,,,34.0,Scala extensions for the Kryo serialization library.,67.0,18,True,2.0,,,,,,,, +126,scalariform,scala-ide/scalariform,development-cycle,https://github.com/scala-ide/scalariform,https://github.com/scala-ide/scalariform,MIT,2010-04-10 22:24:20,2022-12-18 15:16:00,2019-06-11 05:21:17,734.0,,150.0,28.0,97.0,61.0,140.0,534.0,2019-06-11 05:28:37,0.2.10,9415.0,128.0,11.0,Scala source code formatter.,56.0,18,False,3.0,,,,,,,, +127,jackson-module-scala,FasterXML/jackson-module-scala,json,https://github.com/FasterXML/jackson-module-scala,https://github.com/FasterXML/jackson-module-scala,Apache-2.0,2010-11-29 23:01:08,2023-07-26 21:13:42,2023-07-26 21:13:16,1679.0,20.0,140.0,27.0,184.0,47.0,412.0,489.0,,,,,,Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Scala-specific datatypes.,59.0,18,True,3.0,,,,,,,, +128,scalamock,paulbutcher/scalamock,test,https://github.com/paulbutcher/ScalaMock,https://github.com/paulbutcher/ScalaMock,MIT,2011-10-24 21:32:02,2023-07-24 19:43:06,2023-07-01 06:52:32,798.0,4.0,90.0,21.0,270.0,22.0,195.0,488.0,2021-12-25 20:07:28,5.2.0,,,13.0,Native Scala mocking framework.,33.0,18,True,3.0,,,,,,,, +129,metrics-scala,erikvanoosten/metrics-scala,misc,https://github.com/erikvanoosten/metrics-scala,https://github.com/erikvanoosten/metrics-scala,Apache-2.0,2012-09-10 17:53:21,2023-08-03 14:14:34,2023-08-03 14:14:34,2316.0,14.0,61.0,12.0,408.0,2.0,71.0,428.0,2019-06-04 12:08:41,4.0.6,,,12.0,The scala API for Dropwizards Metrics.,89.0,18,True,2.0,,,,,,,, +130,munit,scalameta/munit,test,https://github.com/scalameta/munit,https://github.com/scalameta/munit,Apache-2.0,2020-01-03 00:01:20,2023-08-04 00:43:07,2023-07-28 18:12:51,906.0,25.0,72.0,15.0,557.0,45.0,93.0,382.0,2023-06-09 12:50:53,1.0.0-M8,,,40.0,Scala testing library with actionable errors and extensible APIs.,44.0,18,True,3.0,,,,,,,, +131,mdoc,scalameta/mdoc,sbt,https://github.com/scalameta/mdoc,https://github.com/scalameta/mdoc,Apache-2.0,2017-10-23 07:00:47,2023-07-31 01:35:27,2023-07-31 01:35:27,1267.0,31.0,68.0,11.0,594.0,53.0,143.0,370.0,2023-02-07 19:04:02,2.3.7,,,64.0,Typechecked markdown documentation for Scala.,43.0,18,True,2.0,,,,,,,, +132,sbt-sonatype,xerial/sbt-sonatype,sbt,https://github.com/xerial/sbt-sonatype,https://github.com/xerial/sbt-sonatype,Apache-2.0,2014-01-20 16:13:49,2023-08-04 08:23:04,2023-08-04 08:23:02,677.0,21.0,49.0,14.0,329.0,9.0,86.0,312.0,2023-05-16 17:40:36,3.9.21,,,8.0,A sbt plugin for publishing Scala/Java projects to the Maven central.,28.0,18,True,2.0,,,,,,,, +133,sbt-ci-release,sbt/sbt-ci-release,sbt,https://github.com/sbt/sbt-ci-release,https://github.com/sbt/sbt-ci-release,Apache-2.0,2018-06-10 21:45:29,2023-07-24 19:27:30,2023-06-30 11:59:58,440.0,10.0,65.0,10.0,209.0,14.0,67.0,264.0,2023-05-02 15:21:16,1.5.12,,,24.0,sbt plugin to automate Sonatype releases from GitHub Actions.,54.0,18,True,2.0,,,,,,,, +134,play-ws,playframework/play-ws,http,https://github.com/playframework/play-ws,https://github.com/playframework/play-ws,Apache-2.0,2016-12-07 23:00:14,2023-07-30 18:33:36,2023-07-19 17:41:06,968.0,32.0,84.0,15.0,639.0,72.0,75.0,216.0,2023-07-21 16:37:14,2.1.11,,,13.0,"Standalone Play WS, an async HTTP client with fluent API.",48.0,18,True,3.0,,,,,,,,['play'] +135,cats-parse,typelevel/cats-parse,parsers,https://github.com/typelevel/cats-parse,https://github.com/typelevel/cats-parse,MIT,2020-10-30 21:53:24,2023-08-04 03:19:30,2023-08-04 03:17:43,402.0,27.0,45.0,15.0,437.0,25.0,67.0,214.0,2023-06-25 22:06:52,0.3.10,,,14.0,A parsing library for the cats ecosystem.,31.0,18,True,2.0,,,,,,,, +136,fs2-aws,laserdisc-io/fs2-aws,misc,https://github.com/laserdisc-io/fs2-aws,https://github.com/laserdisc-io/fs2-aws,MIT,2018-01-13 18:32:52,2023-08-03 17:30:42,2023-08-03 17:30:42,639.0,41.0,40.0,4.0,1001.0,27.0,41.0,169.0,2023-06-27 02:01:18,6.0.2,,,58.0,fs2 utilities to interact with AWS.,24.0,18,True,2.0,,,,,,,, +137,couchbase-jvm-clients,couchbase/couchbase-jvm-clients,db-clients,https://github.com/couchbase/couchbase-jvm-clients,https://github.com/couchbase/couchbase-jvm-clients,Apache-2.0,2018-10-01 16:44:58,2023-08-04 21:09:56,2023-08-04 21:09:54,2429.0,98.0,35.0,10.0,25.0,1.0,,39.0,,,,,,"The Couchbase Monorepo for JVM Clients: Java, Scala, io-core.",21.0,18,True,2.0,,,,144.0,,144.0,, +138,securesocial,jaliss/securesocial,sec,https://github.com/jaliss/securesocial,https://github.com/jaliss/securesocial,Apache-2.0,2011-11-10 17:32:54,2020-10-09 22:17:20,2018-07-21 14:07:06,571.0,,528.0,89.0,257.0,68.0,324.0,1199.0,,,,,,"A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications.",98.0,17,False,1.0,,,,,,,, +139,cassovary,twitter/cassovary,toolkits,https://github.com/twitter/cassovary,https://github.com/twitter/cassovary,Apache-2.0,2012-02-21 23:22:30,2021-10-08 21:22:29,2021-10-08 21:22:23,503.0,,144.0,162.0,155.0,34.0,48.0,1042.0,2015-03-18 21:37:14,5.1.0,,,5.0,Cassovary is a simple big graph processing library for the JVM.,30.0,17,False,3.0,,,,,,,, +140,squants,typelevel/squants,sci,https://github.com/typelevel/squants,https://github.com/typelevel/squants,Apache-2.0,2014-03-06 16:28:32,2023-07-07 00:25:31,2022-12-13 15:56:08,825.0,,112.0,21.0,452.0,42.0,100.0,895.0,2021-08-26 20:15:30,1.8.3,,,17.0,"The Scala API for Quantities, Units of Measure and Dimensional Analysis.",60.0,17,True,2.0,,,,,,,, +141,rediscala,etaty/rediscala,db-clients,https://github.com/etaty/rediscala,https://github.com/etaty/rediscala,Apache-2.0,2013-04-15 13:49:16,2023-08-03 18:18:46,2019-10-17 08:36:11,414.0,,135.0,40.0,99.0,74.0,83.0,791.0,2019-06-23 15:29:14,1.9.0,,,13.0,"Non-blocking, Reactive Redis driver for Scala (with Sentinel support).",31.0,17,False,2.0,,,,,,,, +142,sbt-updates,rtimush/sbt-updates,sbt,https://github.com/rtimush/sbt-updates,https://github.com/rtimush/sbt-updates,BSD-3-Clause,2012-10-07 17:20:50,2023-08-05 18:20:09,2023-07-29 08:05:32,594.0,8.0,51.0,22.0,286.0,12.0,66.0,730.0,2022-05-30 08:03:01,0.6.3,,,24.0,sbt plugin that can check Maven and Ivy repositories for dependency updates.,29.0,17,True,2.0,,,,,,,, +143,sbt-docker,marcuslonnberg/sbt-docker,sbt,https://github.com/marcuslonnberg/sbt-docker,https://github.com/marcuslonnberg/sbt-docker,MIT,2014-01-12 19:43:03,2023-06-06 17:56:20,2023-03-06 13:38:43,374.0,,105.0,18.0,45.0,21.0,69.0,726.0,2023-03-06 13:38:15,1.10.0,,,8.0,Create Docker images directly from sbt.,26.0,17,True,2.0,,,,,,,, +144,unfiltered,unfiltered/unfiltered,web-frameworks,https://github.com/unfiltered/unfiltered,https://github.com/unfiltered/unfiltered,MIT,2010-05-19 04:00:57,2023-07-27 21:12:39,2023-07-27 21:12:38,2827.0,21.0,112.0,25.0,920.0,47.0,146.0,708.0,,,,,,A toolkit for servicing HTTP requests in Scala.,87.0,17,True,3.0,,,,,,,, +145,scala-scraper,ruippeixotog/scala-scraper,misc,https://github.com/ruippeixotog/scala-scraper,https://github.com/ruippeixotog/scala-scraper,MIT,2014-10-12 21:58:22,2023-08-05 18:20:45,2023-07-28 22:07:04,648.0,24.0,105.0,27.0,365.0,8.0,53.0,704.0,2017-07-21 21:40:45,2.0.0,,,5.0,A Scala library for scraping content from HTML pages.,15.0,17,True,2.0,,,,,,,, +146,freestyle,frees-io/freestyle,toolkits,https://github.com/frees-io/freestyle,https://github.com/frees-io/freestyle,Apache-2.0,2016-10-19 22:31:44,2019-08-13 06:52:17,2019-08-13 06:52:16,526.0,,52.0,44.0,321.0,38.0,211.0,623.0,2018-06-07 10:17:38,0.8.2,,,24.0,A cohesive & pragmatic framework of FP centric Scala libraries.,44.0,17,False,3.0,,,,,,,, +147,scalate,scalate/scalate,templating,https://github.com/scalate/scalate,https://github.com/scalate/scalate,Apache-2.0,2010-01-27 15:53:18,2023-08-05 01:29:13,2023-08-05 01:29:13,2681.0,21.0,102.0,22.0,537.0,31.0,33.0,599.0,,,,,,"Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.",73.0,17,True,2.0,,,,,,,, +148,sbt-buildinfo,sbt/sbt-buildinfo,sbt,https://github.com/sbt/sbt-buildinfo,https://github.com/sbt/sbt-buildinfo,MIT,2012-03-03 14:47:30,2023-08-04 11:41:10,2023-04-28 15:06:52,316.0,,87.0,22.0,95.0,16.0,88.0,539.0,2022-02-17 05:57:05,0.11.0,,,5.0,I know this because build.sbt knows this.,48.0,17,True,2.0,,,,,,,, +149,akka-http-session,softwaremill/akka-http-session,sec,https://github.com/softwaremill/akka-http-session,https://github.com/softwaremill/akka-http-session,Apache-2.0,2015-06-30 13:40:05,2023-07-30 10:35:00,2022-01-31 15:14:16,265.0,,61.0,49.0,44.0,11.0,32.0,440.0,2022-01-31 15:21:26,0.7.0,,,8.0,"Web & mobile client-side akka-http sessions, with optional JWT support.",24.0,17,False,1.0,,,,,,,, +150,reboot,dispatch/reboot,http,https://github.com/dispatch/reboot,https://github.com/dispatch/reboot,LGPL-3.0,2011-12-11 22:33:52,2023-02-02 15:22:17,2023-02-02 15:22:17,722.0,,106.0,35.0,135.0,5.0,97.0,434.0,2020-01-11 01:05:15,1.2.0,,,24.0,Scala wrapper for the Java AsyncHttpClient.,38.0,17,True,3.0,,,,,,,, +151,weaver-test,disneystreaming/weaver-test,test,https://github.com/disneystreaming/weaver-test,https://github.com/disneystreaming/weaver-test,,2020-04-24 17:21:55,2023-08-05 14:40:36,2023-08-05 14:40:36,655.0,16.0,45.0,10.0,580.0,34.0,68.0,392.0,2023-04-14 16:20:16,0.8.3,2308.0,60.0,36.0,A test framework that runs everything in parallel.,38.0,17,False,3.0,,,,,,,, +152,mockito-scala,mockito/mockito-scala,test,https://github.com/mockito/mockito-scala,https://github.com/mockito/mockito-scala,MIT,2018-06-23 16:45:29,2023-07-30 17:09:18,2023-03-20 21:45:23,870.0,,51.0,17.0,384.0,31.0,96.0,325.0,2023-03-20 22:05:34,1.17.14,,,25.0,Mockito for Scala language.,29.0,17,True,3.0,,,,,,,, +153,diffson,gnieh/diffson,json,https://github.com/gnieh/diffson,https://github.com/gnieh/diffson,Apache-2.0,2013-08-30 15:50:35,2023-08-05 15:26:24,2023-05-06 08:47:33,477.0,,52.0,12.0,318.0,10.0,43.0,295.0,2023-03-03 08:34:40,4.4.0,,,14.0,A scala diff/patch library for Json.,31.0,17,True,3.0,,,,,,,, +154,Dsl.scala,ThoughtWorksInc/Dsl.scala,toolkits,https://github.com/ThoughtWorksInc/Dsl.scala,https://github.com/ThoughtWorksInc/Dsl.scala,Apache-2.0,2017-10-14 01:21:02,2023-07-30 00:23:57,2023-07-02 07:50:12,1821.0,28.0,29.0,28.0,661.0,17.0,18.0,256.0,2023-01-26 02:47:03,2.0.0,,,17.0,A framework to create embedded Domain-Specific Languages in Scala.,5.0,17,True,3.0,,,,,,,, +155,anorm,playframework/anorm,db-clients,https://github.com/playframework/anorm,https://github.com/playframework/anorm,Apache-2.0,2014-12-05 03:05:14,2023-07-24 21:09:01,2023-07-24 21:09:00,712.0,18.0,69.0,17.0,501.0,7.0,60.0,226.0,2022-09-29 14:17:35,2.7.0,,,3.0,The Anorm database library.,54.0,17,True,2.0,,,,,,,,['play'] +156,sbt-header,sbt/sbt-header,sbt,https://github.com/sbt/sbt-header,https://github.com/sbt/sbt-header,Apache-2.0,2015-02-05 16:25:45,2023-07-28 15:57:44,2023-06-07 08:14:12,320.0,3.0,53.0,10.0,229.0,10.0,77.0,191.0,2023-06-07 11:27:41,5.10.0,,,24.0,"sbt-header is an sbt plugin for creating file headers, e.g. copyright headers.",38.0,17,True,2.0,,,,,,,, +157,sbt-scalafmt,scalameta/sbt-scalafmt,sbt,https://github.com/scalameta/sbt-scalafmt,https://github.com/scalameta/sbt-scalafmt,Apache-2.0,2018-06-10 21:10:13,2023-08-04 03:21:10,2023-08-04 03:21:09,257.0,13.0,35.0,9.0,209.0,5.0,56.0,166.0,2022-11-14 19:51:16,2.5.0,,,23.0,sbt plugin for Scalafmt.,27.0,17,True,2.0,,,,,,,, +158,openmole,openmole/openmole,sci,https://github.com/openmole/openmole,https://github.com/openmole/openmole,AGPL-3.0,2014-10-08 09:37:00,2023-07-19 18:54:08,2023-07-19 18:53:38,13907.0,157.0,34.0,18.0,106.0,78.0,366.0,135.0,2017-01-24 22:47:01,6.2,56.0,0.0,4.0,Workflow engine for exploration of simulation models using high throughput computing.,47.0,17,True,2.0,,,,,,,, +159,zio-redis,zio/zio-redis,db-clients,https://github.com/zio/zio-redis,https://github.com/zio/zio-redis,Apache-2.0,2020-01-07 16:12:24,2023-08-03 22:48:53,2023-07-27 21:44:23,560.0,13.0,59.0,14.0,751.0,20.0,106.0,108.0,2023-03-28 12:22:41,0.2.0,,,2.0,A ZIO-based redis client.,37.0,17,True,2.0,,,,,,,,['zio'] +160,scopt,scopt/scopt,misc,https://github.com/scopt/scopt,https://github.com/scopt/scopt,,2012-03-18 19:27:17,2023-04-14 06:22:04,2023-04-14 06:22:04,491.0,,164.0,37.0,176.0,57.0,116.0,1410.0,2022-07-02 20:30:57,4.1.0,,,17.0,command line options parsing for Scala.,62.0,16,False,2.0,,,,,,,, +161,tensorflow_scala,eaplatanios/tensorflow_scala,sci,https://github.com/eaplatanios/tensorflow_scala,https://github.com/eaplatanios/tensorflow_scala,Apache-2.0,2017-04-01 18:00:29,2022-06-22 21:53:34,2022-06-22 21:50:29,2260.0,,99.0,70.0,51.0,29.0,120.0,922.0,2020-10-08 19:13:41,0.5.6,,,11.0,TensorFlow API for the Scala Programming Language.,12.0,16,True,2.0,,,,,,,, +162,rxscala,reactivex/rxscala,reactive,https://github.com/ReactiveX/RxScala,https://github.com/ReactiveX/RxScala,Apache-2.0,2014-08-19 03:45:33,2020-01-08 16:00:38,2019-12-29 15:39:19,857.0,,116.0,59.0,122.0,2.0,85.0,890.0,2019-12-29 15:41:19,0.27.0,,,15.0,RxScala Reactive Extensions for Scala a library for composing asynchronous and event-based programs using observable..,44.0,16,False,2.0,,,,,,,, +163,nscala-time,nscala-time/nscala-time,toolkits,https://github.com/nscala-time/nscala-time,https://github.com/nscala-time/nscala-time,Apache-2.0,2012-12-06 09:39:55,2023-07-26 03:30:44,2023-07-26 03:30:42,640.0,13.0,86.0,27.0,242.0,6.0,49.0,871.0,,,,,,A new Scala wrapper for Joda Time based on scala-time.,25.0,16,True,3.0,,,,,,,, +164,figaro,charles-river-analytics/figaro,sci,https://github.com/charles-river-analytics/figaro,https://github.com/charles-river-analytics/figaro,,2013-08-14 18:13:17,2022-06-01 16:25:49,2022-06-01 16:25:48,1478.0,,158.0,84.0,303.0,122.0,332.0,756.0,2017-08-24 18:00:35,5.0.0.0,1428.0,12.0,16.0,Figaro Programming Language and Core Libraries.,29.0,16,False,2.0,,,,,,,, +165,scalastyle,scalastyle/scalastyle,development-cycle,https://github.com/scalastyle/scalastyle,https://github.com/scalastyle/scalastyle,Apache-2.0,2011-10-20 19:26:37,2022-09-16 09:23:16,2019-03-04 20:14:47,629.0,,219.0,31.0,148.0,82.0,149.0,680.0,,,,,,scalastyle.,70.0,16,False,3.0,,,,,,,, +166,testcontainers-scala,testcontainers/testcontainers-scala,test,https://github.com/testcontainers/testcontainers-scala,https://github.com/testcontainers/testcontainers-scala,MIT,2017-01-16 08:12:30,2023-06-18 02:12:23,2023-06-17 19:46:21,656.0,10.0,113.0,20.0,156.0,30.0,70.0,585.0,2019-06-23 16:51:16,0.27.0,,,1.0,Docker containers for testing in scala.,76.0,16,True,3.0,,,,,,,, +167,squeryl,squeryl/squeryl,db-clients,https://github.com/squeryl/squeryl,https://github.com/squeryl/squeryl,Apache-2.0,2010-01-30 16:07:07,2023-08-04 02:56:42,2023-08-04 02:56:42,1089.0,27.0,142.0,28.0,336.0,40.0,112.0,583.0,,,,,,A Scala DSL for talking with databases with minimum verbosity and maximum type safety.,60.0,16,True,2.0,,,,,,,, +168,scala-graph,scala-graph/scala-graph,toolkits,https://github.com/scala-graph/scala-graph,https://github.com/scala-graph/scala-graph,Apache-2.0,2013-01-29 16:21:11,2023-07-28 22:12:48,2023-06-17 17:48:48,681.0,11.0,72.0,30.0,168.0,15.0,107.0,552.0,2022-05-28 07:23:56,1.13.5,,,1.0,Graph for Scala is intended to provide basic graph functionality seamlessly fitting into the Scala Collection Library...,18.0,16,True,3.0,,,,,,,, +169,scala-oauth2-provider,nulab/scala-oauth2-provider,sec,https://github.com/nulab/scala-oauth2-provider,https://github.com/nulab/scala-oauth2-provider,MIT,2013-09-17 11:19:40,2023-01-18 10:13:33,2022-02-10 15:13:00,254.0,,101.0,61.0,85.0,4.0,62.0,533.0,2019-08-09 09:45:14,1.5.0,,,27.0,OAuth 2.0 server-side implementation written in Scala.,27.0,16,True,2.0,,,,,,,, +170,xitrum,xitrum-framework/xitrum,web-frameworks,https://github.com/xitrum-framework/xitrum,https://github.com/xitrum-framework/xitrum,MIT,2010-07-19 22:58:50,2023-02-28 06:06:49,2023-02-28 06:06:46,2082.0,,52.0,39.0,36.0,56.0,600.0,449.0,,,,,,Async and clustered Scala web framework and HTTP(S) server.,31.0,16,True,3.0,,,,,,,, +171,xsbt-web-plugin,earldouglas/xsbt-web-plugin,sbt,https://github.com/earldouglas/xsbt-web-plugin,https://github.com/earldouglas/xsbt-web-plugin,BSD-3-Clause,2011-04-24 10:27:46,2023-08-05 12:57:55,2023-07-22 13:04:23,996.0,31.0,98.0,19.0,550.0,12.0,247.0,384.0,,,,,,Servlet support for sbt.,33.0,16,True,3.0,,,,,,,, +172,sbt-git,sbt/sbt-git,sbt,https://github.com/sbt/sbt-git,https://github.com/sbt/sbt-git,BSD-2-Clause,2011-10-26 18:18:57,2023-06-22 17:17:58,2022-11-22 08:24:38,313.0,,96.0,16.0,127.0,27.0,81.0,342.0,2022-12-05 16:20:46,2.0.1,,,7.0,A git plugin for sbt.,50.0,16,True,3.0,,,,,,,, +173,scala-guice,codingwell/scala-guice,di,https://github.com/codingwell/scala-guice,https://github.com/codingwell/scala-guice,Apache-2.0,2012-03-17 06:02:25,2023-05-13 19:14:00,2023-05-13 19:14:00,278.0,6.0,46.0,14.0,44.0,12.0,49.0,341.0,2023-03-12 18:12:58,5.1.1,,,8.0,Scala extensions for Google Guice.,26.0,16,True,3.0,,,,,,,, +174,each,ThoughtWorksInc/each,toolkits,https://github.com/ThoughtWorksInc/each,https://github.com/ThoughtWorksInc/each,Apache-2.0,2015-05-05 07:27:00,2023-07-29 00:09:30,2023-02-03 06:45:06,739.0,,27.0,29.0,134.0,10.0,28.0,254.0,2023-02-03 06:24:22,3.3.2,,,3.0,A macro library that converts native imperative syntax to scalazs monadic expressions.,15.0,16,True,3.0,,,,,,,, +175,sbt-dependency-check,albuch/sbt-dependency-check,sbt,https://github.com/albuch/sbt-dependency-check,https://github.com/albuch/sbt-dependency-check,Apache-2.0,2016-01-12 09:14:44,2023-06-12 12:21:32,2023-05-06 07:09:46,621.0,,35.0,11.0,226.0,4.0,79.0,253.0,2023-03-05 11:31:58,5.1.0,,,46.0,SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known..,18.0,16,True,3.0,,,,,,,, +176,pulsar4s,CleverCloud/pulsar4s,db-clients,https://github.com/CleverCloud/pulsar4s,https://github.com/CleverCloud/pulsar4s,Apache-2.0,2018-01-04 06:29:12,2023-08-01 19:34:43,2023-01-08 02:27:21,711.0,,42.0,12.0,483.0,21.0,42.0,219.0,2023-01-08 02:29:27,2.9.0,,,5.0,"Idiomatic, typesafe, and reactive Scala client for Apache Pulsar.",23.0,16,True,2.0,,,,,,,, +177,youi,outr/youi,web-frameworks,https://github.com/outr/youi,https://github.com/outr/youi,MIT,2012-06-26 14:06:32,2023-07-09 00:48:51,2022-12-07 15:24:18,2690.0,,29.0,17.0,268.0,22.0,41.0,209.0,2019-01-30 18:17:20,0.9.0,,,12.0,"Next generation user interface and application development in Scala and Scala.js for web, mobile, and desktop.",11.0,16,True,3.0,,,,,,,, +178,sbt-doctest,tkawachi/sbt-doctest,sbt,https://github.com/tkawachi/sbt-doctest,https://github.com/tkawachi/sbt-doctest,MIT,2014-06-10 15:46:12,2023-08-03 21:23:44,2023-08-03 21:23:43,669.0,24.0,27.0,12.0,344.0,15.0,47.0,182.0,2015-12-17 13:37:24,0.3.5,,,1.0,Doctest for scala.,26.0,16,True,3.0,,,,,,,, +179,cilib,ciren/cilib,misc,https://github.com/ciren/cilib,https://github.com/ciren/cilib,Apache-2.0,2009-01-07 13:11:13,2022-08-05 05:12:53,2022-08-05 05:08:44,2338.0,,102.0,23.0,267.0,11.0,54.0,123.0,2018-03-21 12:08:40,2.0.1,,,5.0,"Typesafe, purely functional Computational Intelligence.",26.0,16,True,2.0,,,,,,,, +180,skuber,hagay3/skuber,misc,https://github.com/hagay3/skuber,https://github.com/hagay3/skuber,Apache-2.0,2021-03-11 23:49:41,2023-08-05 15:28:53,2023-07-17 17:49:33,1010.0,30.0,47.0,4.0,284.0,20.0,21.0,70.0,2023-07-17 17:50:16,3.1,,,16.0,A Scala Kubernetes client library.,61.0,16,True,2.0,,,,,,,, +181,zio-elasticsearch,lambdaworks/zio-elasticsearch,db-clients,https://github.com/lambdaworks/zio-elasticsearch,https://github.com/lambdaworks/zio-elasticsearch,Apache-2.0,2022-08-07 09:04:07,2023-08-05 16:59:27,2023-08-03 13:09:36,273.0,88.0,15.0,13.0,255.0,11.0,32.0,52.0,2023-08-05 16:56:26,0.2.0,,,2.0,ZIO Elasticsearch is a type-safe and streaming-friendly ZIO native Elasticsearch client.,17.0,16,True,2.0,io.lambdaworks:zio-elasticsearch_3,https://search.maven.org/artifact/io.lambdaworks/zio-elasticsearch_3,2023-04-21 15:48:15,,,,,['zio'] +182,scalaj-http,scalaj/scalaj-http,http,https://github.com/scalaj/scalaj-http,https://github.com/scalaj/scalaj-http,Apache-2.0,2010-08-23 20:05:19,2022-04-03 21:19:24,2022-04-03 21:19:24,300.0,,123.0,44.0,84.0,31.0,112.0,978.0,2016-04-02 20:58:24,2.3.0,,,1.0,Simple scala wrapper for HttpURLConnection. OAuth included.,29.0,15,True,3.0,,,,,,,, +183,simulacrum,typelevel/simulacrum,toolkits,https://github.com/typelevel/simulacrum,https://github.com/typelevel/simulacrum,BSD-3-Clause,2015-01-17 03:49:30,2023-01-21 08:35:21,2023-01-21 08:35:21,430.0,,62.0,34.0,161.0,28.0,45.0,938.0,2018-02-20 14:20:53,0.12.0,,,1.0,First class syntax support for type classes in Scala.,34.0,15,True,3.0,,,,,,,, +184,vegas,vegas-viz/vegas,bigdata,https://github.com/vegas-viz/Vegas,https://github.com/vegas-viz/Vegas,MIT,2016-04-14 16:44:32,2022-01-30 23:39:05,2019-09-17 18:54:19,237.0,,104.0,45.0,77.0,54.0,54.0,728.0,2017-07-25 22:34:25,0.3.11,,,8.0,The missing MatPlotLib for Scala + Spark.,20.0,15,False,3.0,,,,,,,, +185,scalatags,com-lihaoyi/scalatags,templating,https://github.com/com-lihaoyi/scalatags,https://github.com/com-lihaoyi/scalatags,MIT,2012-11-01 21:35:17,2023-06-07 18:26:15,2023-06-07 18:26:14,602.0,9.0,116.0,36.0,134.0,31.0,108.0,723.0,,,,,,ScalaTags is a small XML/HTML construction library for Scala.,61.0,15,True,3.0,,,,,,,, +186,Laminar,raquo/Laminar,scala-js,https://github.com/raquo/Laminar,https://github.com/raquo/Laminar,MIT,2017-04-06 06:06:49,2023-07-13 05:58:32,2023-07-09 01:48:38,556.0,18.0,44.0,23.0,36.0,18.0,74.0,653.0,,,,,,"Simple, expressive, and safe UI library for Scala.js.",13.0,15,True,3.0,,,,,,,,['scalajs'] +187,scalafx,scalafx/scalafx,misc,https://github.com/scalafx/scalafx,https://github.com/scalafx/scalafx,,2014-05-18 14:12:15,2023-04-04 23:54:43,2023-04-04 23:54:13,2025.0,,67.0,34.0,58.0,25.0,294.0,637.0,2023-04-04 23:52:55,.20.0.0-R31,264.0,2.0,31.0,ScalaFX simplifies creation of JavaFX-based user interfaces in Scala.,56.0,15,False,2.0,,,,,,,, +188,play2-auth,t2v/play2-auth,sec,https://github.com/t2v/play2-auth,https://github.com/t2v/play2-auth,Apache-2.0,2012-04-23 16:27:14,2019-09-10 09:34:53,2017-10-18 15:44:31,261.0,,148.0,62.0,80.0,23.0,97.0,620.0,2015-08-27 05:10:50,release0.14.1,,,8.0,Play2.x Authentication and Authorization module.,22.0,15,False,2.0,,,,,,,, +189,decline,bkirwi/decline,misc,https://github.com/bkirwi/decline,https://github.com/bkirwi/decline,Apache-2.0,2016-10-23 00:30:19,2023-06-11 18:54:44,2023-06-11 18:54:44,788.0,2.0,61.0,8.0,424.0,27.0,59.0,603.0,2021-12-12 22:36:45,2.2.0,,,8.0,A composable command-line parser for Scala.,34.0,15,True,2.0,,,,,,,, +190,cask,com-lihaoyi/cask,web-frameworks,https://github.com/com-lihaoyi/cask,https://github.com/com-lihaoyi/cask,,2018-07-20 00:48:20,2023-07-23 14:27:53,2023-07-23 14:27:52,296.0,2.0,45.0,12.0,47.0,9.0,34.0,457.0,2023-04-04 05:06:56,0.9.1,22010.0,366.0,77.0,Cask: a Scala HTTP micro-framework.,14.0,15,False,3.0,,,,,,,, +191,play-pac4j,pac4j/play-pac4j,sec,https://github.com/pac4j/play-pac4j,https://github.com/pac4j/play-pac4j,Apache-2.0,2012-11-10 08:19:26,2023-07-19 15:10:38,2023-07-19 15:10:35,919.0,17.0,102.0,25.0,399.0,1.0,,397.0,,,,,,"Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...",47.0,15,True,2.0,,,,,,,, +192,larray,xerial/larray,toolkits,https://github.com/xerial/larray,https://github.com/xerial/larray,Apache-2.0,2013-03-18 01:19:50,2022-11-30 18:43:55,2022-11-25 09:52:48,465.0,,40.0,27.0,26.0,22.0,33.0,396.0,2016-12-14 04:07:48,0.4.0,,,3.0,Large off-heap arrays and mmap files for Scala and Java.,11.0,15,True,3.0,,,,,,,, +193,atto,tpolecat/atto,parsers,https://github.com/tpolecat/atto,https://github.com/tpolecat/atto,MIT,2013-09-04 20:34:40,2023-07-26 22:00:47,2022-07-07 03:03:10,588.0,,59.0,13.0,356.0,19.0,11.0,356.0,2021-05-14 18:36:22,0.9.5,,,2.0,friendly little parsers.,31.0,15,True,3.0,,,,,,,, +194,tsec,jmcardon/tsec,sec,https://github.com/jmcardon/tsec,https://github.com/jmcardon/tsec,MIT,2017-08-04 20:25:11,2021-11-26 17:57:19,2021-08-24 04:44:55,841.0,,53.0,10.0,332.0,57.0,55.0,353.0,2019-04-23 03:46:29,0.1.0,,,11.0,Type-safe general-cryptography library - https://jmcardon.github.io/tsec/.,30.0,15,False,2.0,,,,,,,, +195,kantan.csv,nrinaudo/kantan.csv,csv-yaml,https://github.com/nrinaudo/kantan.csv,https://github.com/nrinaudo/kantan.csv,Apache-2.0,2015-07-22 06:51:22,2023-07-24 19:14:34,2022-09-06 14:24:02,1028.0,,34.0,9.0,187.0,45.0,134.0,345.0,2019-06-04 07:25:39,0.5.1,,,12.0,CSV handling library for Scala.,9.0,15,True,2.0,,,,,,,, +196,scala-activerecord,aselab/scala-activerecord,db-clients,https://github.com/aselab/scala-activerecord,https://github.com/aselab/scala-activerecord,MIT,2012-04-10 04:26:31,2021-01-08 00:05:38,2021-01-08 00:05:30,513.0,,31.0,35.0,12.0,20.0,62.0,323.0,2020-10-07 00:17:01,0.6.1,,,8.0,ActiveRecord-like ORM library for Scala.,9.0,15,False,3.0,,,,,,,, +197,scaldi,scaldi/scaldi,di,https://github.com/scaldi/scaldi,https://github.com/scaldi/scaldi,Apache-2.0,2010-05-17 17:14:02,2023-07-28 22:36:33,2022-06-08 15:18:06,506.0,,24.0,8.0,189.0,23.0,49.0,290.0,2021-07-27 19:27:16,0.6.2,,,16.0,Lightweight Scala Dependency Injection Library.,13.0,15,True,3.0,,,,,,,, +198,scrypto,input-output-hk/scrypto,sec,https://github.com/input-output-hk/scrypto,https://github.com/input-output-hk/scrypto,CC0-1.0,2015-12-22 17:38:21,2023-07-10 12:47:22,2023-03-01 09:26:40,1020.0,,51.0,23.0,85.0,7.0,15.0,195.0,2022-01-05 11:32:22,2.2.1,,,9.0,Cryptographic primitives for Scala.,24.0,15,False,2.0,,,,,,,, +199,iteratee,travisbrown/iteratee,reactive,https://github.com/travisbrown/iteratee,https://github.com/travisbrown/iteratee,Apache-2.0,2015-09-09 02:17:38,2023-07-18 22:21:02,2021-10-11 13:01:45,1019.0,,20.0,6.0,636.0,11.0,23.0,187.0,2021-06-09 12:56:34,0.20.0,,,31.0,Iteratees for Cats.,29.0,15,False,2.0,,,,,,,, +200,minitest,monix/minitest,test,https://github.com/monix/minitest,https://github.com/monix/minitest,Apache-2.0,2014-12-16 01:17:08,2023-07-06 21:55:04,2021-11-28 09:54:57,394.0,,36.0,7.0,163.0,2.0,10.0,177.0,2021-05-13 19:30:08,2.9.6,,,13.0,The super light testing library for Scala and Scala.js.,23.0,15,False,3.0,,,,,,,, +201,sbt-unidoc,sbt/sbt-unidoc,sbt,https://github.com/sbt/sbt-unidoc,https://github.com/sbt/sbt-unidoc,Apache-2.0,2013-05-16 06:40:23,2023-07-25 02:26:50,2023-07-25 02:26:50,165.0,8.0,28.0,14.0,91.0,23.0,35.0,123.0,2021-10-23 21:22:11,0.5.0,,,5.0,sbt plugin to create a unified Scaladoc or Javadoc API document across multiple subprojects.,23.0,15,True,3.0,,,,,,,, +202,bleep,oyvindberg/bleep,development-cycle,https://github.com/oyvindberg/bleep,https://github.com/oyvindberg/bleep,MIT,2021-10-15 20:56:47,2023-08-05 17:31:11,2023-07-27 19:48:35,724.0,26.0,16.0,13.0,265.0,41.0,42.0,114.0,,,2886.0,180.0,28.0,A bleeping fast scala build tool!.,12.0,15,True,3.0,,,,,,,, +203,openai-scala-client,cequence-io/openai-scala-client,sci,https://github.com/cequence-io/openai-scala-client,https://github.com/cequence-io/openai-scala-client,MIT,2023-01-25 10:09:04,2023-07-18 19:55:49,2023-07-18 19:55:45,177.0,119.0,9.0,7.0,16.0,9.0,19.0,113.0,2023-07-18 19:53:00,0.4.1,,,10.0,Scala client for OpenAI API.,3.0,15,True,3.0,io.cequence:openai-scala-client_2.13,https://search.maven.org/artifact/io.cequence/openai-scala-client_2.13,2023-07-18 15:14:18,2.0,2.0,,, +204,rescala,rescala-lang/rescala,reactive,https://github.com/rescala-lang/REScala,https://github.com/rescala-lang/REScala,Apache-2.0,2013-06-07 09:30:17,2023-08-05 16:10:12,2023-08-05 16:03:16,5327.0,155.0,25.0,14.0,33.0,,9.0,79.0,,,,,,REScala - distributed and reactive programming embedded in OO and FP programs.,28.0,15,True,2.0,,,,,,,, +205,scala-redis,debasishg/scala-redis,db-clients,https://github.com/debasishg/scala-redis,https://github.com/debasishg/scala-redis,,2009-12-31 06:31:15,2023-01-25 21:39:14,2021-12-19 15:12:11,485.0,,222.0,62.0,150.0,76.0,82.0,1020.0,2021-11-02 15:19:32,3.42,,,11.0,"A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client..",72.0,14,False,3.0,,,,,,,, +206,sbt-android,scala-android/sbt-android,misc,https://github.com/scala-android/sbt-android,https://github.com/scala-android/sbt-android,,2012-02-24 04:11:36,2020-12-03 18:44:05,2019-10-18 20:27:53,1284.0,,90.0,59.0,77.0,17.0,253.0,745.0,,,,,,An easy-to-use sbt plugin for working with all Android projects.,35.0,14,False,2.0,,,,,,,, +207,parboiled2,sirthias/parboiled2,parsers,https://github.com/sirthias/parboiled2,https://github.com/sirthias/parboiled2,,2013-04-18 10:48:21,2023-08-03 22:05:34,2023-07-24 22:41:23,899.0,28.0,88.0,26.0,327.0,37.0,117.0,712.0,,,,,,A macro-based PEG parser generator for Scala 2.10+.,36.0,14,False,3.0,,,,,,,, +208,requests-scala,com-lihaoyi/requests-scala,http,https://github.com/com-lihaoyi/requests-scala,https://github.com/com-lihaoyi/requests-scala,,2018-07-19 11:06:17,2023-07-22 13:18:24,2022-12-25 14:15:38,165.0,,67.0,12.0,77.0,28.0,37.0,682.0,2022-12-25 14:57:04,0.8.0,,,6.0,"A Scala port of the popular Python Requests HTTP client: flexible, intuitive, and straightforward to use.",29.0,14,False,3.0,,,,,,,, +209,casbah,mongodb/casbah,db-clients,https://github.com/mongodb/casbah,https://github.com/mongodb/casbah,,2010-10-29 18:39:30,2022-01-20 16:56:00,2022-01-20 16:55:58,1108.0,,133.0,60.0,64.0,7.0,,526.0,,,,,,Casbah is now officially end-of-life (EOL).,36.0,14,False,3.0,,,,,,,, +210,scalameter,scalameter/scalameter,test,https://github.com/scalameter/scalameter,https://github.com/scalameter/scalameter,,2012-11-18 20:56:32,2022-08-22 09:03:55,2022-08-22 09:03:55,798.0,,70.0,29.0,130.0,47.0,65.0,501.0,,,,,,Microbenchmarking and performance regression testing framework for the JVM platform.,48.0,14,False,3.0,,,,,,,, +211,sbt-pack,xerial/sbt-pack,sbt,https://github.com/xerial/sbt-pack,https://github.com/xerial/sbt-pack,,2012-11-19 06:44:58,2023-08-04 08:31:59,2023-08-04 08:31:58,851.0,36.0,72.0,14.0,334.0,28.0,69.0,477.0,2022-11-24 02:03:25,0.17,,,12.0,A sbt plugin for creating distributable Scala packages.,36.0,14,False,3.0,,,,,,,, +212,utest,com-lihaoyi/utest,test,https://github.com/com-lihaoyi/utest,https://github.com/com-lihaoyi/utest,,2014-01-27 03:12:39,2023-07-22 13:22:08,2023-04-29 21:54:02,687.0,,80.0,16.0,169.0,28.0,106.0,474.0,2022-09-06 22:28:12,0.8.1,,,8.0,A simple testing framework for Scala.,48.0,14,False,3.0,,,,,,,, +213,splain,tek/splain,sbt,https://github.com/tek/splain,https://github.com/tek/splain,MIT,2016-12-18 00:02:41,2023-06-27 18:35:39,2023-06-10 19:39:20,343.0,3.0,29.0,11.0,46.0,9.0,44.0,367.0,2023-06-26 18:21:33,Release/1.0.2-2.13.11,154.0,2.0,22.0,better implicit errors for scala.,18.0,14,True,3.0,,,,,,,, +214,hamsters,scala-hamsters/hamsters,toolkits,https://github.com/scala-hamsters/hamsters,https://github.com/scala-hamsters/hamsters,Apache-2.0,2016-04-18 13:12:24,2020-12-19 17:54:15,2020-02-25 09:53:53,587.0,,26.0,22.0,70.0,5.0,61.0,294.0,,,,,,A mini Scala utility library.,24.0,14,False,3.0,,,,,,,, +215,banana-rdf,banana-rdf/banana-rdf,misc,https://github.com/banana-rdf/banana-rdf,https://github.com/banana-rdf/banana-rdf,,2012-04-30 03:02:56,2023-07-11 15:24:27,2021-10-29 02:29:24,1342.0,,66.0,32.0,194.0,99.0,90.0,294.0,,,,,,Banana RDF.,30.0,14,False,2.0,,,,,,,, +216,scalaprops,scalaprops/scalaprops,test,https://github.com/scalaprops/scalaprops,https://github.com/scalaprops/scalaprops,MIT,2015-05-05 03:19:11,2023-08-04 02:57:56,2023-08-04 02:57:56,1194.0,25.0,21.0,13.0,349.0,8.0,12.0,275.0,,,,,,property based testing library for Scala.,12.0,14,True,3.0,,,,,,,, +217,scalajs-angular,greencatsoft/scalajs-angular,scala-js,https://github.com/greencatsoft/scalajs-angular,https://github.com/greencatsoft/scalajs-angular,Apache-2.0,2014-07-20 06:46:33,2021-01-18 09:51:02,2021-01-18 09:49:36,349.0,,43.0,25.0,60.0,18.0,39.0,259.0,2015-02-04 12:43:03,0.3,,,2.0,AngularJS Binding for Scala.js.,18.0,14,False,3.0,,,,,,,,['scalajs'] +218,chaos,mesosphere/chaos,web-frameworks,https://github.com/mesosphere/chaos,https://github.com/mesosphere/chaos,Apache-2.0,2013-06-25 14:53:40,2019-04-15 12:17:35,2019-04-15 12:17:21,224.0,,36.0,153.0,52.0,13.0,15.0,251.0,2017-04-05 09:50:47,0.8.8,,,1.0,A lightweight framework for writing REST services in Scala.,20.0,14,False,3.0,,,,,,,, +219,scalajs-bundler,scalacenter/scalajs-bundler,scala-js,https://github.com/scalacenter/scalajs-bundler,https://github.com/scalacenter/scalajs-bundler,,2016-09-21 12:18:53,2023-07-06 00:26:01,2023-05-03 03:11:16,534.0,,98.0,24.0,257.0,88.0,133.0,232.0,2022-11-14 16:00:20,0.21.1,,,13.0,,49.0,14,False,3.0,,,,,,,,['scalajs'] +220,pprint,com-lihaoyi/pprint,misc,https://github.com/com-lihaoyi/PPrint,https://github.com/com-lihaoyi/PPrint,MIT,2017-05-12 09:10:20,2023-07-24 14:08:31,2023-06-07 20:45:04,150.0,1.0,34.0,6.0,73.0,13.0,21.0,202.0,2022-11-27 12:08:32,0.8.1,,,9.0,"Pretty-printing value, types and type-signatures in Scala.",18.0,14,True,2.0,,,,,,,, +221,relate,lucidsoftware/relate,db-clients,https://github.com/lucidsoftware/relate,https://github.com/lucidsoftware/relate,Apache-2.0,2014-05-19 19:18:32,2023-06-08 05:08:55,2023-06-08 05:08:55,289.0,7.0,17.0,45.0,58.0,12.0,12.0,164.0,2020-07-22 20:01:31,3.0.0,1554.0,15.0,12.0,Performant database access in Scala.,18.0,14,True,3.0,,,,,,,, +222,nodejs,scalajs-io/nodejs,scala-js,https://github.com/scalajs-io/nodejs,https://github.com/scalajs-io/nodejs,Apache-2.0,2016-04-09 01:52:17,2023-05-20 00:10:23,2019-06-17 23:00:05,209.0,,25.0,14.0,8.0,5.0,14.0,158.0,2017-10-14 23:09:17,0.4.2,7862.0,89.0,49.0,This project provides Scala.js type-safe bindings for Node.js (current) v8.7.0 and LTS v6.11.4 APIs. The platform..,4.0,14,False,3.0,,,,,,,,['scalajs'] +223,onnx-scala,emergentorder/onnx-scala,sci,https://github.com/EmergentOrder/onnx-scala,https://github.com/EmergentOrder/onnx-scala,AGPL-3.0,2018-08-15 00:20:30,2023-08-05 14:33:52,2023-07-31 19:12:05,1350.0,72.0,10.0,8.0,401.0,2.0,8.0,129.0,2022-12-22 18:12:39,0.17.0,,,13.0,"An ONNX (Open Neural Network eXchange) API and backend for typeful, functional deep learning and classical machine..",4.0,14,True,3.0,,,,,,,, +224,sbt-api-mappings,ThoughtWorksInc/sbt-api-mappings,sbt,https://github.com/ThoughtWorksInc/sbt-api-mappings,https://github.com/ThoughtWorksInc/sbt-api-mappings,Apache-2.0,2015-07-10 16:28:55,2023-07-30 20:48:21,2023-07-15 18:48:14,500.0,16.0,17.0,33.0,151.0,8.0,6.0,88.0,2022-03-19 19:01:11,3.0.2,,,8.0,An Sbt plugin that fills apiMappings for common Scala libraries.,12.0,14,True,3.0,,,,,,,, +225,finagle-postgres,finagle/finagle-postgres,db-clients,https://github.com/finagle/finagle-postgres,https://github.com/finagle/finagle-postgres,Apache-2.0,2015-03-10 16:01:08,2023-07-12 16:44:53,2021-06-02 20:15:58,486.0,,40.0,9.0,282.0,15.0,25.0,83.0,2021-04-23 22:46:03,0.13,,,16.0,PostgreSQL protocol support for Finagle.,34.0,14,False,3.0,,,,,,,, +226,chronoscala,chronoscala/chronoscala,toolkits,https://github.com/chronoscala/chronoscala,https://github.com/chronoscala/chronoscala,MIT,2016-07-11 17:30:46,2023-06-17 11:12:46,2023-06-17 11:12:42,414.0,10.0,8.0,48.0,190.0,3.0,13.0,67.0,2022-10-06 06:21:17,2.0.8,,,9.0,A JSR-310 port of nscala_time.,10.0,14,True,3.0,,,,,,,, +227,enableIf.scala,ThoughtWorksInc/enableIf.scala,toolkits,https://github.com/ThoughtWorksInc/enableIf.scala,https://github.com/ThoughtWorksInc/enableIf.scala,Apache-2.0,2016-04-13 14:26:48,2023-07-29 00:09:55,2023-07-02 02:55:58,438.0,22.0,5.0,28.0,120.0,5.0,5.0,65.0,2022-04-02 07:19:04,1.1.8,,,3.0,"A library that toggles Scala code at compile-time, like #if in C/C++.",6.0,14,True,3.0,,,,,,,, +228,scaloid,pocorall/scaloid,misc,https://github.com/pocorall/scaloid,https://github.com/pocorall/scaloid,,2012-10-08 05:53:22,2018-08-07 08:10:53,2018-08-06 09:36:17,895.0,,171.0,139.0,58.0,18.0,78.0,2100.0,2016-03-09 01:14:23,4.2,,,1.0,Scaloid makes your Android code easy to understand and maintain.,19.0,13,False,2.0,,,,,,,, +229,scala.rx,lihaoyi/scala.rx,reactive,https://github.com/lihaoyi/scala.rx,https://github.com/lihaoyi/scala.rx,,2012-09-26 15:18:46,2023-06-10 18:22:22,2022-02-14 22:51:54,323.0,,82.0,54.0,223.0,25.0,55.0,989.0,,,,,,An experimental library for Functional Reactive Programming in Scala.,21.0,13,False,3.0,,,,,,,, +230,sbt-revolver,spray/sbt-revolver,sbt,https://github.com/spray/sbt-revolver,https://github.com/spray/sbt-revolver,Apache-2.0,2011-12-15 10:04:49,2023-04-08 09:28:56,2023-04-08 09:16:34,170.0,,54.0,22.0,31.0,21.0,64.0,829.0,,,,,,An SBT plugin for dangerously fast development turnaround in Scala.,16.0,13,True,3.0,,,,,,,, +231,scala-csv,tototoshi/scala-csv,csv-yaml,https://github.com/tototoshi/scala-csv,https://github.com/tototoshi/scala-csv,,2012-03-08 17:02:19,2023-07-31 08:35:58,2023-07-31 08:35:51,463.0,5.0,139.0,27.0,195.0,30.0,63.0,676.0,,,,,,CSV Reader/Writer for Scala.,34.0,13,False,2.0,,,,,,,, +232,tut,tpolecat/tut,sbt,https://github.com/tpolecat/tut,https://github.com/tpolecat/tut,MIT,2013-10-25 21:41:48,2021-04-12 21:20:42,2021-04-12 21:20:42,454.0,,62.0,19.0,150.0,63.0,52.0,595.0,,,,,,doc/tutorial generator for scala.,38.0,13,False,3.0,,,,,,,, +233,scala-clippy,softwaremill/scala-clippy,sbt,https://github.com/softwaremill/scala-clippy,https://github.com/softwaremill/scala-clippy,Apache-2.0,2015-12-19 20:13:21,2019-03-14 17:25:51,2019-03-14 11:17:52,260.0,,20.0,19.0,29.0,14.0,22.0,315.0,2019-03-14 17:25:51,0.6.1,,,20.0,Good advice for Scala compiler errors.,8.0,13,False,3.0,,,,,,,, +234,op-rabbit,spingo/op-rabbit,misc,https://github.com/SpinGo/op-rabbit,https://github.com/SpinGo/op-rabbit,,2015-05-11 02:09:44,2021-10-28 21:40:36,2020-03-07 23:06:30,345.0,,74.0,14.0,59.0,37.0,107.0,238.0,2018-02-03 17:34:07,2.1.0,,,2.0,The Opinionated RabbitMQ Library for Scala and Akka.,38.0,13,False,2.0,,,,,,,, +235,fansi,com-lihaoyi/fansi,misc,https://github.com/com-lihaoyi/fansi,https://github.com/com-lihaoyi/fansi,,2016-05-26 00:43:32,2023-07-22 13:15:40,2023-06-07 18:29:01,136.0,2.0,24.0,7.0,55.0,9.0,10.0,219.0,2022-07-09 10:59:51,0.4.0,,,6.0,Scala/Scala.js library for manipulating Fancy Ansi colored strings.,14.0,13,False,2.0,,,,,,,, +236,borer,sirthias/borer,json,https://github.com/sirthias/borer,https://github.com/sirthias/borer,MPL-2.0,2019-03-04 21:32:46,2023-08-03 17:46:51,2023-07-31 13:58:20,985.0,18.0,13.0,9.0,547.0,8.0,106.0,198.0,,,,,,Efficient CBOR and JSON (de)serialization in Scala.,9.0,13,True,3.0,,,,,,,, +237,sbt-site,sbt/sbt-site,sbt,https://github.com/sbt/sbt-site,https://github.com/sbt/sbt-site,,2012-05-16 15:10:10,2023-05-14 18:47:35,2023-05-14 18:47:35,434.0,1.0,75.0,18.0,132.0,27.0,53.0,175.0,2023-05-12 07:21:57,1.5.0,,,17.0,Site generation for sbt.,43.0,13,False,3.0,,,,,,,, +238,scredis,Livestream/scredis,db-clients,https://github.com/Livestream/scredis,https://github.com/Livestream/scredis,Apache-2.0,2013-02-27 16:13:18,2018-06-21 20:42:37,2018-06-21 20:42:37,147.0,,17.0,35.0,8.0,1.0,51.0,154.0,2014-12-16 16:04:30,2.0.6,,,24.0,"Non-blocking, ultra-fast Scala Redis client built on top of Akka IO, used in production at Livestream.",7.0,13,False,3.0,,,,,,,, +239,doddle-model,picnicml/doddle-model,sci,https://github.com/picnicml/doddle-model,https://github.com/picnicml/doddle-model,Apache-2.0,2018-02-09 13:54:54,2023-06-09 00:06:58,2020-03-27 10:19:20,299.0,,23.0,16.0,138.0,30.0,29.0,140.0,,,,,11.0,doddle-model: machine learning in Scala.,8.0,13,False,3.0,,,,,,,, +240,rtree2d,plokhotnyuk/rtree2d,misc,https://github.com/plokhotnyuk/rtree2d,https://github.com/plokhotnyuk/rtree2d,Apache-2.0,2018-05-07 15:52:10,2023-07-26 21:00:28,2023-07-26 21:00:28,684.0,20.0,11.0,11.0,439.0,8.0,10.0,127.0,2022-10-13 10:21:18,0.11.12,,,26.0,RTree2D is a 2D immutable R-tree for ultra-fast nearest and intersection queries in plane and spherical coordinates.,6.0,13,True,2.0,,,,,,,, +241,fastring,atry/fastring,env,https://github.com/Atry/fastring,https://github.com/Atry/fastring,Apache-2.0,2012-11-25 07:09:25,2023-08-05 12:42:33,2023-07-15 18:09:07,532.0,22.0,9.0,8.0,205.0,3.0,4.0,123.0,2018-03-26 01:49:18,1.0.0,,,4.0,Extremely fast string formatting.,7.0,13,True,1.0,,,,,,,, +242,scruid,ing-bank/scruid,db-clients,https://github.com/ing-bank/scruid,https://github.com/ing-bank/scruid,Apache-2.0,2017-07-04 07:59:24,2021-07-04 10:22:44,2021-06-07 15:35:59,252.0,,26.0,16.0,77.0,7.0,31.0,114.0,2021-06-07 15:35:10,2.5.0,,,15.0,"Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe..",19.0,13,False,3.0,,,,,,,, +243,laserdisc,laserdisc-io/laserdisc,db-clients,https://github.com/laserdisc-io/laserdisc,https://github.com/laserdisc-io/laserdisc,MIT,2018-06-05 09:07:12,2023-08-01 16:30:18,2023-07-30 16:51:49,654.0,19.0,14.0,5.0,724.0,14.0,11.0,90.0,2022-11-22 23:17:24,0.6.0,,,21.0,A Future-free Fs2 native pure FP Redis client.,11.0,13,True,3.0,,,,,,,, +244,franklin,azavea/franklin,misc,https://github.com/azavea/franklin,https://github.com/azavea/franklin,Apache-2.0,2019-11-05 11:43:39,2023-08-05 12:59:39,2023-08-05 12:59:39,970.0,50.0,18.0,15.0,1332.0,96.0,101.0,69.0,,,,,,A STAC/OGC API Features Web Service.,12.0,13,True,2.0,,,,,,,, +245,sttp-oauth2,ocadotechnology/sttp-oauth2,sec,https://github.com/ocadotechnology/sttp-oauth2,https://github.com/ocadotechnology/sttp-oauth2,Apache-2.0,2020-12-08 14:03:13,2023-08-05 17:16:31,2023-07-20 18:40:05,440.0,14.0,20.0,8.0,386.0,23.0,20.0,66.0,2023-01-13 08:42:46,0.16.0,,,30.0,OAuth2 client library implemented in Scala using sttp.,14.0,13,True,3.0,com.ocadotechnology:sttp-oauth2_2.13,https://search.maven.org/artifact/com.ocadotechnology/sttp-oauth2_2.13,2023-02-28 11:24:45,,,,, +246,reactor-scala-extensions,spring-attic/reactor-scala-extensions,reactive,https://github.com/spring-attic/reactor-scala-extensions,https://github.com/spring-attic/reactor-scala-extensions,Apache-2.0,2017-04-18 11:51:30,2022-03-01 19:25:25,2022-03-01 19:25:25,1392.0,,16.0,8.0,42.0,,34.0,53.0,2020-08-10 14:28:32,0.8.0,,,21.0,A scala extension for Project Reactors Flux and Mono.,16.0,13,True,3.0,,,,,,,, +247,dregex,marianobarrios/dregex,env,https://github.com/marianobarrios/dregex,https://github.com/marianobarrios/dregex,BSD-2-Clause,2014-05-20 22:38:39,2023-08-04 22:22:51,2023-07-24 07:44:14,278.0,10.0,4.0,5.0,54.0,2.0,3.0,39.0,2021-12-30 23:56:20,0.7.0,,,3.0,Dregex is a JVM library that implements a regular expression engine using deterministic finite automata (DFA). It..,6.0,13,True,1.0,,,,,,,, +248,spata,fingo/spata,csv-yaml,https://github.com/fingo/spata,https://github.com/fingo/spata,Apache-2.0,2020-05-29 22:01:35,2023-07-01 15:54:26,2023-06-09 15:45:27,442.0,15.0,5.0,3.0,24.0,,3.0,19.0,2023-06-01 15:39:17,3.1.0,,,10.0,"Functional, stream-based CSV processor for Scala.",3.0,13,True,2.0,,,,,,,, +249,better-monadic-for,oleg-py/better-monadic-for,sbt,https://github.com/oleg-py/better-monadic-for,https://github.com/oleg-py/better-monadic-for,MIT,2018-03-29 19:47:54,2021-12-31 00:10:05,2021-05-25 08:10:05,80.0,,31.0,21.0,18.0,11.0,26.0,683.0,,,,,1.0,Desugaring scala `for` without implicit `withFilter`s.,10.0,12,False,3.0,,,,,,,, +250,akka-quartz-scheduler,enragedginger/akka-quartz-scheduler,misc,https://github.com/enragedginger/akka-quartz-scheduler,https://github.com/enragedginger/akka-quartz-scheduler,,2013-04-13 02:48:41,2023-04-20 18:42:01,2022-07-24 14:56:33,191.0,,107.0,28.0,45.0,7.0,69.0,558.0,,,,,,Quartz Extension and utilities for cron-style scheduling in Akka.,41.0,12,False,3.0,,,,,,,, +251,accord,wix-incubator/accord,data,https://github.com/wix-incubator/accord,https://github.com/wix-incubator/accord,,2013-11-13 15:55:53,2022-11-23 10:05:39,2022-11-23 10:05:39,644.0,,48.0,285.0,36.0,24.0,93.0,533.0,,,,,,Accord: A sane validation library for Scala.,12.0,12,False,3.0,,,,,,,, +252,salat,salat/salat,db-clients,https://github.com/salat/salat,https://github.com/salat/salat,,2011-01-12 16:54:23,2019-03-03 13:32:54,2019-03-03 13:32:53,877.0,,109.0,55.0,82.0,37.0,97.0,487.0,,,,,,Salat is a simple serialization library for case classes.,43.0,12,False,3.0,,,,,,,, +253,scala-stm,nbronson/scala-stm,misc,https://github.com/nbronson/scala-stm,https://github.com/nbronson/scala-stm,BSD-3-Clause,2010-07-08 23:40:04,2023-04-14 17:30:52,2018-03-14 17:04:15,496.0,,35.0,17.0,20.0,12.0,43.0,247.0,,,,,,"A library-based Software Transactional Memory (STM) for Scala, coupled with transactional sets and maps.",11.0,12,False,3.0,,,,,,,, +254,scala-ssh,sirthias/scala-ssh,misc,https://github.com/sirthias/scala-ssh,https://github.com/sirthias/scala-ssh,Apache-2.0,2011-10-28 14:07:59,2021-07-09 08:32:58,2021-07-09 08:32:58,157.0,,52.0,16.0,29.0,16.0,12.0,234.0,,,,,,Remote shell access via SSH for your Scala applications.,21.0,12,False,3.0,,,,,,,, +255,reactive,nafg/reactive,web-frameworks,https://github.com/nafg/reactive,https://github.com/nafg/reactive,,2010-05-27 23:21:42,2023-07-20 18:10:18,2021-02-28 04:06:13,1147.0,,41.0,18.0,141.0,29.0,53.0,215.0,,,,,,A simple FRP library and a web UI framework built on it.,11.0,12,False,3.0,,,,,,,, +256,squid,epfldata/squid,toolkits,https://github.com/epfldata/squid,https://github.com/epfldata/squid,Apache-2.0,2016-03-08 21:53:00,2020-11-23 16:20:35,2020-11-23 16:20:07,583.0,,12.0,16.0,18.0,17.0,33.0,197.0,,,,,4.0,Squid type-safe metaprogramming and compilation framework for Scala.,6.0,12,False,3.0,,,,,,,, +257,log4s,Log4s/log4s,toolkits,https://github.com/Log4s/log4s,https://github.com/Log4s/log4s,,2013-04-28 07:57:48,2022-07-08 02:08:50,2022-07-08 02:08:50,378.0,,22.0,9.0,62.0,12.0,21.0,172.0,,,,,,High-performance SLF4J wrapper for Scala.,14.0,12,False,3.0,,,,,,,, +258,sbt-pgp,sbt/sbt-pgp,sbt,https://github.com/sbt/sbt-pgp,https://github.com/sbt/sbt-pgp,,2011-09-08 15:58:10,2022-12-06 03:24:26,2022-12-06 03:24:26,333.0,,52.0,7.0,86.0,18.0,97.0,141.0,2022-12-06 03:46:29,2.2.1,,,15.0,PGP plugin for sbt.,33.0,12,False,3.0,,,,,,,, +259,optimus,vagmcs/optimus,sci,https://github.com/vagmcs/Optimus,https://github.com/vagmcs/Optimus,LGPL-3.0,2014-12-23 12:23:36,2023-02-04 17:10:50,2022-08-27 20:53:36,279.0,,26.0,8.0,19.0,,21.0,139.0,2022-08-28 16:54:49,3.4.3,1773.0,147.0,1.0,Optimus is a mathematical programming library for Scala.,9.0,12,True,3.0,,,,,,,, +260,vertx-lang-scala,vert-x3/vertx-lang-scala,reactive,https://github.com/vert-x3/vertx-lang-scala,https://github.com/vert-x3/vertx-lang-scala,,2014-11-04 12:04:52,2023-07-25 12:12:15,2023-07-25 12:11:50,560.0,3.0,39.0,40.0,45.0,10.0,57.0,116.0,,,,,,Vert.x for Scala.,20.0,12,False,3.0,,,,3.0,,3.0,, +261,clickhouse-scala-client,crobox/clickhouse-scala-client,db-clients,https://github.com/crobox/clickhouse-scala-client,https://github.com/crobox/clickhouse-scala-client,LGPL-3.0,2017-03-31 13:40:12,2023-07-17 11:39:31,2023-07-17 11:39:30,873.0,5.0,20.0,9.0,113.0,13.0,20.0,108.0,2023-05-01 08:16:31,1.0.17,,,47.0,Clickhouse Scala Client with Reactive Streams support.,16.0,12,True,3.0,,,,,,,, +262,lolhttp,criteo/lolhttp,http,https://github.com/criteo/lolhttp,https://github.com/criteo/lolhttp,Apache-2.0,2017-04-28 07:06:53,2023-07-24 14:20:42,2023-07-17 16:35:50,126.0,4.0,18.0,19.0,196.0,29.0,8.0,93.0,2023-07-17 16:37:14,0.13.6,,,31.0,An HTTP Server and Client library for Scala.,20.0,12,True,3.0,,,,,,,, +263,fast-string-interpolator,plokhotnyuk/fast-string-interpolator,env,https://github.com/plokhotnyuk/fast-string-interpolator,https://github.com/plokhotnyuk/fast-string-interpolator,Apache-2.0,2018-03-06 17:45:04,2023-07-20 19:24:44,2023-07-12 22:10:31,360.0,7.0,6.0,15.0,252.0,2.0,5.0,84.0,2022-10-13 08:37:27,0.6.3,,,11.0,Scala macro that generates ultra-fast string interpolators.,7.0,12,True,2.0,,,,,,,, +264,osm4scala,simplexspatial/osm4scala,misc,https://github.com/simplexspatial/osm4scala,https://github.com/simplexspatial/osm4scala,MIT,2016-05-17 20:15:23,2023-07-12 04:13:33,2022-09-08 17:18:54,266.0,,15.0,5.0,40.0,24.0,47.0,72.0,2022-09-08 17:30:18,1.0.11,42.0,1.0,9.0,Scala and Spark library focused on reading OpenStreetMap Pbf files.,4.0,12,True,3.0,,,,,,,, +265,scowl,phenoscape/scowl,misc,https://github.com/phenoscape/scowl,https://github.com/phenoscape/scowl,MIT,2013-05-10 18:08:52,2023-07-24 19:53:40,2022-03-30 19:07:24,243.0,,9.0,10.0,156.0,8.0,4.0,53.0,2022-03-30 16:58:35,1.4.1,,,9.0,A Scala DSL for programming with the OWL API.,3.0,12,True,3.0,,,,,,,, +266,sbt-scala-js-map,ThoughtWorksInc/sbt-scala-js-map,sbt,https://github.com/ThoughtWorksInc/sbt-scala-js-map,https://github.com/ThoughtWorksInc/sbt-scala-js-map,Apache-2.0,2016-04-12 18:38:07,2023-07-30 20:49:22,2023-07-15 17:53:48,495.0,32.0,3.0,12.0,184.0,3.0,2.0,36.0,2021-11-22 07:29:41,4.1.1,,,3.0,A Sbt plugin that configures source mapping for Scala.js projects hosted on Github.,4.0,12,True,3.0,,,,,,,,['scalajs'] +267,play-googleauth,guardian/play-googleauth,sec,https://github.com/guardian/play-googleauth,https://github.com/guardian/play-googleauth,Apache-2.0,2014-06-16 15:15:10,2023-07-25 14:08:49,2023-07-25 13:24:01,426.0,5.0,9.0,64.0,193.0,7.0,,32.0,,,,,,Simple play module for authenticating against Google.,39.0,12,True,3.0,,,,,,,, +268,proto,zero-deps/proto,data,https://github.com/zero-deps/proto,https://github.com/zero-deps/proto,MIT,2019-03-15 13:27:19,2023-06-15 21:12:33,2023-06-15 21:12:27,331.0,4.0,3.0,7.0,10.0,,19.0,31.0,2022-06-28 20:48:49,2.1.2,,,17.0,Lightweight and fast serialization library for Scala 2/3 based on Protocol Buffers with macros.,7.0,12,True,3.0,,,,,,,, +269,stac4s,stac-utils/stac4s,misc,https://github.com/stac-utils/stac4s,https://github.com/stac-utils/stac4s,Apache-2.0,2019-11-23 20:43:52,2023-06-10 13:33:51,2023-03-13 16:42:50,394.0,,9.0,9.0,554.0,20.0,31.0,15.0,2022-05-24 18:50:34,0.8.1,,,23.0,a scala library with primitives to build applications using the SpatioTemporal Asset Catalogs specification.,14.0,12,True,3.0,,,,,,,, +270,managerial,dvgica/managerial,misc,https://github.com/dvgica/managerial,https://github.com/dvgica/managerial,Apache-2.0,2021-05-29 03:28:20,2023-08-05 14:20:48,2023-08-05 14:20:48,364.0,51.0,2.0,1.0,139.0,,,13.0,2023-07-06 04:09:02,0.9.1,,,7.0,A zero-dependency Scala library for managing resources monadically.,3.0,12,False,3.0,,,,,,,, +271,fury,propensive/fury,development-cycle,https://github.com/propensive/fury,https://github.com/propensive/fury,Apache-2.0,2021-12-07 07:56:05,2023-08-03 20:18:27,2023-08-03 20:18:26,176.0,27.0,,4.0,9.0,11.0,19.0,11.0,2022-12-04 21:54:49,0.8.0,1181.0,62.0,9.0,A build tool for Scala.,,12,False,3.0,,,,,,,, +272,curiodb,stephenmcd/curiodb,distributed,https://github.com/stephenmcd/curiodb,https://github.com/stephenmcd/curiodb,BSD-2-Clause,2015-04-26 01:47:43,2018-11-04 22:44:22,2018-11-04 22:44:21,139.0,,44.0,35.0,19.0,5.0,7.0,512.0,,,,,,Distributed NoSQL Database.,6.0,11,False,3.0,,,,,,,, +273,akka-tracing,levkhomich/akka-tracing,distributed,https://github.com/levkhomich/akka-tracing,https://github.com/levkhomich/akka-tracing,,2014-03-15 20:15:30,2018-01-31 15:10:20,2018-01-13 12:03:50,355.0,,35.0,28.0,18.0,22.0,75.0,315.0,,,,,,"A distributed tracing extension for Akka. Provides integration with Play framework, Spray and Akka HTTP.",8.0,11,False,3.0,,,,,,,, +274,scalacollider,sciss/scalacollider,media,https://github.com/Sciss/ScalaCollider,https://github.com/Sciss/ScalaCollider,AGPL-3.0,2009-12-10 16:39:10,2021-11-18 09:19:03,2021-10-24 16:33:52,581.0,,19.0,15.0,5.0,9.0,83.0,203.0,,,,,,A Scala sound synthesis library based on SuperCollider.,2.0,11,False,2.0,,,,,,,, +275,scalive,xitrum-framework/scalive,test,https://github.com/xitrum-framework/scalive,https://github.com/xitrum-framework/scalive,MIT,2014-01-28 08:11:24,2019-01-30 13:34:32,2019-01-30 13:34:25,125.0,,13.0,18.0,3.0,8.0,12.0,200.0,2019-01-30 13:24:43,1.7.0,612.0,5.0,8.0,Connect a Scala REPL to running JVM processes without any prior setup.,4.0,11,False,3.0,,,,,,,, +276,scala-forklift,lastland/scala-forklift,db-clients,https://github.com/lastland/scala-forklift,https://github.com/lastland/scala-forklift,,2015-08-18 16:26:21,2022-09-06 13:51:34,2020-04-24 19:30:57,274.0,,29.0,11.0,21.0,13.0,19.0,190.0,2016-08-10 07:04:47,0.2.3,,,3.0,"Type-safe data migration tool for Slick, Git and beyond.",10.0,11,False,3.0,,,,,,,, +277,numsca,botkop/numsca,sci,https://github.com/botkop/numsca,https://github.com/botkop/numsca,BSD-2-Clause,2017-12-06 10:18:37,2023-01-30 06:59:54,2023-01-30 06:59:54,74.0,,16.0,17.0,3.0,3.0,7.0,180.0,2020-04-19 10:21:27,0.1.7,,,7.0,numsca is numpy for scala.,,11,True,3.0,,,,,,,, +278,mainargs,com-lihaoyi/mainargs,misc,https://github.com/com-lihaoyi/mainargs,https://github.com/com-lihaoyi/mainargs,,2020-11-14 09:00:48,2023-07-28 14:38:01,2023-06-24 20:35:29,146.0,6.0,15.0,6.0,70.0,12.0,7.0,161.0,2023-04-29 01:53:59,0.5.0,,,5.0,"A small, convenient, dependency-free library for command-line argument parsing in Scala.",7.0,11,False,3.0,,,,,,,, +279,scala-records,scala-records/scala-records,toolkits,https://github.com/scala-records/scala-records,https://github.com/scala-records/scala-records,BSD-3-Clause,2014-06-17 09:59:57,2019-06-10 22:59:35,2019-06-10 22:59:34,224.0,,13.0,19.0,77.0,19.0,46.0,160.0,,,,,,Labeled records for Scala based on structural refinement types and macros.,11.0,11,False,3.0,,,,,,,, +280,parapet,parapet-io/parapet,distributed,https://github.com/parapet-io/parapet,https://github.com/parapet-io/parapet,Apache-2.0,2019-07-27 19:08:31,2023-04-30 02:37:57,2023-04-30 02:37:57,326.0,,6.0,12.0,30.0,8.0,18.0,135.0,2022-02-24 07:02:23,0.0.1-RC6,,,5.0,A purely functional library to build distributed and event-driven systems.,5.0,11,True,3.0,,,,,,,, +281,scala-jsonapi,scala-jsonapi/scala-jsonapi,json,https://github.com/scala-jsonapi/scala-jsonapi,https://github.com/scala-jsonapi/scala-jsonapi,MIT,2015-11-09 12:47:14,2018-12-28 12:29:57,2018-06-11 08:54:13,135.0,,24.0,29.0,52.0,16.0,34.0,108.0,,,,,,"Scala support library for integrating the JSON API spec with Spray, Play! or Circe.",20.0,11,False,3.0,,,,,,,, +282,scalafiddle-editor,scalafiddle/scalafiddle-editor,misc,https://github.com/scalafiddle/scalafiddle-editor,https://github.com/scalafiddle/scalafiddle-editor,Apache-2.0,2016-08-01 18:16:47,2020-02-09 21:22:50,2020-02-09 21:22:48,174.0,,40.0,3.0,49.0,17.0,26.0,99.0,,,,,,Web user interface for ScalaFiddle.,20.0,11,False,3.0,,,,,,,, +283,fintrospect,daviddenton/fintrospect,http,https://github.com/daviddenton/fintrospect,https://github.com/daviddenton/fintrospect,Apache-2.0,2015-03-01 20:31:11,2020-08-26 11:42:43,2020-08-26 11:42:38,1752.0,,9.0,7.0,23.0,3.0,26.0,93.0,,,,,,"Implement fast, type-safe HTTP webservices for Finagle.",5.0,11,False,3.0,,,,,,,, +284,couchdb-scala,beloglazov/couchdb-scala,db-clients,https://github.com/beloglazov/couchdb-scala,https://github.com/beloglazov/couchdb-scala,Apache-2.0,2015-01-15 23:10:06,2018-11-13 12:48:24,2017-08-05 07:34:18,236.0,,18.0,6.0,33.0,18.0,31.0,65.0,2016-05-08 00:58:39,0.7.2,,,7.0,A purely functional Scala client for CouchDB.,2.0,11,False,3.0,,,,,,,, +285,sbt-ide-settings,Jetbrains/sbt-ide-settings,sbt,https://github.com/JetBrains/sbt-ide-settings,https://github.com/JetBrains/sbt-ide-settings,Apache-2.0,2015-02-13 12:06:38,2023-07-04 16:23:25,2023-07-04 16:23:20,34.0,1.0,7.0,22.0,2.0,8.0,5.0,57.0,2023-02-06 17:13:32,1.1.1,,,4.0,SBT plugin for tweaking various IDE settings.,6.0,11,True,3.0,,,,,,,, +286,gridscale,openmole/gridscale,bigdata,https://github.com/openmole/gridscale,https://github.com/openmole/gridscale,AGPL-3.0,2012-09-28 10:13:23,2023-07-13 20:36:23,2023-07-13 20:36:12,1114.0,14.0,6.0,7.0,12.0,5.0,8.0,26.0,,,,,,"Scala library for accessing various file, batch systems, job schedulers and grid middlewares.",5.0,11,True,3.0,,,,,,,, +287,ninny-json,nrktkt/ninny-json,json,https://github.com/nrktkt/ninny-json,https://github.com/nrktkt/ninny-json,Unlicense,2020-07-10 17:01:21,2023-07-28 17:09:09,2023-07-28 17:08:43,98.0,3.0,5.0,2.0,49.0,7.0,4.0,21.0,2023-07-28 17:09:09,0.8.1,,,27.0,JSON typeclasses that know the difference between null and absent fields.,3.0,11,True,3.0,,,,,,,, +288,scountries,lambdaworks/scountries,misc,https://github.com/lambdaworks/scountries,https://github.com/lambdaworks/scountries,Apache-2.0,2022-09-02 11:48:45,2023-07-30 16:26:22,2023-07-30 16:26:22,62.0,20.0,1.0,8.0,50.0,,,20.0,2023-04-24 16:27:10,1.0.0,,,2.0,"Scala library that provides an enumeration of ISO 3166 codes for countries, along with their subdivisions.",5.0,11,True,3.0,io.lambdaworks:scountries_3,https://search.maven.org/artifact/io.lambdaworks/scountries_3,2023-04-24 16:27:10,,,,, +289,scurl-detector,lambdaworks/scurl-detector,misc,https://github.com/lambdaworks/scurl-detector,https://github.com/lambdaworks/scurl-detector,Apache-2.0,2021-06-08 09:33:41,2023-07-30 16:29:46,2023-07-30 16:27:20,111.0,25.0,2.0,8.0,102.0,1.0,9.0,17.0,2023-04-24 16:29:18,1.1.0,,,2.0,Scala library that detects and extracts URLs from text.,7.0,11,True,3.0,io.lambdaworks:scurl-detector_3,https://search.maven.org/artifact/io.lambdaworks/scurl-detector_3,2023-04-24 16:29:18,,,,, +290,annette,annetteplatform/annette,distributed,https://github.com/annetteplatform/annette,https://github.com/annetteplatform/annette,Apache-2.0,2020-09-28 16:48:14,2023-07-18 09:13:09,2023-07-18 09:13:04,405.0,15.0,,2.0,34.0,,12.0,15.0,2023-07-18 09:19:53,0.5.1,,,14.0,"Platform to build distributed, scalable, enterprise-wide business applications.",,11,True,3.0,,,,,,,, +291,aptus-core,aptusproject/aptus-core,misc,https://github.com/aptusproject/aptus-core,https://github.com/aptusproject/aptus-core,Apache-2.0,2021-05-25 18:13:35,2023-06-29 15:02:45,2023-06-29 15:01:56,101.0,25.0,,3.0,,,,5.0,2023-06-29 15:04:15,0.5.1,,,7.0,A utility library aiming to simplify the Scala coding experience.,,11,False,3.0,,,,,,,, +292,subcut,dickwall/subcut,di,https://github.com/dickwall/subcut,https://github.com/dickwall/subcut,,2011-05-30 23:58:27,2020-10-12 22:18:41,2018-05-17 21:40:26,92.0,,33.0,25.0,17.0,8.0,21.0,405.0,,,,,,Scala Uniquely Bound Classes Under Traits.,11.0,10,False,3.0,,,,,,,, +293,replesent,marconilanna/replesent,misc,https://github.com/marconilanna/REPLesent,https://github.com/marconilanna/REPLesent,Apache-2.0,2015-02-02 02:37:44,2019-10-02 19:39:29,2019-08-27 14:36:48,73.0,,34.0,14.0,13.0,5.0,,403.0,,,,,,A neat little tool to build presentations using the Scala REPL.,9.0,10,False,3.0,,,,,,,, +294,scalatex,lihaoyi/scalatex,env,https://github.com/lihaoyi/Scalatex,https://github.com/lihaoyi/Scalatex,,2014-12-19 04:14:12,2020-02-21 06:44:18,2020-02-21 06:44:18,232.0,,35.0,15.0,32.0,29.0,21.0,288.0,,,,,,"Programmable, Typesafe Document Generation.",16.0,10,False,2.0,,,,,,,, +295,libra,to-ithaca/libra,sci,https://github.com/to-ithaca/libra,https://github.com/to-ithaca/libra,,2017-03-01 13:42:38,2023-07-18 21:59:14,2021-02-28 00:36:23,143.0,,26.0,11.0,186.0,25.0,23.0,200.0,,,,,,A dimensional analysis library based on dependent types.,10.0,10,False,3.0,,,,,,,, +296,octopus,krzemin/octopus,data,https://github.com/krzemin/octopus,https://github.com/krzemin/octopus,Apache-2.0,2016-12-10 16:51:09,2023-06-12 16:27:57,2020-11-04 07:51:59,121.0,,21.0,8.0,110.0,13.0,8.0,147.0,,,,,,Scala library for boilerplate-free validation.,9.0,10,False,3.0,,,,,,,, +297,sbt-groll,sbt/sbt-groll,sbt,https://github.com/sbt/sbt-groll,https://github.com/sbt/sbt-groll,Apache-2.0,2012-10-21 20:43:30,2021-12-17 12:41:12,2021-12-17 12:40:44,126.0,,8.0,8.0,23.0,1.0,4.0,134.0,2021-12-17 12:41:14,7.1.0,,,3.0,sbt plugin to roll the Git history.,8.0,10,False,3.0,,,,,,,, +298,clustering4ever,clustering4ever/clustering4ever,sci,https://github.com/Clustering4Ever/Clustering4Ever,https://github.com/Clustering4Ever/Clustering4Ever,Apache-2.0,2018-03-26 19:58:12,2021-01-26 19:43:10,2021-01-26 19:39:17,269.0,,13.0,21.0,14.0,,,126.0,,,,,,"C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.",5.0,10,False,3.0,,,,,,,, +299,roshttp,hmil/roshttp,http,https://github.com/hmil/RosHTTP,https://github.com/hmil/RosHTTP,MIT,2016-02-26 12:29:57,2021-06-06 09:38:29,2021-06-06 09:38:29,135.0,,24.0,5.0,49.0,18.0,28.0,125.0,,,,,,Unified Scala.js + Scala HTTP client API.,13.0,10,False,3.0,,,,,,,, +300,beard,zalando/beard,templating,https://github.com/zalando/beard,https://github.com/zalando/beard,,2015-07-09 09:11:25,2020-06-16 11:51:28,2020-06-16 11:51:27,240.0,,28.0,20.0,55.0,8.0,23.0,122.0,,,,,,"A lightweight, logicless templating engine, written in Scala and inspired by Mustache.",24.0,10,False,3.0,,,,,,,, +301,miniboxing-plugin,miniboxing/miniboxing-plugin,misc,https://github.com/miniboxing/miniboxing-plugin,https://github.com/miniboxing/miniboxing-plugin,,2012-04-26 09:52:25,2020-04-11 22:53:02,2020-04-11 22:53:01,1143.0,,17.0,12.0,31.0,45.0,177.0,121.0,,,,,,Miniboxing is a program transformation that improves the performance of Scala generics when used with primitive types...,14.0,10,False,3.0,,,,,,,, +302,ScalaJack,gzoller/ScalaJack,json,https://github.com/gzoller/ScalaJack,https://github.com/gzoller/ScalaJack,MIT,2013-06-17 20:20:56,2022-11-15 00:51:10,2022-11-15 00:50:56,923.0,,8.0,12.0,182.0,2.0,49.0,110.0,,,,,,Fast JSON parser/generator for Scala.,13.0,10,True,3.0,,,,,,,, +303,longevity,longevityframework/longevity,db-clients,https://github.com/longevityframework/longevity,https://github.com/longevityframework/longevity,,2014-12-17 02:50:13,2018-07-06 02:43:27,2018-07-06 02:43:18,1216.0,,5.0,12.0,8.0,36.0,4.0,103.0,2018-07-01 17:41:25,0.27.0,,,35.0,A Persistence Framework for Scala and NoSQL.,3.0,10,False,3.0,,,,,,,, +304,moultingyaml,jcazevedo/moultingyaml,csv-yaml,https://github.com/jcazevedo/moultingyaml,https://github.com/jcazevedo/moultingyaml,MIT,2015-07-02 21:27:23,2022-09-13 21:31:10,2020-03-30 12:05:00,171.0,,33.0,5.0,28.0,18.0,8.0,98.0,,,,,,Scala wrapper for SnakeYAML.,13.0,10,False,3.0,,,,,,,, +305,hepek,sake92/hepek,templating,https://github.com/sake92/hepek,https://github.com/sake92/hepek,Apache-2.0,2018-02-04 18:22:55,2023-07-12 22:54:39,2023-07-04 12:02:02,434.0,4.0,9.0,4.0,231.0,7.0,17.0,93.0,,,,,,Typesafe HTML templates in pure Scala. Static site generator included! Play and ScalaJS support!.,6.0,10,True,3.0,,,,,,,, +306,pushka,fomkin/pushka,json,https://github.com/fomkin/pushka,https://github.com/fomkin/pushka,Apache-2.0,2015-08-19 06:24:31,2019-06-12 09:24:40,2016-11-24 20:47:45,88.0,,9.0,8.0,26.0,10.0,25.0,81.0,,,,,14.0,ABANDONED Pure Scala serialization library with annotations.,6.0,10,False,3.0,,,,,,,, +307,blindsight,tersesystems/blindsight,toolkits,https://github.com/tersesystems/blindsight,https://github.com/tersesystems/blindsight,,2020-03-16 03:06:57,2023-07-28 23:56:43,2023-07-09 03:35:23,394.0,1.0,6.0,5.0,433.0,13.0,26.0,81.0,2023-03-12 22:32:23,2.0.0,,,1.0,"Blindsight is a Scala logging API with DSL based structured logging, fluent logging, semantic logging, flow logging,..",3.0,10,False,3.0,,,,,,,, +308,gallia-core,galliaproject/gallia-core,bigdata,https://github.com/galliaproject/gallia-core,https://github.com/galliaproject/gallia-core,,2021-02-05 18:36:52,2023-07-21 14:02:11,2023-07-21 14:01:59,382.0,25.0,3.0,7.0,,1.0,,76.0,2022-10-07 15:29:11,0.4.0,,,4.0,A schema-aware Scala library for data transformation.,1.0,10,False,3.0,,,,,,,, +309,sbt-deploy-ssh,shmishleniy/sbt-deploy-ssh,sbt,https://github.com/shmishleniy/sbt-deploy-ssh,https://github.com/shmishleniy/sbt-deploy-ssh,MIT,2015-01-16 12:38:45,2021-04-28 13:50:29,2021-04-28 13:46:46,41.0,,3.0,5.0,4.0,5.0,11.0,27.0,2021-04-28 13:50:29,0.1.5,,,5.0,SBT deploy plugin.,6.0,10,False,3.0,,,,,,,, +310,wire-signals,wireapp/wire-signals,reactive,https://github.com/wireapp/wire-signals,https://github.com/wireapp/wire-signals,GPL-3.0,2019-01-25 09:51:56,2023-07-25 05:35:28,2022-02-06 11:48:23,206.0,,5.0,6.0,56.0,7.0,26.0,23.0,2021-07-02 10:00:31,1.0.0,,,1.0,A small and effective event-handling library for Scala.,2.0,10,True,3.0,,,,,,,, +311,scala-trace-debug,johnreedlol/scala-trace-debug,env,https://github.com/JohnReedLOL/scala-trace-debug,https://github.com/JohnReedLOL/scala-trace-debug,MIT,2016-03-24 06:33:02,2019-12-16 14:15:10,2019-12-16 14:15:09,490.0,,5.0,7.0,10.0,3.0,14.0,115.0,,,,,,Macro based print debugging. Locates log statements in your IDE.,3.0,9,False,3.0,,,,,,,, +312,schemer,indix/schemer,bigdata,https://github.com/indix/schemer,https://github.com/indix/schemer,Apache-2.0,2017-11-24 10:35:28,2020-03-05 19:19:48,2019-07-11 10:25:58,118.0,,6.0,17.0,3.0,,,110.0,2017-12-04 07:01:25,0.2.3,,,1.0,"Schema registry for CSV, TSV, JSON, AVRO and Parquet schema. Supports schema inference and GraphQL API.",4.0,9,False,3.0,,,,,,,, +313,sbt-ghpages,sbt/sbt-ghpages,sbt,https://github.com/sbt/sbt-ghpages,https://github.com/sbt/sbt-ghpages,,2012-05-16 15:21:19,2023-07-31 08:36:04,2023-07-31 08:36:03,163.0,9.0,18.0,9.0,82.0,17.0,13.0,94.0,2022-12-06 06:47:04,0.7.0,,,1.0,"git, site and ghpages support for sbt projects.",20.0,9,False,3.0,,,,,,,, +314,sbt-javacv,bytedeco/sbt-javacv,media,https://github.com/bytedeco/sbt-javacv,https://github.com/bytedeco/sbt-javacv,MIT,2016-03-20 10:10:42,2018-12-22 14:05:22,2018-12-22 14:05:25,55.0,,14.0,8.0,13.0,2.0,6.0,90.0,2018-12-22 14:00:40,1.17,,,13.0,"Start using OpenCV in your JVM project in just 1 line, no separate compiling, installing OpenCV, or fussing with your..",4.0,9,False,3.0,,,,,,,, +315,lomrf,anskarl/lomrf,sci,https://github.com/anskarl/LoMRF,https://github.com/anskarl/LoMRF,Apache-2.0,2014-05-24 22:29:28,2020-03-01 14:49:27,2020-03-01 14:49:08,545.0,,18.0,10.0,5.0,,19.0,78.0,,,,,,LoMRF is an open-source implementation of Markov Logic Networks.,9.0,9,False,3.0,,,,,,,, +316,rings,poslavskysv/rings,sci,https://github.com/PoslavskySV/rings,https://github.com/PoslavskySV/rings,,2017-03-16 08:36:22,2022-05-02 14:46:40,2022-05-02 14:46:38,548.0,,10.0,7.0,23.0,14.0,38.0,69.0,2019-12-14 10:33:35,2.5.7,,,16.0,Rings: efficient JVM library for polynomial rings.,2.0,9,False,3.0,,,,,,,, +317,axle,axlelang/axle,sci,https://github.com/axlelang/axle,https://github.com/axlelang/axle,,2011-02-21 23:18:53,2023-05-28 04:37:06,2023-05-28 04:37:04,4482.0,6.0,9.0,5.0,241.0,,21.0,65.0,,,,,,Axle Domain Specific Language for Scientific Cloud Computing and Visualization.,7.0,9,False,3.0,,,,,,,, +318,jam,yakivy/jam,di,https://github.com/yakivy/jam,https://github.com/yakivy/jam,MIT,2021-02-12 09:59:54,2023-07-01 15:32:02,2023-07-01 15:31:59,49.0,8.0,3.0,3.0,2.0,,8.0,59.0,,,,,,Incredibly simple DI Scala library.,4.0,9,True,3.0,,,,,,,, +319,glokka,xitrum-framework/glokka,distributed,https://github.com/xitrum-framework/glokka,https://github.com/xitrum-framework/glokka,MIT,2013-07-15 21:36:00,2021-01-16 16:55:48,2021-01-16 16:55:41,112.0,,4.0,9.0,1.0,4.0,26.0,56.0,,,,,,Library to register and lookup actors by names in an Akka cluster.,3.0,9,False,3.0,,,,,,,, +320,lucene4s,outr/lucene4s,db-clients,https://github.com/outr/lucene4s,https://github.com/outr/lucene4s,MIT,2016-10-11 18:40:58,2021-07-18 01:06:33,2021-05-17 19:36:10,153.0,,18.0,8.0,16.0,2.0,7.0,53.0,,,,,,Light-weight convenience wrapper around Lucene to simplify complex tasks and add Scala sugar.,5.0,9,False,3.0,,,,,,,, +321,scallion,epfl-lara/scallion,parsers,https://github.com/epfl-lara/scallion,https://github.com/epfl-lara/scallion,Apache-2.0,2019-05-24 20:22:52,2022-10-16 15:31:05,2022-10-03 15:48:20,284.0,,16.0,11.0,10.0,3.0,2.0,51.0,2022-10-16 15:31:05,0.6,400.0,40.0,1.0,LL(1) parser combinators in Scala.,8.0,9,True,3.0,,,,,,,, +322,media4s,outr/media4s,media,https://github.com/outr/media4s,https://github.com/outr/media4s,MIT,2016-09-28 20:04:06,2023-06-18 00:36:36,2023-06-18 00:36:24,55.0,1.0,4.0,6.0,4.0,,3.0,29.0,2023-02-13 02:15:20,1.0.18,,,1.0,"Scala command-line wrapper around ffmpeg, ffprobe, ImageMagick, and other tools relating to media.",3.0,9,True,3.0,,,,,,,, +323,sparkplug,indix/sparkplug,bigdata,https://github.com/indix/sparkplug,https://github.com/indix/sparkplug,Apache-2.0,2017-10-13 11:35:57,2020-05-15 09:11:07,2020-05-15 09:01:41,90.0,,2.0,7.0,5.0,,,28.0,2020-05-15 09:11:07,0.6.0,,,8.0,Spark package to plug holes in data using SQL based rules.,8.0,9,False,3.0,,,,,,,, +324,ReactiveCouchbase-rs-core,ReactiveCouchbase/ReactiveCouchbase-rs-core,db-clients,https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core,https://github.com/ReactiveCouchbase/reactivecouchbase-rs-core,Apache-2.0,2017-02-08 08:16:45,2018-04-23 09:37:17,2018-04-23 09:35:53,131.0,,10.0,7.0,13.0,8.0,11.0,26.0,2017-09-29 15:00:23,1.0.0,,,1.0,New ReactiveCouchbase driver using reactive-streams.,8.0,9,False,3.0,,,,,,,, +325,aws-request-signer,ticofab/aws-request-signer,sec,https://github.com/ticofab/aws-request-signer,https://github.com/ticofab/aws-request-signer,Apache-2.0,2015-12-18 10:09:29,2019-08-13 16:19:00,2019-08-13 16:18:59,76.0,,15.0,4.0,14.0,5.0,9.0,22.0,2015-12-27 21:01:56,0.1.0,,,1.0,Scala library to sign HTTP requests to AWS services.,10.0,9,False,3.0,,,,,,,, +326,poppet,yakivy/poppet,distributed,https://github.com/yakivy/poppet,https://github.com/yakivy/poppet,MIT,2020-05-12 14:32:28,2023-06-20 10:35:50,2023-06-20 10:35:46,85.0,2.0,1.0,2.0,1.0,,3.0,22.0,,,,,,"Minimal, type-safe RPC Scala library.",2.0,9,True,3.0,,,,,,,, +327,scala2plantuml,bottech/scala2plantuml,env,https://github.com/BotTech/scala2plantuml,https://github.com/BotTech/scala2plantuml,MIT,2021-03-03 02:34:35,2023-08-05 13:10:33,2021-03-24 09:23:58,162.0,,3.0,1.0,198.0,10.0,1.0,21.0,2021-03-09 21:56:07,0.3.0,,,4.0,Scala2PlantUML generates PlantUML diagrams from Scala code.,2.0,9,False,3.0,,,,,,,, +328,akka-persistence-gcp-datastore,innFactory/akka-persistence-gcp-datastore,db-clients,https://github.com/innFactory/akka-persistence-gcp-datastore,https://github.com/innFactory/akka-persistence-gcp-datastore,Apache-2.0,2019-11-29 19:52:00,2023-08-04 00:18:40,2022-03-15 00:18:23,292.0,,3.0,4.0,190.0,1.0,,20.0,,,,,,akka-persistence-gcp-datastore is a journal and snapshot store plugin for akka-persistence using google cloud..,4.0,9,True,3.0,,,,,,,, +329,jose,blackdoor/jose,sec,https://github.com/blackdoor/jose,https://github.com/blackdoor/jose,Unlicense,2018-11-05 17:36:11,2023-08-05 13:08:49,2023-07-14 15:27:24,85.0,1.0,5.0,3.0,78.0,9.0,4.0,15.0,2021-05-21 01:22:10,0.4.5,,,21.0,Extensible JOSE library for Scala.,4.0,9,True,3.0,,,,,,,, +330,molecule,scalamolecule/molecule,db-clients,https://github.com/scalamolecule/molecule,https://github.com/scalamolecule/molecule,Apache-2.0,2022-08-28 09:13:41,2023-08-04 20:40:41,2023-08-04 20:40:34,141.0,28.0,,2.0,,,,3.0,2023-07-29 11:30:38,0.1.0,,,1.0,Molecule translates custom Scala code to database queries for multiple databases.,,9,False,3.0,,,,,,,3.0, +331,vecmatlib,hexagonnico/vecmatlib,sci,https://github.com/HexagonNico/VecMatLib,https://github.com/HexagonNico/VecMatLib,Apache-2.0,2023-01-01 20:45:23,2023-07-07 08:28:06,2023-07-07 08:27:40,51.0,16.0,,1.0,,,,3.0,2023-06-25 11:36:05,2.1,,,8.0,Open source Scala library that add data structures for vectors and matrices.,,9,False,3.0,,,,,,,, +332,synapsegrid,primetalk/synapsegrid,reactive,https://github.com/Primetalk/SynapseGrid,https://github.com/Primetalk/SynapseGrid,,2013-06-28 09:11:53,2021-01-26 18:39:49,2019-09-22 16:45:19,244.0,,8.0,16.0,4.0,5.0,7.0,124.0,,,,,,SynapseGrid is a framework for constructing dynamic low latency data flow systems.,5.0,8,False,3.0,,,,,,,, +333,Freasy-Monad,Thangiee/Freasy-Monad,toolkits,https://github.com/Thangiee/Freasy-Monad,https://github.com/Thangiee/Freasy-Monad,MIT,2016-09-05 06:07:02,2018-06-15 23:31:10,2018-06-15 23:31:09,94.0,,8.0,7.0,1.0,,11.0,114.0,,,,,,Easy way to create Free Monad using Scala macros with first-class Intellij support.,4.0,8,False,3.0,,,,,,,, +334,shade,monix/shade,db-clients,https://github.com/monix/shade,https://github.com/monix/shade,MIT,2013-06-24 11:30:05,2021-03-18 23:25:57,2018-03-24 04:39:05,133.0,,19.0,11.0,43.0,12.0,15.0,107.0,,,,,,Memcached client for Scala.,12.0,8,False,3.0,,,,,,,,['scalajs'] +335,clist,backuity/clist,misc,https://github.com/backuity/clist,https://github.com/backuity/clist,Apache-2.0,2014-11-10 12:31:30,2019-06-11 07:53:38,2019-06-11 07:53:37,109.0,,10.0,3.0,11.0,5.0,16.0,106.0,,,,,,Command Line Interface Scala Toolkit.,6.0,8,False,3.0,,,,,,,, +336,morpheus,outworkers/morpheus,db-clients,https://github.com/outworkers/morpheus,https://github.com/outworkers/morpheus,,2015-09-03 10:48:15,2019-06-12 10:57:50,2019-06-12 10:57:47,217.0,,4.0,5.0,18.0,,,101.0,2016-04-11 09:47:33,"org=com.websudos,name=morpheus,version=0.2.7",,,2.0,Reactive type-safe Scala driver for SQL databases.,5.0,8,False,3.0,,,,,,,, +337,scalarelational,outr/scalarelational,db-clients,https://github.com/outr/scalarelational,https://github.com/outr/scalarelational,,2013-11-01 17:14:15,2019-03-06 15:28:00,2019-03-06 15:27:46,520.0,,9.0,13.0,39.0,15.0,49.0,58.0,,,,,,"Type-Safe framework for defining, modifying, and querying SQL databases.",7.0,8,False,3.0,,,,,,,, +338,xs4s,scalawilliam/xs4s,misc,https://github.com/ScalaWilliam/xs4s,https://github.com/ScalaWilliam/xs4s,,2014-05-14 08:22:44,2022-07-15 21:58:02,2021-07-27 17:45:22,89.0,,11.0,5.0,11.0,1.0,2.0,57.0,2021-08-01 12:19:22,0.9.1,,,7.0,XML Streaming for Scala including FS2/cats support.,5.0,8,False,3.0,,,,,,,, +339,ostinato,marianogappa/ostinato,misc,https://github.com/marianogappa/ostinato,https://github.com/marianogappa/ostinato,MIT,2015-11-02 09:35:53,2019-08-25 19:32:14,2019-08-25 19:31:59,271.0,,6.0,5.0,,5.0,5.0,50.0,2017-03-18 09:26:44,1.0.2,44.0,0.0,1.0,A chess library that runs on the server (Scala) and on the browser (ScalaJS).,2.0,8,False,3.0,,,,,,,, +340,fields,jap-company/fields,data,https://github.com/jap-company/fields,https://github.com/jap-company/fields,Apache-2.0,2022-05-29 10:37:51,2022-08-09 21:26:10,2022-08-09 21:18:26,45.0,,3.0,2.0,21.0,6.0,12.0,43.0,2022-08-09 21:26:35,0.4.16,,,27.0,Scala validation library.,1.0,8,True,3.0,,,,,,,, +341,scaposer,xitrum-framework/scaposer,misc,https://github.com/xitrum-framework/scaposer,https://github.com/xitrum-framework/scaposer,MIT,2011-09-09 01:02:13,2021-09-29 12:40:21,2019-07-04 11:49:52,113.0,,8.0,9.0,9.0,2.0,14.0,38.0,,,,,,GNU Gettext .po file loader for Scala.,9.0,8,False,3.0,,,,,,,, +342,freedsl,ISCPIF/freedsl,toolkits,https://github.com/ISCPIF/freedsl,https://github.com/ISCPIF/freedsl,,2016-10-27 16:19:11,2018-09-12 13:19:12,2018-09-12 13:18:57,208.0,,2.0,7.0,1.0,,,37.0,,,,,,Practical effect composition library based on abstract wrapping type and the free monad.,2.0,8,False,3.0,,,,,,,, +343,figlet4s,colofabrix/figlet4s,misc,https://github.com/ColOfAbRiX/figlet4s,https://github.com/ColOfAbRiX/figlet4s,MIT,2020-08-06 21:12:42,2022-11-09 21:16:15,2022-11-08 17:43:17,192.0,,,2.0,1.0,12.0,9.0,36.0,2022-11-09 21:10:43,0.3.2,,,5.0,ASCII-art banners in Scala.,1.0,8,True,3.0,,,,,,,, +344,etcd4s,mingchuno/etcd4s,db-clients,https://github.com/mingchuno/etcd4s,https://github.com/mingchuno/etcd4s,MIT,2017-11-17 11:26:19,2023-07-24 10:15:20,2022-03-07 09:38:29,84.0,,4.0,3.0,50.0,3.0,1.0,31.0,,,,,,Scala etcd client implementing V3 APIs.,4.0,8,True,3.0,,,,,,,, +345,scala-xgettext,xitrum-framework/scala-xgettext,misc,https://github.com/xitrum-framework/scala-xgettext,https://github.com/xitrum-framework/scala-xgettext,MIT,2013-01-04 10:12:48,2021-01-17 01:44:53,2021-01-17 01:43:33,76.0,,11.0,9.0,9.0,3.0,12.0,25.0,,,,,,Scala compiler plugin that acts like GNU xgettext command to extract i18n strings in Scala source code files to..,8.0,8,False,3.0,,,,,,,, +346,pos,johnreedlol/pos,env,https://github.com/JohnReedLOL/pos,https://github.com/JohnReedLOL/pos,Apache-2.0,2018-09-25 01:19:23,2020-10-27 07:37:05,2020-05-05 16:13:09,69.0,,3.0,3.0,37.0,12.0,3.0,23.0,,,,,,Macro based print debugging for Scala code. Locates debug statements in your IDE. Supports logging.,4.0,8,False,3.0,,,,,,,, +347,scala-phash,poslegm/scala-phash,media,https://github.com/poslegm/scala-phash,https://github.com/poslegm/scala-phash,MIT,2017-03-17 05:59:47,2020-07-22 10:26:17,2020-07-22 10:26:09,73.0,,3.0,1.0,3.0,,5.0,19.0,2019-06-10 22:19:24,1.2.2,,,5.0,Image comparison by hash codes.,3.0,8,False,3.0,,,,,,,, +348,analogweb-scala,analogweb/analogweb-scala,web-frameworks,https://github.com/analogweb/analogweb-scala,https://github.com/analogweb/analogweb-scala,MIT,2013-12-19 15:49:54,2022-08-13 08:21:27,2022-07-19 14:14:08,414.0,,2.0,3.0,17.0,1.0,26.0,13.0,,,,,,Tiny High Performance HTTP Server for Scala.,4.0,8,False,3.0,,,,,,,, +349,reactors,storm-enroute/reactors,reactive,https://github.com/storm-enroute/reactors,https://github.com/storm-enroute/reactors,BSD-3-Clause,2015-11-15 00:51:21,2018-02-03 20:45:14,2018-02-03 11:10:38,2413.0,,1.0,4.0,,,,4.0,,,,,,A concurrent reactive programming framework.,15.0,8,False,3.0,,,,,,,, +350,msgpack-scala,msgpack/msgpack-scala,data,https://github.com/msgpack/msgpack-scala,https://github.com/msgpack/msgpack-scala,,2011-10-18 05:54:24,2018-06-14 09:56:10,2017-11-30 05:23:29,66.0,,28.0,10.0,14.0,8.0,6.0,93.0,,,,,,MessagePack serializer implementation for Scala / msgpack.org[Scala].,8.0,7,False,3.0,,,,,,,, +351,aws4s,aws4s/aws4s,misc,https://github.com/aws4s/aws4s,https://github.com/aws4s/aws4s,MIT,2017-12-03 14:49:45,2018-06-20 20:31:43,2018-06-20 20:31:30,100.0,,12.0,6.0,21.0,9.0,7.0,88.0,,,,,,"Non-blocking AWS SDK for Scala exposing strongly-typed APIs built on top of http4s, fs2 and cats.",1.0,7,False,3.0,,,,,,,, +352,chromaprint.scala,mgdigital/chromaprint.scala,media,https://github.com/mgdigital/Chromaprint.scala,https://github.com/mgdigital/Chromaprint.scala,,2019-05-06 21:36:41,2019-07-04 12:53:08,2019-07-04 12:52:59,162.0,,7.0,4.0,9.0,2.0,,85.0,,,,,,Chromaprint/AcoustID audio fingerprinting for the JVM.,,7,False,3.0,,,,,,,, +353,sfcurve,locationtech/sfcurve,misc,https://github.com/locationtech/sfcurve,https://github.com/locationtech/sfcurve,,2015-06-25 18:38:33,2022-11-28 19:43:38,2022-11-28 19:43:38,47.0,,23.0,12.0,23.0,6.0,2.0,80.0,,,,,,"LocationTech SFCurve is a Scala library for the creation, transformation, and querying of space-filling curves.",6.0,7,False,3.0,,,,,,,, +354,pagelets,splink/pagelets,web-frameworks,https://github.com/splink/pagelets,https://github.com/splink/pagelets,Apache-2.0,2016-10-03 17:48:28,2022-01-31 22:50:46,2022-01-31 22:49:47,138.0,,6.0,9.0,7.0,,5.0,77.0,,,,,,A module for the Play Framework to build highly modular applications.,2.0,7,False,3.0,,,,,,,, +355,mgo,openmole/mgo,sci,https://github.com/openmole/mgo,https://github.com/openmole/mgo,,2012-08-29 13:04:39,2023-07-11 14:27:58,2023-07-11 14:27:51,1230.0,2.0,3.0,12.0,1.0,9.0,2.0,70.0,2016-04-26 07:11:36,2.0,,,1.0,Purely functional genetic algorithms for multi-objective optimisation.,8.0,7,False,3.0,,,,,,,, +356,synapses,mrdimosthenis/synapses,sci,https://github.com/mrdimosthenis/Synapses,https://github.com/mrdimosthenis/Synapses,MIT,2019-11-24 17:51:43,2021-09-23 20:55:47,2021-09-23 20:55:47,99.0,,6.0,8.0,23.0,,2.0,68.0,,,,,,A group of neural-network libraries for functional and mainstream languages.,6.0,7,False,3.0,,,,,,,, +357,spliff,sirthias/spliff,misc,https://github.com/sirthias/spliff,https://github.com/sirthias/spliff,MPL-2.0,2021-04-22 08:08:09,2023-07-24 22:00:14,2022-05-17 14:17:27,87.0,,1.0,4.0,87.0,1.0,,44.0,,,,,,Efficient diffing in Scala.,2.0,7,True,3.0,,,,,,,, +358,codacy-scalameta,codacy/codacy-scalameta,development-cycle,https://github.com/codacy/codacy-scalameta,https://github.com/codacy/codacy-scalameta,,2016-06-14 13:54:18,2022-02-04 11:17:42,2022-02-04 11:08:32,164.0,,17.0,15.0,61.0,1.0,18.0,35.0,,,,,,Codacy tool for Scalameta.,19.0,7,False,3.0,,,,,,,, +359,sbt-json,battermann/sbt-json,json,https://github.com/battermann/sbt-json,https://github.com/battermann/sbt-json,MIT,2017-08-16 16:28:39,2018-05-29 20:34:36,2018-05-29 20:33:52,104.0,,3.0,5.0,6.0,1.0,4.0,32.0,,,,,,"sbt plugin that generates Scala case classes for easy, statically typed and implicit access of JSON data e.g. from API..",2.0,7,False,3.0,,,,,,,, +360,OAuth2-mock-play,zalando-stups/OAuth2-mock-play,sec,https://github.com/zalando-stups/OAuth2-mock-play,https://github.com/zalando-stups/OAuth2-mock-play,MIT,2016-06-01 12:50:40,2019-04-10 09:30:03,2017-07-23 10:30:38,47.0,,5.0,9.0,16.0,3.0,2.0,25.0,,,,,,An implementation of an OAuth2 server designed for mocking/testing.,8.0,7,False,3.0,,,,,,,, +361,google-api-scala,eckerdcollege/google-api-scala,misc,https://github.com/EckerdCollege/google-api-scala,https://github.com/EckerdCollege/google-api-scala,Apache-2.0,2016-05-11 02:57:25,2018-02-13 23:18:23,2018-02-13 23:17:47,162.0,,5.0,4.0,9.0,2.0,2.0,18.0,,,,,,"This API is a wrapper for the google java libraries. Currently mapping Admin Directory, Drive, and Calendar.",,7,False,3.0,,,,,,,, +362,mailgun4s,outr/mailgun4s,misc,https://github.com/outr/mailgun4s,https://github.com/outr/mailgun4s,MIT,2016-08-18 01:03:36,2023-07-30 01:12:57,2023-06-18 01:40:02,78.0,1.0,7.0,4.0,51.0,,7.0,18.0,,,,,,Mailgun API implementation in Scala.,6.0,7,True,3.0,,,,,,,, +363,mapperdao,kostaskougios/mapperdao,db-clients,https://github.com/kostaskougios/mapperdao,https://github.com/kostaskougios/mapperdao,,2015-03-13 23:38:56,2018-05-14 17:34:31,2018-05-14 17:34:27,2004.0,,4.0,3.0,4.0,3.0,6.0,14.0,,,,,,A Scala ORM library.,10.0,7,False,3.0,,,,,,,, +364,fm-flatfile,frugalmechanic/fm-flatfile,csv-yaml,https://github.com/frugalmechanic/fm-flatfile,https://github.com/frugalmechanic/fm-flatfile,Apache-2.0,2014-04-23 20:49:52,2023-07-13 23:54:52,2023-07-13 23:54:43,110.0,6.0,3.0,5.0,3.0,3.0,,10.0,,,,,,Scala Library for Reading Flat File Data (CSV/TSV/XLS/XLSX).,2.0,7,False,3.0,,,,,,,, +365,avro-codegen,malcolmgreaves/avro-codegen,data,https://github.com/malcolmgreaves/avro-codegen,https://github.com/malcolmgreaves/avro-codegen,,2017-07-28 04:15:28,2020-05-29 21:59:56,2020-05-28 18:28:33,56.0,,4.0,4.0,5.0,,,9.0,2018-05-04 02:38:58,0.3.7,,,3.0,Scala code generator for Avro schemas.,10.0,7,False,3.0,,,,,,,, +366,jefe,outr/jefe,http,https://github.com/outr/jefe,https://github.com/outr/jefe,MIT,2016-03-23 13:45:36,2020-01-17 23:50:29,2020-01-17 23:49:36,203.0,,,4.0,1.0,8.0,13.0,8.0,,,,,,"Manages installation, updating, downloading, launching, error reporting, and more for your application.",,7,False,3.0,,,,,,,, +367,lamma,maxcellent/lamma,toolkits,https://github.com/maxcellent/lamma,https://github.com/maxcellent/lamma,,2014-05-26 15:37:29,2020-05-25 08:37:51,2020-05-25 08:37:50,230.0,,18.0,7.0,1.0,1.0,13.0,90.0,,,,,,Lamma schedule generator for Scala is a professional schedule generation library for periodic schedules like fixed..,1.0,6,False,3.0,,,,,,,, +368,scala-sql,wangzaixiang/scala-sql,db-clients,https://github.com/wangzaixiang/scala-sql,https://github.com/wangzaixiang/scala-sql,,2012-05-29 01:09:15,2023-05-31 09:16:02,2023-05-31 09:15:37,126.0,1.0,19.0,10.0,1.0,,2.0,89.0,2019-01-04 03:19:55,2.0.7,,,3.0,scala SQL api.,5.0,6,False,3.0,,,,,,,, +369,ndscala,sciscala/ndscala,sci,https://github.com/SciScala/NDScala,https://github.com/SciScala/NDScala,AGPL-3.0,2020-06-14 13:57:45,2022-12-22 18:02:46,2022-12-22 18:02:26,112.0,,6.0,7.0,2.0,,1.0,46.0,,,,,,N-dimensional / multi-dimensional arrays (tensors) in Scala 3. Think NumPy ndarray / PyTorch Tensor but type-safe over..,3.0,6,True,3.0,,,,,,,, +370,dupin,yakivy/dupin,data,https://github.com/yakivy/dupin,https://github.com/yakivy/dupin,MIT,2019-11-06 18:56:13,2023-04-25 20:43:17,2023-04-25 20:43:13,73.0,,2.0,3.0,1.0,,,41.0,,,,,,"Minimal, idiomatic, customizable validation Scala library.",2.0,6,True,3.0,,,,,,,, +371,kvs,zero-deps/kvs,db-clients,https://github.com/zero-deps/kvs,https://github.com/zero-deps/kvs,,2019-08-09 21:21:29,2023-03-26 22:14:33,2022-09-01 22:23:42,770.0,,2.0,6.0,4.0,,11.0,20.0,2022-06-24 23:03:51,6.1,,,2.0,Highly available distributed strong eventual consistent and sequentially consistent storage with feeds and search.,16.0,6,False,3.0,,,,,,,, +372,sclasner,xitrum-framework/sclasner,di,https://github.com/xitrum-framework/sclasner,https://github.com/xitrum-framework/sclasner,MIT,2011-09-09 04:48:43,2019-11-16 00:08:39,2019-11-16 00:08:30,66.0,,,5.0,,,3.0,10.0,,,,,,Scala classpath scanner.,5.0,6,False,3.0,,,,,,,, +373,stone,sake92/stone,env,https://github.com/sake92/stone,https://github.com/sake92/stone,Apache-2.0,2019-08-14 18:46:15,2020-10-01 13:21:19,2020-10-01 13:21:18,31.0,,3.0,2.0,4.0,2.0,2.0,4.0,2020-09-08 16:42:47,0.2.0,,,1.0,URL (de)construct. Withers.,,6,False,3.0,,,,,,,, +374,frontier,zero-deps/frontier,http,https://github.com/zero-deps/frontier,https://github.com/zero-deps/frontier,,2020-10-02 14:06:05,2022-09-13 13:27:13,2022-09-13 13:27:09,123.0,,3.0,5.0,4.0,,4.0,10.0,,,,,,"Fast, efficient, pure-functional, effect-free websocket, http and udp server, http client and telegram bot.",6.0,5,False,3.0,,,,,,,, +375,service-chassis,allawala/service-chassis,misc,https://github.com/allawala/service-chassis,https://github.com/allawala/service-chassis,,2017-03-18 11:30:44,2022-08-09 02:02:19,2022-08-09 02:02:12,150.0,,2.0,1.0,3.0,,79.0,7.0,,,,,,A scala chassis to get your applications and services bootstrapped quickly.,4.0,5,False,3.0,,,,,,,, +376,sevenz4s,gonearewe/sevenz4s,misc,https://github.com/gonearewe/SevenZ4S,https://github.com/gonearewe/SevenZ4S,LGPL-2.1,2021-01-11 08:15:26,2021-02-01 02:27:22,2021-02-01 02:27:22,19.0,,8.0,2.0,1.0,,,43.0,,,,,,"SevenZip library for Scala, easy to use.",1.0,4,False,3.0,,,,,,,, +377,veto,splink/veto,data,https://github.com/splink/veto,https://github.com/splink/veto,Apache-2.0,2019-02-27 14:05:46,2020-01-21 23:32:27,2020-01-21 23:32:26,31.0,,1.0,2.0,1.0,,,6.0,,,,,,If you dont agree with the data.,2.0,4,False,3.0,,,,,,,, +378,scalajs-router,sake92/scalajs-router,env,https://github.com/sake92/scalajs-router,https://github.com/sake92/scalajs-router,Apache-2.0,2020-09-09 19:32:07,2020-12-14 15:21:12,2020-12-14 15:21:06,18.0,,,2.0,,,,4.0,,,,,,ScalaJS frontend router.,,4,False,3.0,,,,,,,, +379,json,nestorpersist/json,json,https://github.com/nestorpersist/json,https://github.com/nestorpersist/json,,2012-11-17 19:43:13,2018-03-09 04:32:45,2016-12-16 16:48:10,115.0,,8.0,6.0,10.0,,2.0,11.0,,,,,,"Persist-Json, a Fast Json Parser Written in Scala.",2.0,3,False,3.0,,,,,,,, +380,google4s,toknapp/google4s,misc,https://github.com/toknapp/google4s,https://github.com/toknapp/google4s,,2018-12-27 23:37:30,2019-01-22 12:00:59,2019-01-22 12:00:52,29.0,,,5.0,3.0,3.0,1.0,11.0,,,,,,"A lean, functional library for Google Cloud Services in Scala.",3.0,3,False,3.0,,,,,,,, +381,reactive-kafka,akka/alpakka-kafk,bigdata,,{},,,,,,,,,,,,,,,,,,,,0,False,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 405a528..1e0e3ee 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,25 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- playframework (πŸ₯‡32 Β· ⭐ 12K Β· πŸ“ˆ) - Play Framework. Apache-2 -- sttp (πŸ₯‡26 Β· ⭐ 1.4K Β· πŸ“ˆ) - The Scala HTTP client you always wanted!. Apache-2 -- scalafix (πŸ₯‰22 Β· ⭐ 760 Β· πŸ“ˆ) - Refactoring and linting tool for Scala. BSD-3 -- play-swagger (πŸ₯‡21 Β· ⭐ 400 Β· πŸ“ˆ) - Swagger spec generator for play framework. Apache-2 -- scala-js-dom (πŸ₯ˆ20 Β· ⭐ 290 Β· πŸ“ˆ) - Statically typed DOM API for Scala.js. ❗Unlicensed +- scalatest (πŸ₯‡23 Β· ⭐ 1.1K Β· πŸ“ˆ) - A testing tool for Scala and Java developers. Apache-2 +- monix (πŸ₯‡21 Β· ⭐ 1.9K Β· πŸ“ˆ) - Asynchronous, Reactive Programming for Scala and Scala.js. Apache-2 +- chimney (πŸ₯ˆ20 Β· ⭐ 1K Β· πŸ“ˆ) - Scala library for boilerplate-free, type-safe data transformations. Apache-2 +- scallop (πŸ₯ˆ18 Β· ⭐ 660 Β· πŸ“ˆ) - a simple Scala CLI parsing library. MIT +- molecule (πŸ₯‰9 Β· ⭐ 3 Β· πŸ“ˆ) - Molecule translates custom Scala code to database queries for.. Apache-2 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- airframe (πŸ₯‡22 Β· ⭐ 610 Β· πŸ“‰) - Essential Building Blocks for Scala. Apache-2 -- scanamo (πŸ₯ˆ20 Β· ⭐ 320 Β· πŸ“‰) - Simpler DynamoDB access for Scala. Apache-2 -- scalamock (πŸ₯‰18 Β· ⭐ 490 Β· πŸ“‰) - Native Scala mocking framework. MIT -- fast-string-interpolator (πŸ₯ˆ12 Β· ⭐ 84 Β· πŸ“‰) - Scala macro that generates ultra-fast string.. Apache-2 -- molecule (πŸ₯‰6 Β· ⭐ 2 Β· πŸ“‰) - Molecule translates custom Scala code to database queries for.. Apache-2 - -## βž• Added Projects - -_Projects that were recently added to this best-of list._ - -- sttp-oauth2 (πŸ₯‰13 Β· ⭐ 66 Β· βž•) - OAuth2 client library implemented in Scala using sttp. Apache-2 +- gitbucket (πŸ₯‡31 Β· ⭐ 8.9K Β· πŸ“‰) - A Git platform powered by Scala with easy installation, high.. Apache-2 +- scalapb (πŸ₯‡25 Β· ⭐ 1.3K Β· πŸ“‰) - Protocol buffer compiler for Scala. Apache-2 +- scalikejdbc (πŸ₯‡23 Β· ⭐ 1.2K Β· πŸ“‰) - A tidy SQL-based DB access library for Scala developers... Apache-2 +- sbt-native-packager (πŸ₯‡22 Β· ⭐ 1.6K Β· πŸ“‰) - sbt Native Packager. BSD-2 +- scalding (πŸ₯ˆ21 Β· ⭐ 3.4K Β· πŸ“‰) - A Scala API for Cascading. Apache-2