From a5380aa122df103be36adcc30ceffcc57602e5b1 Mon Sep 17 00:00:00 2001 From: stkeky Date: Thu, 13 Jul 2023 18:29:51 +0000 Subject: [PATCH] Update best-of list for version 2023.07.13 --- README.md | 611 +++++++++++++++++--------------- history/2023-07-13_changes.md | 33 ++ history/2023-07-13_projects.csv | 381 ++++++++++++++++++++ latest-changes.md | 33 +- 4 files changed, 768 insertions(+), 290 deletions(-) create mode 100644 history/2023-07-13_changes.md create mode 100644 history/2023-07-13_projects.csv diff --git a/README.md b/README.md index 9569c7e..2cbaf2c 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,19 @@

- +

-This curated list contains 370 awesome open-source projects with a total of 370K stars grouped into 21 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/stkeky/best-of-scala/issues/new/choose), submit a [pull request](https://github.com/stkeky/best-of-scala/pulls), or directly edit the [projects.yaml](https://github.com/stkeky/best-of-scala/edit/main/projects.yaml). Contributions are very welcome! +This curated list contains 380 awesome open-source projects with a total of 370K stars grouped into 23 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/stkeky/best-of-scala/issues/new/choose), submit a [pull request](https://github.com/stkeky/best-of-scala/pulls), or directly edit the [projects.yaml](https://github.com/stkeky/best-of-scala/edit/main/projects.yaml). Contributions are very welcome! > πŸ§™β€β™‚οΈ Discover other [best-of lists](https://best-of.org) or [create your own](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md). ## Contents -- [Miscelaneous](#miscelaneous) _52 projects_ +- [Miscelaneous](#miscelaneous) _51 projects_ +- [Development Cycle](#development-cycle) _15 projects_ - [Database Clients](#database-clients) _42 projects_ - [Ecosystems](#ecosystems) _1 projects_ - [JSON](#json) _17 projects_ @@ -37,11 +38,12 @@ This curated list contains 370 awesome open-source projects with a total of 370K - [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) _21 projects_ +- [Various tooling libraries that helps with overall Scala environment](#various-tooling-libraries-that-helps-with-overall-scala-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) _25 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_ +- [ScalaJS](#scalajs) _6 projects_ ## Explanation - πŸ₯‡πŸ₯ˆπŸ₯‰  Combined project-quality score @@ -71,23 +73,15 @@ _Miscelaneous projects that currently don't fit into any other category._
eclair (πŸ₯‡26 Β· ⭐ 1.1K) - A scala implementation of the Lightning Network. Apache-2 -- [GitHub](https://github.com/ACINQ/eclair) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 250 Β· πŸ“₯ 43K Β· πŸ“‹ 710 - 6% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/ACINQ/eclair) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 250 Β· πŸ“₯ 43K Β· πŸ“‹ 710 - 6% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/acinq/eclair ```
-
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 Β· ⏱️ 22.06.2023): - - ``` - git clone https://github.com/scala-js/scala-js - ``` -
sangria (πŸ₯‡24 Β· ⭐ 1.9K) - Scala GraphQL implementation. Apache-2 -- [GitHub](https://github.com/sangria-graphql/sangria) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 220 Β· πŸ“‹ 460 - 12% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/sangria-graphql/sangria) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 220 Β· πŸ“‹ 460 - 12% open Β· ⏱️ 08.07.2023): ``` git clone https://github.com/sangria-graphql/sangria @@ -101,25 +95,25 @@ _Miscelaneous projects that currently don't fit into any other category._ git clone https://github.com/pureconfig/pureconfig ```
-
play-swagger (πŸ₯‡19 Β· ⭐ 400) - Swagger spec generator for play framework. Apache-2 +
bootzooka (πŸ₯‡20 Β· ⭐ 690 Β· πŸ“ˆ) - Simple project to quickly start developing a Scala-based.. Apache-2 -- [GitHub](https://github.com/iheartradio/play-swagger) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 130 Β· πŸ“‹ 180 - 48% open Β· ⏱️ 05.06.2023): +- [GitHub](https://github.com/softwaremill/bootzooka) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 150 Β· πŸ“‹ 110 - 6% open Β· ⏱️ 13.07.2023): ``` - git clone https://github.com/iheartradio/play-swagger + git clone https://github.com/softwaremill/bootzooka ```
-
bootzooka (πŸ₯ˆ18 Β· ⭐ 680) - Simple project to quickly start developing a Scala-based.. Apache-2 +
play-swagger (πŸ₯‡19 Β· ⭐ 400) - Swagger spec generator for play framework. Apache-2 -- [GitHub](https://github.com/softwaremill/bootzooka) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 150 Β· πŸ“‹ 110 - 6% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/iheartradio/play-swagger) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 130 Β· πŸ“‹ 180 - 48% open Β· ⏱️ 05.06.2023): ``` - git clone https://github.com/softwaremill/bootzooka + git clone https://github.com/iheartradio/play-swagger ```
-
metrics-scala (πŸ₯ˆ18 Β· ⭐ 420) - The scala API for Dropwizards Metrics. Apache-2 +
metrics-scala (πŸ₯ˆ18 Β· ⭐ 430) - The scala API for Dropwizards Metrics. Apache-2 -- [GitHub](https://github.com/erikvanoosten/metrics-scala) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 61 Β· πŸ“‹ 73 - 2% open Β· ⏱️ 29.06.2023): +- [GitHub](https://github.com/erikvanoosten/metrics-scala) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 61 Β· πŸ“‹ 73 - 2% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/erikvanoosten/metrics-scala @@ -127,7 +121,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 Β· πŸ”€ 39 Β· πŸ“‹ 65 - 36% open Β· ⏱️ 22.06.2023): +- [GitHub](https://github.com/laserdisc-io/fs2-aws) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 39 Β· πŸ“‹ 68 - 39% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/laserdisc-io/fs2-aws @@ -135,7 +129,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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/ruippeixotog/scala-scraper) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 100 Β· πŸ“‹ 61 - 13% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/ruippeixotog/scala-scraper @@ -143,7 +137,7 @@ _Miscelaneous projects that currently don't fit into any other category._
skuber (πŸ₯ˆ17 Β· ⭐ 68) - A Scala Kubernetes client library. Apache-2 -- [GitHub](https://github.com/hagay3/skuber) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 46 Β· πŸ“‹ 31 - 32% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/hagay3/skuber) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 46 Β· πŸ“‹ 44 - 52% open Β· ⏱️ 04.07.2023): ``` git clone https://github.com/hagay3/skuber @@ -175,7 +169,7 @@ _Miscelaneous projects that currently don't fit into any other category._
rtree2d (πŸ₯ˆ13 Β· ⭐ 120) - RTree2D is a 2D immutable R-tree for ultra-fast nearest and.. Apache-2 -- [GitHub](https://github.com/plokhotnyuk/rtree2d) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 11 Β· πŸ“‹ 18 - 44% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/plokhotnyuk/rtree2d) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 11 Β· πŸ“‹ 18 - 44% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/plokhotnyuk/rtree2d @@ -183,7 +177,7 @@ _Miscelaneous projects that currently don't fit into any other category._
franklin (πŸ₯ˆ13 Β· ⭐ 67) - A STAC/OGC API Features Web Service. Apache-2 -- [GitHub](https://github.com/azavea/franklin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 18 Β· πŸ“‹ 200 - 48% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/azavea/franklin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 18 Β· πŸ“‹ 200 - 48% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/azavea/franklin @@ -215,7 +209,7 @@ _Miscelaneous projects that currently don't fit into any other category._
scountries (πŸ₯‰11 Β· ⭐ 19) - Scala library that provides an enumeration of ISO 3166 codes for.. Apache-2 -- [GitHub](https://github.com/lambdaworks/scountries) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 1 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/lambdaworks/scountries) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 1 Β· ⏱️ 10.07.2023): ``` git clone https://github.com/lambdaworks/scountries @@ -231,7 +225,7 @@ _Miscelaneous projects that currently don't fit into any other category._
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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/lambdaworks/scurl-detector) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 2 Β· πŸ“‹ 10 - 10% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/lambdaworks/scurl-detector @@ -245,7 +239,7 @@ _Miscelaneous projects that currently don't fit into any other category._ ```
-
figlet4s (πŸ₯‰8 Β· ⭐ 34) - ASCII-art banners in Scala. MIT +
figlet4s (πŸ₯‰8 Β· ⭐ 35) - ASCII-art banners in Scala. MIT - [GitHub](https://github.com/ColOfAbRiX/figlet4s) (πŸ‘¨β€πŸ’» 1 Β· πŸ“‹ 21 - 57% open Β· ⏱️ 08.11.2022): @@ -271,11 +265,11 @@ _Miscelaneous projects that currently don't fit into any other category._
Show 29 hidden projects... -- geotrellis (πŸ₯‡19 Β· ⭐ 1.3K) - GeoTrellis is a geographic data processing engine for high.. ❗Unlicensed +- geotrellis (πŸ₯‡20 Β· ⭐ 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.. ❗Unlicensed -- sbt-android (πŸ₯ˆ14 Β· ⭐ 750 Β· πŸ’€) - An easy-to-use sbt plugin for working with all Android.. ❗Unlicensed +- 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 - scaloid (πŸ₯ˆ13 Β· ⭐ 2.1K Β· πŸ’€) - Scaloid makes your Android code easy to understand and.. ❗Unlicensed - op-rabbit (πŸ₯ˆ13 Β· ⭐ 240 Β· πŸ’€) - The Opinionated RabbitMQ Library for Scala and Akka. ❗Unlicensed @@ -294,7 +288,7 @@ _Miscelaneous projects that currently don't fit into any other category._ - ostinato (πŸ₯‰8 Β· ⭐ 49 Β· πŸ’€) - 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 Β· ⭐ 89 Β· πŸ’€) - Non-blocking AWS SDK for Scala exposing strongly-typed APIs built on top.. MIT +- aws4s (πŸ₯‰7 Β· ⭐ 88 Β· πŸ’€) - Non-blocking AWS SDK for Scala exposing strongly-typed APIs built on top.. MIT - sfcurve (πŸ₯‰7 Β· ⭐ 78) - LocationTech SFCurve is a Scala library for the creation,.. ❗Unlicensed - google-api-scala (πŸ₯‰7 Β· ⭐ 18 Β· πŸ’€) - This API is a wrapper for the google java libraries... Apache-2 - service-chassis (πŸ₯‰5 Β· ⭐ 7 Β· πŸ’€) - A scala chassis to get your applications and services.. ❗Unlicensed @@ -303,6 +297,95 @@ _Miscelaneous projects that currently don't fit into any other category._

+## Development Cycle + +Back to top + +_Tools for compiling, testing, packaging, formatting, linting, ... your Scala code_ + +
sbt (πŸ₯‡33 Β· ⭐ 4.7K) - sbt, the interactive build tool. Apache-2 + +- [GitHub](https://github.com/sbt/sbt) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 920 Β· πŸ“₯ 11M Β· πŸ“‹ 4.1K - 18% open Β· ⏱️ 10.07.2023): + + ``` + git clone https://github.com/sbt/sbt + ``` +
+
gitbucket (πŸ₯‡32 Β· ⭐ 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 Β· ⏱️ 11.07.2023): + + ``` + git clone https://github.com/gitbucket/gitbucket + ``` +
+
mill (πŸ₯ˆ29 Β· ⭐ 1.9K Β· πŸ“ˆ) - Your shiny new Java/Scala build tool!. MIT + +- [GitHub](https://github.com/com-lihaoyi/mill) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 270 Β· πŸ“₯ 1.1M Β· πŸ“‹ 740 - 14% open Β· ⏱️ 12.07.2023): + + ``` + git clone https://github.com/com-lihaoyi/mill + ``` +
+
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 Β· πŸ“₯ 450K Β· πŸ“‹ 650 - 29% open Β· ⏱️ 12.07.2023): + + ``` + git clone https://github.com/VirtusLab/scala-cli + ``` +
+
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 Β· ⏱️ 13.07.2023): + + ``` + git clone https://github.com/scalameta/metals + ``` +
+
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 Β· ⏱️ 13.07.2023): + + ``` + git clone https://github.com/scalacenter/bloop + ``` +
+
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 Β· ⏱️ 12.07.2023): + + ``` + git clone https://github.com/foundweekends/giter8 + ``` +
+
wartremover (πŸ₯‰21 Β· ⭐ 1K) - Flexible Scala code linting tool. Apache-2 + +- [GitHub](https://github.com/wartremover/wartremover) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 110 Β· πŸ“₯ 490 Β· πŸ“‹ 330 - 30% open Β· ⏱️ 12.07.2023): + + ``` + git clone https://github.com/wartremover/wartremover + ``` +
+
scapegoat (πŸ₯‰20 Β· ⭐ 490) - Scala compiler plugin for static code analysis. Apache-2 + +- [GitHub](https://github.com/scapegoat-scala/scapegoat) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 80 Β· πŸ“‹ 240 - 17% open Β· ⏱️ 11.07.2023): + + ``` + git clone https://github.com/scapegoat-scala/scapegoat + ``` +
+
Show 6 hidden projects... + +- scalafix (πŸ₯‰20 Β· ⭐ 750) - Refactoring and linting tool for Scala. ❗Unlicensed +- scalariform (πŸ₯‰18 Β· ⭐ 530 Β· πŸ’€) - Scala source code formatter. MIT +- scalastyle (πŸ₯‰16 Β· ⭐ 680 Β· πŸ’€) - scalastyle. Apache-2 +- bleep (πŸ₯‰14 Β· ⭐ 100 Β· βž•) - MIT +- fury (πŸ₯‰11 Β· ⭐ 11 Β· βž•) - A build tool for Scala. Apache-2 +- codacy-scalameta (πŸ₯‰7 Β· ⭐ 35 Β· πŸ’€) - Codacy tool for Scalameta. ❗Unlicensed +
+
+ ## Database Clients Back to top @@ -311,7 +394,7 @@ _Libraries for connecting to, operating, and querying databases._
slick (πŸ₯‡25 Β· ⭐ 2.6K) - Slick (Scala Language Integrated Connection Kit) is a modern database.. BSD-2 -- [GitHub](https://github.com/slick/slick) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 610 Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/slick/slick) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 620 Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/slick/slick @@ -319,7 +402,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 Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/tpolecat/doobie) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 340 Β· πŸ“‹ 530 - 27% open Β· ⏱️ 07.07.2023): ``` git clone https://github.com/tpolecat/doobie @@ -327,7 +410,7 @@ _Libraries for connecting to, operating, and querying databases._
elastic4s (πŸ₯‡25 Β· ⭐ 1.6K) - Elasticsearch Scala Client - Reactive, Non Blocking, Type Safe,.. Apache-2 -- [GitHub](https://github.com/sksamuel/elastic4s) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 690 Β· πŸ“‹ 1.1K - 1% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/sksamuel/elastic4s) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 690 Β· πŸ“‹ 1.1K - 1% open Β· ⏱️ 08.07.2023): ``` git clone https://github.com/sksamuel/elastic4s @@ -343,7 +426,7 @@ _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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/zio/zio-quill) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“‹ 1.1K - 32% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/zio/zio-quill @@ -351,7 +434,7 @@ _Libraries for connecting to, operating, and querying databases._
scalikejdbc (πŸ₯‡23 Β· ⭐ 1.2K) - A tidy SQL-based DB access library for Scala developers. This.. Apache-2 -- [GitHub](https://github.com/scalikejdbc/scalikejdbc) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 220 Β· πŸ“‹ 480 - 5% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/scalikejdbc/scalikejdbc) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 220 Β· πŸ“‹ 480 - 5% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/scalikejdbc/scalikejdbc @@ -367,7 +450,7 @@ _Libraries for connecting to, operating, and querying databases._
skunk (πŸ₯ˆ22 Β· ⭐ 1.5K) - A data access library for Scala + Postgres. MIT -- [GitHub](https://github.com/typelevel/skunk) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 140 Β· πŸ“‹ 160 - 63% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/typelevel/skunk) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 140 Β· πŸ“‹ 160 - 63% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/typelevel/skunk @@ -381,7 +464,7 @@ _Libraries for connecting to, operating, and querying databases._ git clone https://github.com/tminglei/slick-pg ```
-
scanamo (πŸ₯ˆ21 Β· ⭐ 310) - Simpler DynamoDB access for Scala. Apache-2 +
scanamo (πŸ₯ˆ21 Β· ⭐ 320) - Simpler DynamoDB access for Scala. Apache-2 - [GitHub](https://github.com/scanamo/scanamo) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 120 Β· πŸ“‹ 230 - 32% open Β· ⏱️ 09.06.2023): @@ -399,7 +482,7 @@ _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 Β· πŸ“‹ 62 - 24% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/neotypes/neotypes) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 31 Β· πŸ“‹ 64 - 26% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/neotypes/neotypes @@ -407,7 +490,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 Β· ⏱️ 02.07.2023): +- [GitHub](https://github.com/playframework/anorm) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 69 Β· πŸ“‹ 66 - 9% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/playframework/anorm @@ -423,7 +506,7 @@ _Libraries for connecting to, operating, and querying databases._
couchbase-jvm-clients (πŸ₯ˆ17 Β· ⭐ 39) - The Couchbase Monorepo for JVM Clients: Java, Scala,.. Apache-2 -- [GitHub](https://github.com/couchbase/couchbase-jvm-clients) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 34 Β· πŸ“¦ 140 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/couchbase/couchbase-jvm-clients) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 34 Β· πŸ“¦ 140 Β· ⏱️ 13.07.2023): ``` git clone https://github.com/couchbase/couchbase-jvm-clients @@ -431,7 +514,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 Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/squeryl/squeryl) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 140 Β· πŸ“‹ 150 - 26% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/squeryl/squeryl @@ -447,7 +530,7 @@ _Libraries for connecting to, operating, and querying databases._
zio-elasticsearch (πŸ₯‰15 Β· ⭐ 52) - ZIO Elasticsearch is a type-safe and streaming-.. Apache-2 -- [GitHub](https://github.com/lambdaworks/zio-elasticsearch) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 15 Β· πŸ“‹ 43 - 25% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/lambdaworks/zio-elasticsearch) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 15 Β· πŸ“‹ 43 - 25% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/lambdaworks/zio-elasticsearch @@ -471,7 +554,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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/laserdisc-io/laserdisc) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 14 Β· πŸ“‹ 25 - 56% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/laserdisc-io/laserdisc @@ -485,7 +568,7 @@ _Libraries for connecting to, operating, and querying databases._ git clone https://github.com/innFactory/akka-persistence-gcp-datastore ```
-
etcd4s (πŸ₯‰8 Β· ⭐ 32 Β· πŸ’€) - Scala etcd client implementing V3 APIs. MIT +
etcd4s (πŸ₯‰8 Β· ⭐ 31 Β· πŸ’€) - Scala etcd client implementing V3 APIs. MIT - [GitHub](https://github.com/mingchuno/etcd4s) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 4 Β· πŸ“‹ 4 - 75% open Β· ⏱️ 07.03.2022): @@ -508,7 +591,7 @@ _Libraries for connecting to, operating, and querying databases._ - couchdb-scala (πŸ₯‰11 Β· ⭐ 65 Β· πŸ’€) - A purely functional Scala client for CouchDB. Apache-2 - 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 Β· ⭐ 27 Β· πŸ’€) - New ReactiveCouchbase driver using reactive-streams. Apache-2 +- ReactiveCouchbase-rs-core (πŸ₯‰9 Β· ⭐ 26 Β· πŸ’€) - New ReactiveCouchbase driver using reactive-streams. Apache-2 - shade (πŸ₯‰8 Β· ⭐ 110 Β· πŸ’€) - Memcached client for Scala. MIT - morpheus (πŸ₯‰8 Β· ⭐ 100 Β· πŸ’€) - Reactive type-safe Scala driver for SQL databases. ❗Unlicensed - molecule (πŸ₯‰8 Β· ⭐ 68 Β· πŸ’€) - Non-blocking asynchronous domain-customizable database query.. ❗Unlicensed @@ -527,12 +610,12 @@ _Extensions and platforms that provides 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 Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/zio/zio) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 1.2K Β· πŸ“‹ 2.4K - 15% open Β· ⏱️ 08.07.2023): ``` git clone https://github.com/zio/zio ``` -- [Maven](https://search.maven.org/artifact/dev.zio/zio_2.13) (πŸ“¦ 550 Β· ⏱️ 31.05.2023): +- [Maven](https://search.maven.org/artifact/dev.zio/zio_2.13) (πŸ“¦ 820 Β· ⏱️ 06.06.2023): ``` dev.zio @@ -549,9 +632,9 @@ _Extensions and platforms that provides various abstractions._ _Libraries that handles JSON format._ -
circe (πŸ₯‡27 Β· ⭐ 2.4K) - Yet another JSON library for Scala. Apache-2 +
circe (πŸ₯‡28 Β· ⭐ 2.4K Β· πŸ“ˆ) - Yet another JSON library for Scala. Apache-2 -- [GitHub](https://github.com/circe/circe) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 530 Β· πŸ“‹ 550 - 35% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/circe/circe) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 530 Β· πŸ“‹ 550 - 35% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/circe/circe @@ -567,7 +650,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 Β· ⏱️ 27.06.2023): +- [GitHub](https://github.com/argonaut-io/argonaut) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 110 Β· πŸ“‹ 200 - 13% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/argonaut-io/argonaut @@ -581,28 +664,28 @@ _Libraries that handles JSON format._ ```
-
jsoniter-scala (πŸ₯ˆ21 Β· ⭐ 650) - Scala macros for compile-time generation of safe and ultra-fast.. MIT +
json4s (πŸ₯ˆ20 Β· ⭐ 1.5K) - JSON library. Apache-2 -- [GitHub](https://github.com/plokhotnyuk/jsoniter-scala) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 82 Β· πŸ“¦ 1 Β· πŸ“‹ 280 - 19% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/json4s/json4s) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 350 Β· πŸ“‹ 420 - 39% open Β· ⏱️ 12.07.2023): ``` - git clone https://github.com/plokhotnyuk/jsoniter-scala + git clone https://github.com/json4s/json4s ```
-
jawn (πŸ₯ˆ21 Β· ⭐ 430) - Jawn is for parsing jay-sawn (JSON). MIT +
jsoniter-scala (πŸ₯ˆ20 Β· ⭐ 660 Β· πŸ“‰) - Scala macros for compile-time generation of safe and ultra-.. MIT -- [GitHub](https://github.com/typelevel/jawn) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 71 Β· πŸ“‹ 68 - 17% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/plokhotnyuk/jsoniter-scala) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 82 Β· πŸ“¦ 1 Β· πŸ“‹ 280 - 19% open Β· ⏱️ 11.07.2023): ``` - git clone https://github.com/typelevel/jawn + git clone https://github.com/plokhotnyuk/jsoniter-scala ```
-
json4s (πŸ₯ˆ20 Β· ⭐ 1.5K) - JSON library. Apache-2 +
jawn (πŸ₯ˆ20 Β· ⭐ 430) - Jawn is for parsing jay-sawn (JSON). MIT -- [GitHub](https://github.com/json4s/json4s) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 350 Β· πŸ“‹ 420 - 39% open Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/typelevel/jawn) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 71 Β· πŸ“‹ 69 - 18% open Β· ⏱️ 05.07.2023): ``` - git clone https://github.com/json4s/json4s + git clone https://github.com/typelevel/jawn ```
zio-json (πŸ₯ˆ19 Β· ⭐ 380) - Fast, secure JSON library with tight ZIO integration. Apache-2 @@ -615,7 +698,7 @@ _Libraries that handles JSON format._
play-json (πŸ₯ˆ19 Β· ⭐ 350) - The Play JSON library. Apache-2 -- [GitHub](https://github.com/playframework/play-json) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 36% open Β· ⏱️ 02.07.2023): +- [GitHub](https://github.com/playframework/play-json) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 36% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/playframework/play-json @@ -637,7 +720,7 @@ _Libraries that handles JSON format._ git clone https://github.com/gnieh/diffson ```
-
borer (πŸ₯‰13 Β· ⭐ 190) - Efficient CBOR and JSON (de)serialization in Scala. MPL-2.0 +
borer (πŸ₯‰13 Β· ⭐ 200) - Efficient CBOR and JSON (de)serialization in Scala. MPL-2.0 - [GitHub](https://github.com/sirthias/borer) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 12 Β· πŸ“‹ 120 - 11% open Β· ⏱️ 09.06.2023): @@ -645,20 +728,20 @@ _Libraries that handles JSON format._ git clone https://github.com/sirthias/borer ```
-
ninny-json (πŸ₯‰11 Β· ⭐ 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 Β· πŸ“‹ 10 - 60% 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 ```
-
ScalaJack (πŸ₯‰10 Β· ⭐ 110) - Fast JSON parser/generator for Scala. MIT +
ninny-json (πŸ₯‰10 Β· ⭐ 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 Β· ⏱️ 15.06.2023): ``` - git clone https://github.com/gzoller/ScalaJack + git clone https://github.com/nrktkt/ninny-json ```
Show 5 hidden projects... @@ -675,9 +758,9 @@ _Libraries that handles JSON format._ Back to top -
playframework (πŸ₯‡30 Β· ⭐ 12K Β· πŸ“‰) - Play Framework. Apache-2 +
playframework (πŸ₯‡30 Β· ⭐ 12K) - Play Framework. Apache-2 -- [GitHub](https://github.com/playframework/playframework) (πŸ‘¨β€πŸ’» 960 Β· πŸ”€ 4.1K Β· πŸ“‹ 3.7K - 12% open Β· ⏱️ 03.07.2023): +- [GitHub](https://github.com/playframework/playframework) (πŸ‘¨β€πŸ’» 960 Β· πŸ”€ 4.1K Β· πŸ“‹ 3.7K - 12% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/playframework/playframework @@ -699,25 +782,25 @@ _Libraries that handles JSON format._ git clone https://github.com/japgolly/scalajs-react ```
-
Binding.scala (πŸ₯ˆ20 Β· ⭐ 1.6K) - Reactive data-binding for Scala. MIT +
framework (πŸ₯‡21 Β· ⭐ 1.3K) - Lift Framework. Apache-2 -- [GitHub](https://github.com/ThoughtWorksInc/Binding.scala) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 110 Β· πŸ“‹ 110 - 40% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/lift/framework) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“‹ 1.5K - 9% open Β· ⏱️ 11.04.2023): ``` - git clone https://github.com/ThoughtWorksInc/Binding.scala + git clone https://github.com/lift/framework ```
-
framework (πŸ₯ˆ20 Β· ⭐ 1.3K Β· πŸ“‰) - Lift Framework. Apache-2 +
Binding.scala (πŸ₯ˆ20 Β· ⭐ 1.6K) - Reactive data-binding for Scala. MIT -- [GitHub](https://github.com/lift/framework) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“‹ 1.5K - 9% open Β· ⏱️ 11.04.2023): +- [GitHub](https://github.com/ThoughtWorksInc/Binding.scala) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 110 Β· πŸ“‹ 110 - 40% open Β· ⏱️ 11.07.2023): ``` - git clone https://github.com/lift/framework + git clone https://github.com/ThoughtWorksInc/Binding.scala ```
-
udash-core (πŸ₯ˆ19 Β· ⭐ 440) - Scala framework for building beautiful and maintainable web.. Apache-2 +
udash-core (πŸ₯ˆ20 Β· ⭐ 440) - Scala framework for building beautiful and maintainable web.. Apache-2 -- [GitHub](https://github.com/UdashFramework/udash-core) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 36 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/UdashFramework/udash-core) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 36 Β· πŸ“‹ 120 - 25% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/UdashFramework/udash-core @@ -741,7 +824,7 @@ _Libraries that handles JSON format._
unfiltered (πŸ₯‰17 Β· ⭐ 710) - A toolkit for servicing HTTP requests in Scala. MIT -- [GitHub](https://github.com/unfiltered/unfiltered) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 110 Β· πŸ“‹ 190 - 24% open Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/unfiltered/unfiltered) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 110 Β· πŸ“‹ 190 - 24% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/unfiltered/unfiltered @@ -790,7 +873,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
laika (πŸ₯‡20 Β· ⭐ 380) - Site and E-book Generator and Customizable Text Markup Transformer for.. Apache-2 -- [GitHub](https://github.com/typelevel/Laika) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 41 Β· πŸ“‹ 220 - 7% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/typelevel/Laika) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 41 Β· πŸ“‹ 220 - 6% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/typelevel/Laika @@ -814,7 +897,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
Show 3 hidden projects... -- scala-csv (πŸ₯ˆ13 Β· ⭐ 680) - CSV Reader/Writer for Scala. ❗Unlicensed +- scala-csv (πŸ₯ˆ13 Β· ⭐ 670) - CSV Reader/Writer for Scala. ❗Unlicensed - moultingyaml (πŸ₯‰10 Β· ⭐ 98 Β· πŸ’€) - Scala wrapper for SnakeYAML. MIT - fm-flatfile (πŸ₯‰7 Β· ⭐ 10) - Scala Library for Reading Flat File Data (CSV/TSV/XLS/XLSX). Apache-2
@@ -824,15 +907,15 @@ _Libraries that handles common file formats including YAML, CSV etc._ Back to top -
coursier (πŸ₯‡29 Β· ⭐ 2K) - Pure Scala Artifact Fetching. Apache-2 +
coursier (πŸ₯‡28 Β· ⭐ 2K Β· πŸ“‰) - Pure Scala Artifact Fetching. Apache-2 -- [GitHub](https://github.com/coursier/coursier) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 290 Β· πŸ“₯ 7.8M Β· πŸ“‹ 1.1K - 33% open Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/coursier/coursier) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 290 Β· πŸ“₯ 7.9M Β· πŸ“‹ 1.1K - 33% open Β· ⏱️ 19.06.2023): ``` git clone https://github.com/coursier/coursier ```
-
sbt-native-packager (πŸ₯‡22 Β· ⭐ 1.6K) - sbt Native Packager. BSD-2 +
sbt-native-packager (πŸ₯‡23 Β· ⭐ 1.6K) - sbt Native Packager. BSD-2 - [GitHub](https://github.com/sbt/sbt-native-packager) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 440 Β· πŸ“‹ 780 - 16% open Β· ⏱️ 08.04.2023): @@ -840,15 +923,23 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/sbt/sbt-native-packager ```
+
sbt-scoverage (πŸ₯‡21 Β· ⭐ 620) - sbt plugin for scoverage. Apache-2 + +- [GitHub](https://github.com/scoverage/sbt-scoverage) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 150 Β· πŸ“‹ 250 - 13% open Β· ⏱️ 13.07.2023): + + ``` + git clone https://github.com/scoverage/sbt-scoverage + ``` +
mima (πŸ₯‡21 Β· ⭐ 440) - A tool for catching binary incompatibility in Scala. Apache-2 -- [GitHub](https://github.com/lightbend/mima) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 65 Β· πŸ“‹ 210 - 12% open Β· ⏱️ 03.07.2023): +- [GitHub](https://github.com/lightbend/mima) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 65 Β· πŸ“‹ 210 - 12% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/lightbend/mima ```
-
sbt-assembly (πŸ₯‡20 Β· ⭐ 1.9K) - Deploy ber-JARs. Restart processes. (port of codahale/assembly-sbt). MIT +
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): @@ -856,20 +947,20 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/sbt/sbt-assembly ```
-
sbt-scoverage (πŸ₯‡20 Β· ⭐ 620) - sbt plugin for scoverage. Apache-2 +
sbt-microsites (πŸ₯ˆ20 Β· ⭐ 320) - An sbt plugin to create awesome microsites for your project. Apache-2 -- [GitHub](https://github.com/scoverage/sbt-scoverage) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 150 Β· πŸ“‹ 250 - 13% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/47degrees/sbt-microsites) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 61 Β· πŸ“‹ 140 - 12% open Β· ⏱️ 12.07.2023): ``` - git clone https://github.com/scoverage/sbt-scoverage + git clone https://github.com/47degrees/sbt-microsites ```
-
sbt-microsites (πŸ₯‡20 Β· ⭐ 320) - An sbt plugin to create awesome microsites for your project. Apache-2 +
sbt-jmh (πŸ₯ˆ19 Β· ⭐ 760) - Trust no one, bench everything. - sbt plugin for JMH (Java.. Apache-2 -- [GitHub](https://github.com/47degrees/sbt-microsites) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 61 Β· πŸ“‹ 140 - 12% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/sbt/sbt-jmh) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 89 Β· πŸ“‹ 97 - 28% open Β· ⏱️ 11.07.2023): ``` - git clone https://github.com/47degrees/sbt-microsites + git clone https://github.com/sbt/sbt-jmh ```
sbt-eclipse (πŸ₯ˆ19 Β· ⭐ 720) - Plugin for sbt to create Eclipse project definitions. Apache-2 @@ -888,14 +979,6 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/scalameta/mdoc ```
-
sbt-jmh (πŸ₯ˆ18 Β· ⭐ 760) - Trust no one, bench everything. - sbt plugin for JMH (Java.. Apache-2 - -- [GitHub](https://github.com/sbt/sbt-jmh) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 86 Β· πŸ“‹ 96 - 28% open Β· ⏱️ 27.06.2023): - - ``` - git clone https://github.com/sbt/sbt-jmh - ``` -
sbt-updates (πŸ₯ˆ18 Β· ⭐ 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 Β· ⏱️ 24.06.2023): @@ -906,7 +989,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
sbt-release (πŸ₯ˆ18 Β· ⭐ 620) - A release plugin for sbt. Apache-2 -- [GitHub](https://github.com/sbt/sbt-release) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 160 Β· πŸ“‹ 170 - 42% open Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/sbt/sbt-release) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 160 Β· πŸ“‹ 170 - 42% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/sbt/sbt-release @@ -914,7 +997,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
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 Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/xerial/sbt-sonatype) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 49 Β· πŸ“‹ 95 - 9% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/xerial/sbt-sonatype @@ -928,7 +1011,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/sbt/sbt-ci-release ```
-
sbt-docker (πŸ₯ˆ17 Β· ⭐ 730) - Create Docker images directly from sbt. MIT +
sbt-docker (πŸ₯ˆ17 Β· ⭐ 720) - Create Docker images directly from sbt. MIT - [GitHub](https://github.com/marcuslonnberg/sbt-docker) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 100 Β· πŸ“‹ 90 - 23% open Β· ⏱️ 06.03.2023): @@ -954,7 +1037,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
xsbt-web-plugin (πŸ₯‰16 Β· ⭐ 380) - Servlet support for sbt. BSD-3 -- [GitHub](https://github.com/earldouglas/xsbt-web-plugin) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 98 Β· πŸ“‹ 260 - 4% open Β· ⏱️ 24.06.2023): +- [GitHub](https://github.com/earldouglas/xsbt-web-plugin) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 98 Β· πŸ“‹ 260 - 4% open Β· ⏱️ 09.07.2023): ``` git clone https://github.com/earldouglas/xsbt-web-plugin @@ -970,7 +1053,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
sbt-doctest (πŸ₯‰16 Β· ⭐ 180) - Doctest for scala. MIT -- [GitHub](https://github.com/tkawachi/sbt-doctest) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 27 Β· πŸ“‹ 62 - 24% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/tkawachi/sbt-doctest) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 27 Β· πŸ“‹ 62 - 24% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/tkawachi/sbt-doctest @@ -978,7 +1061,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
sbt-scalafmt (πŸ₯‰16 Β· ⭐ 160) - sbt plugin for Scalafmt. Apache-2 -- [GitHub](https://github.com/scalameta/sbt-scalafmt) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 35 Β· πŸ“‹ 61 - 8% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/scalameta/sbt-scalafmt) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 35 Β· πŸ“‹ 61 - 8% open Β· ⏱️ 07.07.2023): ``` git clone https://github.com/scalameta/sbt-scalafmt @@ -994,7 +1077,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
sbt-unidoc (πŸ₯‰15 Β· ⭐ 120) - sbt plugin to create a unified Scaladoc or Javadoc API document.. Apache-2 -- [GitHub](https://github.com/sbt/sbt-unidoc) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 28 Β· πŸ“‹ 58 - 39% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/sbt/sbt-unidoc) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 28 Β· πŸ“‹ 58 - 39% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/sbt/sbt-unidoc @@ -1002,7 +1085,7 @@ _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 Β· πŸ”€ 28 Β· πŸ“₯ 120 Β· πŸ“‹ 52 - 15% open Β· ⏱️ 10.06.2023): +- [GitHub](https://github.com/tek/splain) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“₯ 140 Β· πŸ“‹ 52 - 15% open Β· ⏱️ 10.06.2023): ``` git clone https://github.com/tek/splain @@ -1024,7 +1107,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/ThoughtWorksInc/sbt-api-mappings ```
-
sbt-ide-settings (πŸ₯‰12 Β· ⭐ 56) - SBT plugin for tweaking various IDE settings. Apache-2 +
sbt-ide-settings (πŸ₯‰12 Β· ⭐ 57) - SBT plugin for tweaking various IDE settings. Apache-2 - [GitHub](https://github.com/JetBrains/sbt-ide-settings) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 7 Β· πŸ“‹ 13 - 61% open Β· ⏱️ 04.07.2023): @@ -1060,15 +1143,15 @@ _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 Β· πŸ“₯ 840K Β· πŸ“‹ 800 - 16% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/com-lihaoyi/Ammonite) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 370 Β· πŸ“₯ 840K Β· πŸ“‹ 800 - 16% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/com-lihaoyi/ammonite ```
-
shapeless (πŸ₯‡26 Β· ⭐ 3.3K Β· πŸ“ˆ) - Generic programming for Scala. Apache-2 +
shapeless (πŸ₯‡26 Β· ⭐ 3.3K) - Generic programming for Scala. Apache-2 -- [GitHub](https://github.com/milessabin/shapeless) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 540 Β· πŸ“¦ 100 Β· πŸ“‹ 410 - 8% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/milessabin/shapeless) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 540 Β· πŸ“¦ 100 Β· πŸ“‹ 410 - 8% open Β· ⏱️ 07.07.2023): ``` git clone https://github.com/milessabin/shapeless @@ -1076,7 +1159,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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/fthomas/refined) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 150 Β· πŸ“‹ 220 - 31% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/fthomas/refined @@ -1084,15 +1167,15 @@ _Libraries that handles common file formats including YAML, CSV etc._
scalameta (πŸ₯ˆ23 Β· ⭐ 1K) - Library to read, analyze, transform and generate Scala programs. BSD-3 -- [GitHub](https://github.com/scalameta/scalameta) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 220 Β· πŸ“‹ 1.2K - 12% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/scalameta/scalameta) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 220 Β· πŸ“‹ 1.2K - 12% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/scalameta/scalameta ```
-
Monocle (πŸ₯ˆ22 Β· ⭐ 1.6K Β· πŸ“‰) - Optics library for Scala. MIT +
Monocle (πŸ₯ˆ22 Β· ⭐ 1.6K) - Optics library for Scala. MIT -- [GitHub](https://github.com/optics-dev/Monocle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 200 Β· πŸ“‹ 380 - 11% open Β· ⏱️ 29.06.2023): +- [GitHub](https://github.com/optics-dev/Monocle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 200 Β· πŸ“‹ 380 - 11% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/optics-dev/monocle @@ -1100,7 +1183,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
tinylog (πŸ₯ˆ21 Β· ⭐ 610) - tinylog is a lightweight logging framework for Java, Kotlin, Scala,.. Apache-2 -- [GitHub](https://github.com/tinylog-org/tinylog) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 73 Β· πŸ“₯ 23K Β· πŸ“¦ 2 Β· πŸ“‹ 220 - 8% open Β· ⏱️ 22.06.2023): +- [GitHub](https://github.com/tinylog-org/tinylog) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 73 Β· πŸ“₯ 24K Β· πŸ“¦ 2 Β· πŸ“‹ 220 - 8% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/tinylog-org/tinylog @@ -1116,7 +1199,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
quicklens (πŸ₯ˆ19 Β· ⭐ 780) - Modify deeply nested case class fields. Apache-2 -- [GitHub](https://github.com/softwaremill/quicklens) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 49 Β· πŸ“‹ 49 - 42% open Β· ⏱️ 27.06.2023): +- [GitHub](https://github.com/softwaremill/quicklens) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 49 Β· πŸ“‹ 49 - 42% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/softwaremill/quicklens @@ -1124,7 +1207,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 Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/atnos-org/eff) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 79 Β· πŸ“‹ 66 - 4% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/atnos-org/eff @@ -1132,7 +1215,7 @@ _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 - 11% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/outr/scribe) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 37 Β· πŸ“‹ 150 - 12% open Β· ⏱️ 06.07.2023): ``` git clone https://github.com/outr/scribe @@ -1148,34 +1231,34 @@ _Libraries that handles common file formats including YAML, CSV etc._
async (πŸ₯ˆ18 Β· ⭐ 1.1K) - An asynchronous programming facility for Scala. Apache-2 -- [GitHub](https://github.com/scala/scala-async) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 89 Β· πŸ“‹ 88 - 14% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/scala/scala-async) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 89 Β· πŸ“‹ 88 - 14% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/scala/scala-async ```
-
chimney (πŸ₯ˆ18 Β· ⭐ 990) - Scala library for boilerplate-free, type-safe data transformations. Apache-2 +
chimney (πŸ₯ˆ18 Β· ⭐ 1K) - Scala library for boilerplate-free, type-safe data transformations. Apache-2 -- [GitHub](https://github.com/scalalandio/chimney) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 72 Β· πŸ“‹ 150 - 31% open Β· ⏱️ 18.05.2023): +- [GitHub](https://github.com/scalalandio/chimney) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 72 Β· πŸ“‹ 170 - 28% open Β· ⏱️ 18.05.2023): ``` git clone https://github.com/scalalandio/chimney ```
-
enumeratum (πŸ₯‰17 Β· ⭐ 1.2K) - A type-safe, reflection-free, powerful enumeration implementation for.. MIT +
scala-logging (πŸ₯ˆ18 Β· ⭐ 890) - Convenient and performant logging library for Scala wrapping.. Apache-2 -- [GitHub](https://github.com/lloydmeta/enumeratum) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 140 Β· πŸ“‹ 120 - 20% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/lightbend-labs/scala-logging) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 21% open Β· ⏱️ 10.07.2023): ``` - git clone https://github.com/lloydmeta/enumeratum + git clone https://github.com/lightbend-labs/scala-logging ```
-
scala-logging (πŸ₯‰17 Β· ⭐ 890) - Convenient and performant logging library for Scala wrapping.. Apache-2 +
enumeratum (πŸ₯‰17 Β· ⭐ 1.2K) - A type-safe, reflection-free, powerful enumeration implementation for.. MIT -- [GitHub](https://github.com/lightbend-labs/scala-logging) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 21% open Β· ⏱️ 03.07.2023): +- [GitHub](https://github.com/lloydmeta/enumeratum) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 140 Β· πŸ“‹ 120 - 21% open Β· ⏱️ 01.07.2023): ``` - git clone https://github.com/lightbend-labs/scala-logging + git clone https://github.com/lloydmeta/enumeratum ```
Dsl.scala (πŸ₯‰17 Β· ⭐ 260) - A framework to create embedded Domain-Specific Languages in Scala. Apache-2 @@ -1196,7 +1279,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
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 Β· ⏱️ 27.06.2023): +- [GitHub](https://github.com/nscala-time/nscala-time) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 86 Β· πŸ“‹ 55 - 10% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/nscala-time/nscala-time @@ -1204,7 +1287,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
scala-graph (πŸ₯‰16 Β· ⭐ 550) - Graph for Scala is intended to provide basic graph functionality.. Apache-2 -- [GitHub](https://github.com/scala-graph/scala-graph) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 72 Β· πŸ“‹ 120 - 10% open Β· ⏱️ 17.06.2023): +- [GitHub](https://github.com/scala-graph/scala-graph) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 72 Β· πŸ“‹ 120 - 12% open Β· ⏱️ 17.06.2023): ``` git clone https://github.com/scala-graph/scala-graph @@ -1236,7 +1319,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
enableIf.scala (πŸ₯‰14 Β· ⭐ 65) - A library that toggles Scala code at compile-time, like #if.. Apache-2 -- [GitHub](https://github.com/ThoughtWorksInc/enableIf.scala) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 5 Β· πŸ“‹ 7 - 28% open Β· ⏱️ 02.07.2023): +- [GitHub](https://github.com/ThoughtWorksInc/enableIf.scala) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 5 Β· πŸ“‹ 10 - 50% open Β· ⏱️ 02.07.2023): ``` git clone https://github.com/ThoughtWorksInc/enableIf.scala @@ -1252,10 +1335,10 @@ _Libraries that handles common file formats including YAML, CSV etc._ - squid (πŸ₯‰12 Β· ⭐ 200 Β· πŸ’€) - Squid type-safe metaprogramming and compilation framework for Scala. Apache-2 - log4s (πŸ₯‰12 Β· ⭐ 170 Β· πŸ’€) - High-performance SLF4J wrapper for Scala. ❗Unlicensed - scala-records (πŸ₯‰11 Β· ⭐ 160 Β· πŸ’€) - Labeled records for Scala based on structural refinement.. BSD-3 -- blindsight (πŸ₯‰11 Β· ⭐ 80) - Blindsight is a Scala logging API with DSL based structured.. ❗Unlicensed +- blindsight (πŸ₯‰10 Β· ⭐ 81) - Blindsight is a Scala logging API with DSL based structured.. ❗Unlicensed - Freasy-Monad (πŸ₯‰8 Β· ⭐ 110 Β· πŸ’€) - Easy way to create Free Monad using Scala macros with first-.. MIT - freedsl (πŸ₯‰8 Β· ⭐ 37 Β· πŸ’€) - Practical effect composition library based on abstract wrapping.. ❗Unlicensed -- lamma (πŸ₯‰6 Β· ⭐ 89 Β· πŸ’€) - Lamma schedule generator for Scala is a professional schedule.. ❗Unlicensed +- lamma (πŸ₯‰6 Β· ⭐ 90 Β· πŸ’€) - Lamma schedule generator for Scala is a professional schedule.. ❗Unlicensed

@@ -1265,15 +1348,15 @@ _Libraries that handles common file formats including YAML, CSV etc._
scrimage (πŸ₯‡20 Β· ⭐ 970) - Java, Scala and Kotlin image processing library. Apache-2 -- [GitHub](https://github.com/sksamuel/scrimage) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 130 Β· πŸ“‹ 190 - 1% open Β· ⏱️ 18.06.2023): +- [GitHub](https://github.com/sksamuel/scrimage) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 130 Β· πŸ“‹ 190 - 1% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/sksamuel/scrimage ```
-
scalismo (πŸ₯ˆ19 Β· ⭐ 230 Β· πŸ“ˆ) - Scalable Image Analysis and Shape Modelling. Apache-2 +
scalismo (πŸ₯ˆ19 Β· ⭐ 230) - Scalable Image Analysis and Shape Modelling. Apache-2 -- [GitHub](https://github.com/unibas-gravis/scalismo) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 64 Β· πŸ“‹ 73 - 17% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/unibas-gravis/scalismo) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 64 Β· πŸ“‹ 75 - 17% open Β· ⏱️ 30.06.2023): ``` git clone https://github.com/unibas-gravis/scalismo @@ -1302,7 +1385,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
airframe (πŸ₯‡23 Β· ⭐ 610) - Essential Building Blocks for Scala. Apache-2 -- [GitHub](https://github.com/wvlet/airframe) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 59 Β· πŸ“‹ 560 - 16% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/wvlet/airframe) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 59 Β· πŸ“‹ 560 - 16% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/wvlet/airframe @@ -1310,7 +1393,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
izumi (πŸ₯ˆ22 Β· ⭐ 570) - Productivity-oriented collection of lightweight fancy stuff for Scala.. BSD-2 -- [GitHub](https://github.com/7mind/izumi) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 56 Β· πŸ“‹ 450 - 14% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/7mind/izumi) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 56 Β· πŸ“‹ 450 - 14% open Β· ⏱️ 07.07.2023): ``` git clone https://github.com/7mind/izumi @@ -1318,7 +1401,7 @@ _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 Β· ⏱️ 27.06.2023): +- [GitHub](https://github.com/softwaremill/macwire) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 69 Β· πŸ“‹ 140 - 49% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/softwaremill/macwire @@ -1361,7 +1444,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
http4s (πŸ₯‡28 Β· ⭐ 2.4K) - A minimal, idiomatic Scala interface for HTTP. Apache-2 -- [GitHub](https://github.com/http4s/http4s) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 770 Β· πŸ“‹ 1.4K - 21% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/http4s/http4s) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 770 Β· πŸ“‹ 1.4K - 21% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/http4s/http4s @@ -1369,7 +1452,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) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 350 Β· πŸ“‹ 700 - 15% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/softwaremill/tapir) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 350 Β· πŸ“‹ 700 - 15% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/softwaremill/tapir @@ -1377,7 +1460,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
sttp (πŸ₯ˆ25 Β· ⭐ 1.4K) - The Scala HTTP client you always wanted!. Apache-2 -- [GitHub](https://github.com/softwaremill/sttp) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 270 Β· πŸ“‹ 400 - 13% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/softwaremill/sttp) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 270 Β· πŸ“‹ 400 - 13% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/softwaremill/sttp @@ -1385,7 +1468,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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/finagle/finch) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 230 Β· πŸ“‹ 410 - 10% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/finagle/finch @@ -1393,7 +1476,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
endpoints4s (πŸ₯ˆ20 Β· ⭐ 400) - Describe HTTP endpoints in Scala and derive clients, servers, and.. MIT -- [GitHub](https://github.com/endpoints4s/endpoints4s) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 93 Β· πŸ“‹ 200 - 18% open Β· ⏱️ 29.06.2023): +- [GitHub](https://github.com/endpoints4s/endpoints4s) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 93 Β· πŸ“‹ 200 - 18% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/endpoints4s/endpoints4s @@ -1407,20 +1490,20 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/eed3si9n/scalaxb ```
-
play-ws (πŸ₯‰18 Β· ⭐ 210) - Standalone Play WS, an async HTTP client with fluent API. Apache-2 +
reboot (πŸ₯‰17 Β· ⭐ 430) - Scala wrapper for the Java AsyncHttpClient. ❗️LGPL-3.0 -- [GitHub](https://github.com/playframework/play-ws) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 84 Β· πŸ“‹ 150 - 50% open Β· ⏱️ 03.07.2023): +- [GitHub](https://github.com/dispatch/reboot) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“‹ 100 - 4% open Β· ⏱️ 02.02.2023): ``` - git clone https://github.com/playframework/play-ws + git clone https://github.com/dispatch/reboot ```
-
reboot (πŸ₯‰17 Β· ⭐ 430) - Scala wrapper for the Java AsyncHttpClient. ❗️LGPL-3.0 +
play-ws (πŸ₯‰17 Β· ⭐ 210) - Standalone Play WS, an async HTTP client with fluent API. Apache-2 -- [GitHub](https://github.com/dispatch/reboot) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 110 Β· πŸ“‹ 100 - 4% open Β· ⏱️ 02.02.2023): +- [GitHub](https://github.com/playframework/play-ws) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 84 Β· πŸ“‹ 150 - 50% open Β· ⏱️ 10.07.2023): ``` - git clone https://github.com/dispatch/reboot + git clone https://github.com/playframework/play-ws ```
scalaj-http (πŸ₯‰15 Β· ⭐ 980 Β· πŸ’€) - Simple scala wrapper for HttpURLConnection. OAuth included. Apache-2 @@ -1464,13 +1547,13 @@ _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 Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/typelevel/scalacheck) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 400 Β· πŸ“‹ 350 - 17% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/typelevel/scalacheck ```
-
spark-testing-base (πŸ₯‡23 Β· ⭐ 1.4K) - Base classes to use when writing tests with Spark. Apache-2 +
spark-testing-base (πŸ₯ˆ22 Β· ⭐ 1.4K Β· πŸ“‰) - Base classes to use when writing tests with Spark. Apache-2 - [GitHub](https://github.com/holdenk/spark-testing-base) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 360 Β· πŸ“¦ 34 Β· πŸ“‹ 220 - 46% open Β· ⏱️ 02.05.2023): @@ -1480,7 +1563,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
scalatest (πŸ₯ˆ22 Β· ⭐ 1.1K) - A testing tool for Scala and Java developers. Apache-2 -- [GitHub](https://github.com/scalatest/scalatest) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 340 Β· πŸ“‹ 840 - 60% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/scalatest/scalatest) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 340 Β· πŸ“‹ 840 - 60% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/scalatest/scalatest @@ -1496,7 +1579,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
cornichon (πŸ₯ˆ19 Β· ⭐ 220) - Scala DSL for testing HTTP JSON API. Apache-2 -- [GitHub](https://github.com/agourlay/cornichon) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“‹ 160 - 15% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/agourlay/cornichon) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 29 Β· πŸ“‹ 160 - 13% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/agourlay/cornichon @@ -1504,7 +1587,7 @@ _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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/stryker-mutator/stryker4s) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 28 Β· πŸ“‹ 160 - 21% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/stryker-mutator/stryker4s @@ -1512,7 +1595,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 Β· πŸ”€ 71 Β· πŸ“‹ 130 - 26% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/scalameta/munit) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 71 Β· πŸ“‹ 140 - 32% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/scalameta/munit @@ -1528,7 +1611,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
testcontainers-scala (πŸ₯‰16 Β· ⭐ 580) - Docker containers for testing in scala. MIT -- [GitHub](https://github.com/testcontainers/testcontainers-scala) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 110 Β· πŸ“‹ 98 - 29% open Β· ⏱️ 17.06.2023): +- [GitHub](https://github.com/testcontainers/testcontainers-scala) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 110 Β· πŸ“‹ 99 - 30% open Β· ⏱️ 17.06.2023): ``` git clone https://github.com/testcontainers/testcontainers-scala @@ -1536,7 +1619,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
scalaprops (πŸ₯‰14 Β· ⭐ 270) - property based testing library for Scala. MIT -- [GitHub](https://github.com/scalaprops/scalaprops) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 21 Β· πŸ“‹ 20 - 40% open Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/scalaprops/scalaprops) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 21 Β· πŸ“‹ 20 - 40% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/scalaprops/scalaprops @@ -1583,7 +1666,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
play-googleauth (πŸ₯‰12 Β· ⭐ 32) - Simple play module for authenticating against Google. Apache-2 -- [GitHub](https://github.com/guardian/play-googleauth) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 9 Β· ⏱️ 17.01.2023): +- [GitHub](https://github.com/guardian/play-googleauth) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 9 Β· ⏱️ 11.07.2023): ``` git clone https://github.com/guardian/play-googleauth @@ -1605,44 +1688,44 @@ _Libraries that handles common file formats including YAML, CSV etc._ Back to top -
scalapb (πŸ₯‡27 Β· ⭐ 1.3K) - Protocol buffer compiler for Scala. Apache-2 +
scalapb (πŸ₯‡26 Β· ⭐ 1.3K Β· πŸ“‰) - Protocol buffer compiler for Scala. Apache-2 -- [GitHub](https://github.com/scalapb/ScalaPB) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“₯ 400K Β· πŸ“‹ 550 - 2% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/scalapb/ScalaPB) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 270 Β· πŸ“₯ 400K Β· πŸ“‹ 550 - 2% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/scalapb/scalapb ```
-
scodec (πŸ₯‡20 Β· ⭐ 790) - Scala combinator library for working with binary data. BSD-3 +
scrooge (πŸ₯‡20 Β· ⭐ 780) - A Thrift parser/generator. Apache-2 -- [GitHub](https://github.com/scodec/scodec) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 100 Β· πŸ“‹ 71 - 18% open Β· ⏱️ 05.05.2023): +- [GitHub](https://github.com/twitter/scrooge) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 240 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 13.02.2023): ``` - git clone https://github.com/scodec/scodec + git clone https://github.com/twitter/scrooge ```
-
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 ```
-
avro4s (πŸ₯ˆ18 Β· ⭐ 700) - Avro schema generation and serialization / deserialization for Scala. Apache-2 +
scodec (πŸ₯ˆ19 Β· ⭐ 790) - Scala combinator library for working with binary data. BSD-3 -- [GitHub](https://github.com/sksamuel/avro4s) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 220 Β· πŸ“‹ 370 - 3% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/scodec/scodec) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 100 Β· πŸ“‹ 71 - 18% open Β· ⏱️ 05.05.2023): ``` - git clone https://github.com/sksamuel/avro4s + git clone https://github.com/scodec/scodec ```
-
upickle (πŸ₯ˆ18 Β· ⭐ 670) - uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack).. MIT +
avro4s (πŸ₯ˆ18 Β· ⭐ 700) - Avro schema generation and serialization / deserialization for Scala. Apache-2 -- [GitHub](https://github.com/com-lihaoyi/upickle) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 150 Β· πŸ“‹ 270 - 6% open Β· ⏱️ 07.06.2023): +- [GitHub](https://github.com/sksamuel/avro4s) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 220 Β· πŸ“‹ 370 - 3% open Β· ⏱️ 04.07.2023): ``` - git clone https://github.com/com-lihaoyi/upickle + git clone https://github.com/sksamuel/avro4s ```
chill (πŸ₯ˆ18 Β· ⭐ 600) - Scala extensions for the Kryo serialization library. Apache-2 @@ -1661,7 +1744,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/zero-deps/proto ```
-
fields (πŸ₯‰8 Β· ⭐ 41 Β· πŸ’€) - Scala validation library. Apache-2 +
fields (πŸ₯‰8 Β· ⭐ 42 Β· πŸ’€) - Scala validation library. Apache-2 - [GitHub](https://github.com/jap-company/fields) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 3 Β· πŸ“‹ 18 - 33% open Β· ⏱️ 09.08.2022): @@ -1693,7 +1776,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
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 Β· ⏱️ 26.06.2023): +- [GitHub](https://github.com/scala/scala-parser-combinators) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 130 Β· πŸ“‹ 120 - 18% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/scala/scala-parser-combinators @@ -1701,7 +1784,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
fastparse (πŸ₯ˆ18 Β· ⭐ 1K) - Writing Fast Parsers Fast in Scala. MIT -- [GitHub](https://github.com/com-lihaoyi/fastparse) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 160 Β· πŸ“‹ 130 - 12% open Β· ⏱️ 24.03.2023): +- [GitHub](https://github.com/com-lihaoyi/fastparse) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 160 Β· πŸ“‹ 130 - 12% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/com-lihaoyi/fastparse @@ -1709,7 +1792,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) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 45 Β· πŸ“‹ 91 - 26% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/typelevel/cats-parse) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 45 Β· πŸ“‹ 92 - 27% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/typelevel/cats-parse @@ -1751,7 +1834,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
rescala (πŸ₯ˆ14 Β· ⭐ 77) - REScala - distributed and reactive programming embedded in OO and FP.. Apache-2 -- [GitHub](https://github.com/rescala-lang/REScala) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 25 Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/rescala-lang/REScala) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 25 Β· ⏱️ 13.07.2023): ``` git clone https://github.com/rescala-lang/rescala @@ -1789,63 +1872,7 @@ _Libraries that handles common file formats including YAML, CSV etc._ Back to top -
sbt (πŸ₯‡33 Β· ⭐ 4.7K) - sbt, the interactive build tool. Apache-2 - -- [GitHub](https://github.com/sbt/sbt) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 920 Β· πŸ“₯ 10M Β· πŸ“‹ 4.1K - 18% open Β· ⏱️ 26.06.2023): - - ``` - git clone https://github.com/sbt/sbt - ``` -
-
gitbucket (πŸ₯‡32 Β· ⭐ 8.9K) - A Git platform powered by Scala with easy installation, high.. Apache-2 - -- [GitHub](https://github.com/gitbucket/gitbucket) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.2K Β· πŸ“₯ 740K Β· πŸ“‹ 1.8K - 18% open Β· ⏱️ 29.06.2023): - - ``` - git clone https://github.com/gitbucket/gitbucket - ``` -
-
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 Β· ⏱️ 06.07.2023): - - ``` - git clone https://github.com/scalameta/metals - ``` -
-
bloop (πŸ₯ˆ26 Β· ⭐ 850 Β· πŸ“ˆ) - Bloop is a build server and CLI tool to compile, test and run Scala.. Apache-2 - -- [GitHub](https://github.com/scalacenter/bloop) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 190 Β· πŸ“₯ 160K Β· πŸ“‹ 710 - 17% open Β· ⏱️ 06.07.2023): - - ``` - git clone https://github.com/scalacenter/bloop - ``` -
-
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.06.2023): - - ``` - git clone https://github.com/foundweekends/giter8 - ``` -
-
wartremover (πŸ₯ˆ21 Β· ⭐ 1K) - Flexible Scala code linting tool. Apache-2 - -- [GitHub](https://github.com/wartremover/wartremover) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 110 Β· πŸ“₯ 480 Β· πŸ“‹ 330 - 30% open Β· ⏱️ 06.07.2023): - - ``` - git clone https://github.com/wartremover/wartremover - ``` -
-
scapegoat (πŸ₯ˆ20 Β· ⭐ 490) - Scala compiler plugin for static code analysis. Apache-2 - -- [GitHub](https://github.com/scapegoat-scala/scapegoat) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 80 Β· πŸ“‹ 240 - 17% open Β· ⏱️ 05.07.2023): - - ``` - git clone https://github.com/scapegoat-scala/scapegoat - ``` -
-
fastring (πŸ₯‰13 Β· ⭐ 120) - Extremely fast string formatting. Apache-2 +
fastring (πŸ₯‡13 Β· ⭐ 120) - Extremely fast string formatting. Apache-2 - [GitHub](https://github.com/Atry/fastring) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 9 Β· πŸ“‹ 14 - 71% open Β· ⏱️ 03.07.2023): @@ -1853,33 +1880,28 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/atry/fastring ```
-
fast-string-interpolator (πŸ₯‰12 Β· ⭐ 84) - Scala macro that generates ultra-fast string.. Apache-2 +
fast-string-interpolator (πŸ₯‡13 Β· ⭐ 84) - Scala macro that generates ultra-fast string.. Apache-2 -- [GitHub](https://github.com/plokhotnyuk/fast-string-interpolator) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 6 Β· πŸ“‹ 7 - 28% open Β· ⏱️ 09.06.2023): +- [GitHub](https://github.com/plokhotnyuk/fast-string-interpolator) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 6 Β· πŸ“‹ 7 - 28% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/plokhotnyuk/fast-string-interpolator ```
-
dregex (πŸ₯‰12 Β· ⭐ 39) - Dregex is a JVM library that implements a regular expression engine using.. BSD-2 +
dregex (πŸ₯‡13 Β· ⭐ 39) - Dregex is a JVM library that implements a regular expression engine using.. BSD-2 -- [GitHub](https://github.com/marianobarrios/dregex) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 4 Β· πŸ“‹ 5 - 40% open Β· ⏱️ 16.06.2023): +- [GitHub](https://github.com/marianobarrios/dregex) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 4 Β· πŸ“‹ 5 - 40% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/marianobarrios/dregex ```
-
Show 11 hidden projects... +
Show 6 hidden projects... -- mill (πŸ₯‡27 Β· ⭐ 1.9K) - Your shiny new Java/Scala build tool!. ❗Unlicensed -- scalafix (πŸ₯ˆ20 Β· ⭐ 750) - Refactoring and linting tool for Scala. ❗Unlicensed -- scalariform (πŸ₯‰18 Β· ⭐ 530 Β· πŸ’€) - Scala source code formatter. MIT -- scalastyle (πŸ₯‰16 Β· ⭐ 680 Β· πŸ’€) - scalastyle. Apache-2 -- scalatex (πŸ₯‰10 Β· ⭐ 290 Β· πŸ’€) - Programmable, Typesafe Document Generation. ❗Unlicensed +- scalatex (πŸ₯ˆ10 Β· ⭐ 290 Β· πŸ’€) - Programmable, Typesafe Document Generation. ❗Unlicensed - scala-trace-debug (πŸ₯‰9 Β· ⭐ 120 Β· πŸ’€) - Macro based print debugging. Locates log statements in.. MIT - scala2plantuml (πŸ₯‰9 Β· ⭐ 21 Β· πŸ’€) - Scala2PlantUML generates PlantUML diagrams from Scala code. MIT - pos (πŸ₯‰8 Β· ⭐ 23 Β· πŸ’€) - Macro based print debugging for Scala code. Locates debug statements in.. Apache-2 -- codacy-scalameta (πŸ₯‰7 Β· ⭐ 35 Β· πŸ’€) - Codacy tool for Scalameta. ❗Unlicensed - stone (πŸ₯‰6 Β· ⭐ 4 Β· πŸ’€) - URL (de)construct. Withers. Apache-2 - scalajs-router (πŸ₯‰4 Β· ⭐ 4 Β· πŸ’€) - ScalaJS frontend router. Apache-2
@@ -1891,7 +1913,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
twirl (πŸ₯‡19 Β· ⭐ 520) - Twirl is Plays default template engine. Apache-2 -- [GitHub](https://github.com/playframework/twirl) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 110 Β· πŸ“‹ 110 - 35% open Β· ⏱️ 03.07.2023): +- [GitHub](https://github.com/playframework/twirl) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 110 Β· πŸ“‹ 110 - 35% open Β· ⏱️ 10.07.2023): ``` git clone https://github.com/playframework/twirl @@ -1899,7 +1921,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.06.2023): +- [GitHub](https://github.com/scalate/scalate) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 100 Β· πŸ“‹ 63 - 47% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/scalate/scalate @@ -1915,7 +1937,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
hepek (πŸ₯‰10 Β· ⭐ 93) - Typesafe HTML templates in pure Scala. Static site generator included!.. Apache-2 -- [GitHub](https://github.com/sake92/hepek) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 9 Β· πŸ“‹ 25 - 32% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/sake92/hepek) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 9 Β· πŸ“‹ 24 - 29% open Β· ⏱️ 04.07.2023): ``` git clone https://github.com/sake92/hepek @@ -1931,9 +1953,9 @@ _Libraries that handles common file formats including YAML, CSV etc._ Back to top -
bigdl (πŸ₯‡33 Β· ⭐ 4.2K) - Fast, distributed, secure AI for Big Data. Apache-2 +
bigdl (πŸ₯‡32 Β· ⭐ 4.3K Β· πŸ“‰) - Fast, distributed, secure AI for Big Data. Apache-2 -- [GitHub](https://github.com/intel-analytics/BigDL) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.1K Β· πŸ“¦ 44 Β· πŸ“‹ 1.9K - 39% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/intel-analytics/BigDL) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.1K Β· πŸ“¦ 44 Β· πŸ“‹ 1.9K - 39% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/intel-analytics/bigdl @@ -1941,15 +1963,15 @@ _Libraries that handles common file formats including YAML, CSV etc._
spark-nlp (πŸ₯‡29 Β· ⭐ 3.3K) - State of the Art Natural Language Processing. Apache-2 -- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 660 Β· πŸ“¦ 310 Β· πŸ“‹ 800 - 4% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/JohnSnowLabs/spark-nlp) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 660 Β· πŸ“¦ 320 Β· πŸ“‹ 800 - 4% open Β· ⏱️ 07.07.2023): ``` git clone https://github.com/johnsnowlabs/spark-nlp ```
-
algebird (πŸ₯ˆ23 Β· ⭐ 2.3K Β· πŸ“ˆ) - Abstract Algebra for Scala. Apache-2 +
algebird (πŸ₯‡24 Β· ⭐ 2.3K) - Abstract Algebra for Scala. Apache-2 -- [GitHub](https://github.com/twitter/algebird) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 340 Β· πŸ“‹ 270 - 37% open Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/twitter/algebird) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 350 Β· πŸ“‹ 260 - 36% open Β· ⏱️ 11.07.2023): ``` git clone https://github.com/twitter/algebird @@ -1965,7 +1987,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 Β· ⏱️ 05.07.2023): +- [GitHub](https://github.com/apache/zeppelin) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 2.8K Β· ⏱️ 10.07.2023): ``` git clone https://github.com/apache/zeppelin @@ -1989,7 +2011,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
openmole (πŸ₯ˆ17 Β· ⭐ 140) - Workflow engine for exploration of simulation models using high.. ❗️AGPL-3.0 -- [GitHub](https://github.com/openmole/openmole) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 34 Β· πŸ“₯ 56 Β· πŸ“‹ 440 - 17% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/openmole/openmole) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 34 Β· πŸ“₯ 56 Β· πŸ“‹ 440 - 17% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/openmole/openmole @@ -2005,7 +2027,7 @@ _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 Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/EmergentOrder/onnx-scala) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 10 Β· πŸ“‹ 10 - 20% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/emergentorder/onnx-scala @@ -2045,9 +2067,9 @@ _Libraries that handles common file formats including YAML, CSV etc._ - 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 - lomrf (πŸ₯‰9 Β· ⭐ 77 Β· πŸ’€) - LoMRF is an open-source implementation of Markov Logic Networks. Apache-2 -- rings (πŸ₯‰9 Β· ⭐ 68 Β· πŸ’€) - Rings: efficient JVM library for polynomial rings. ❗Unlicensed +- 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 -- mgo (πŸ₯‰7 Β· ⭐ 70 Β· πŸ’€) - Purely functional genetic algorithms for multi-objective optimisation. ❗Unlicensed +- 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

@@ -2058,7 +2080,7 @@ _Libraries that handles common file formats including YAML, CSV etc._
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 Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/apache/spark) (πŸ‘¨β€πŸ’» 2.9K Β· πŸ”€ 27K Β· ⏱️ 13.07.2023): ``` git clone https://github.com/apache/spark @@ -2066,7 +2088,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.7K Β· πŸ”€ 12K Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/apache/flink) (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 12K Β· ⏱️ 13.07.2023): ``` git clone https://github.com/apache/flink @@ -2074,15 +2096,15 @@ _Libraries that handles common file formats including YAML, CSV etc._
scio (πŸ₯ˆ26 Β· ⭐ 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 - 11% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/spotify/scio) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 500 Β· πŸ“₯ 11K Β· πŸ“‹ 1.2K - 11% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/spotify/scio ```
-
nussknacker (πŸ₯ˆ23 Β· ⭐ 440) - Low-code tool for automating actions on real time data | Stream.. Apache-2 +
nussknacker (πŸ₯ˆ23 Β· ⭐ 450) - Low-code tool for automating actions on real time data | Stream.. Apache-2 -- [GitHub](https://github.com/TouK/nussknacker) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 84 Β· πŸ“₯ 290 Β· πŸ“‹ 440 - 15% open Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/TouK/nussknacker) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 84 Β· πŸ“₯ 290 Β· πŸ“‹ 440 - 15% open Β· ⏱️ 13.07.2023): ``` git clone https://github.com/touk/nussknacker @@ -2104,9 +2126,9 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/twitter/summingbird ```
-
gridscale (πŸ₯‰11 Β· ⭐ 27) - Scala library for accessing various file, batch systems, job.. ❗️AGPL-3.0 +
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 Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/openmole/gridscale) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 6 Β· πŸ“‹ 13 - 38% open Β· ⏱️ 12.07.2023): ``` git clone https://github.com/openmole/gridscale @@ -2129,21 +2151,21 @@ _Libraries that handles common file formats including YAML, CSV etc._
kafka (πŸ₯‡28 Β· ⭐ 25K) - Mirror of Apache Kafka. Apache-2 -- [GitHub](https://github.com/apache/kafka) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 13K Β· πŸ“¦ 5 Β· ⏱️ 06.07.2023): +- [GitHub](https://github.com/apache/kafka) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 13K Β· πŸ“¦ 5 Β· ⏱️ 13.07.2023): ``` git clone https://github.com/apache/kafka ```
-
finagle (πŸ₯ˆ24 Β· ⭐ 8.7K Β· πŸ“‰) - A fault tolerant, protocol-agnostic RPC system. Apache-2 +
finagle (πŸ₯ˆ24 Β· ⭐ 8.7K) - A fault tolerant, protocol-agnostic RPC system. Apache-2 -- [GitHub](https://github.com/twitter/finagle) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 1.5K Β· πŸ“‹ 400 - 13% open Β· ⏱️ 23.06.2023): +- [GitHub](https://github.com/twitter/finagle) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 1.5K Β· πŸ“‹ 410 - 15% open Β· ⏱️ 23.06.2023): ``` git clone https://github.com/twitter/finagle ```
-
lagom (πŸ₯ˆ24 Β· ⭐ 2.6K Β· πŸ“ˆ) - Reactive Microservices for the JVM. Apache-2 +
lagom (πŸ₯ˆ24 Β· ⭐ 2.6K) - Reactive Microservices for the JVM. Apache-2 - [GitHub](https://github.com/lagom/lagom) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 630 Β· πŸ“‹ 1.1K - 41% open Β· ⏱️ 30.06.2023): @@ -2159,20 +2181,20 @@ _Libraries that handles common file formats including YAML, CSV etc._ git clone https://github.com/parapet-io/parapet ```
-
annette (πŸ₯‰9 Β· ⭐ 15) - Platform to build distributed, scalable, enterprise-wide business.. Apache-2 +
poppet (πŸ₯‰9 Β· ⭐ 21 Β· πŸ“ˆ) - Minimal, type-safe RPC Scala library. MIT -- [GitHub](https://github.com/annetteplatform/annette) (⏱️ 29.12.2022): +- [GitHub](https://github.com/yakivy/poppet) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· ⏱️ 20.06.2023): ``` - git clone https://github.com/annetteplatform/annette + git clone https://github.com/yakivy/poppet ```
-
poppet (πŸ₯‰7 Β· ⭐ 21) - Minimal, type-safe RPC Scala library. MIT +
annette (πŸ₯‰9 Β· ⭐ 15) - Platform to build distributed, scalable, enterprise-wide business.. Apache-2 -- [GitHub](https://github.com/yakivy/poppet) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 1 Β· ⏱️ 20.06.2023): +- [GitHub](https://github.com/annetteplatform/annette) (⏱️ 29.12.2022): ``` - git clone https://github.com/yakivy/poppet + git clone https://github.com/annetteplatform/annette ```
Show 4 hidden projects... @@ -2182,6 +2204,35 @@ _Libraries that handles common file formats including YAML, CSV etc._ - akka-tracing (πŸ₯‰11 Β· ⭐ 320 Β· πŸ’€) - A distributed tracing extension for Akka. Provides.. ❗Unlicensed - glokka (πŸ₯‰9 Β· ⭐ 56 Β· πŸ’€) - Library to register and lookup actors by names in an Akka cluster. MIT
+
+ +## ScalaJS + +Back to top + +
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 Β· ⏱️ 09.07.2023): + + ``` + git clone https://github.com/scala-js/scala-js + ``` +
+
Laminar (πŸ₯ˆ15 Β· ⭐ 650 Β· βž•) - Simple, expressive, and safe UI library for Scala.js. MIT + +- [GitHub](https://github.com/raquo/Laminar) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 43 Β· πŸ“‹ 92 - 19% open Β· ⏱️ 09.07.2023): + + ``` + git clone https://github.com/raquo/Laminar + ``` +
+
Show 4 hidden projects... + +- scala-js-dom (πŸ₯ˆ19 Β· ⭐ 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 +- scalajs-angular (πŸ₯‰14 Β· ⭐ 260 Β· πŸ’€) - AngularJS Binding for Scala.js. Apache-2 +- scalajs-bundler (πŸ₯‰13 Β· ⭐ 230 Β· βž•) - ❗Unlicensed +
--- diff --git a/history/2023-07-13_changes.md b/history/2023-07-13_changes.md new file mode 100644 index 0000000..a1861f5 --- /dev/null +++ b/history/2023-07-13_changes.md @@ -0,0 +1,33 @@ +## πŸ“ˆ 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._ + +- mill (πŸ₯ˆ29 Β· ⭐ 1.9K Β· πŸ“ˆ) - Your shiny new Java/Scala build tool!. MIT +- circe (πŸ₯‡28 Β· ⭐ 2.4K Β· πŸ“ˆ) - Yet another JSON library for Scala. Apache-2 +- bootzooka (πŸ₯‡20 Β· ⭐ 690 Β· πŸ“ˆ) - Simple project to quickly start developing a Scala-based.. Apache-2 +- upickle (πŸ₯‡20 Β· ⭐ 670 Β· πŸ“ˆ) - uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack).. MIT +- poppet (πŸ₯‰9 Β· ⭐ 21 Β· πŸ“ˆ) - Minimal, type-safe RPC Scala library. MIT + +## πŸ“‰ 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._ + +- bigdl (πŸ₯‡32 Β· ⭐ 4.3K Β· πŸ“‰) - Fast, distributed, secure AI for Big Data. Apache-2 +- coursier (πŸ₯‡28 Β· ⭐ 2K Β· πŸ“‰) - Pure Scala Artifact Fetching. Apache-2 +- scalapb (πŸ₯‡26 Β· ⭐ 1.3K Β· πŸ“‰) - Protocol buffer compiler for Scala. Apache-2 +- spark-testing-base (πŸ₯ˆ22 Β· ⭐ 1.4K Β· πŸ“‰) - Base classes to use when writing tests with Spark. Apache-2 +- jsoniter-scala (πŸ₯ˆ20 Β· ⭐ 660 Β· πŸ“‰) - Scala macros for compile-time generation of safe and ultra-.. MIT + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- scala-cli (πŸ₯ˆ27 Β· ⭐ 420 Β· βž•) - Scala CLI is a command-line tool to interact with the Scala.. Apache-2 +- scala-js-dom (πŸ₯ˆ19 Β· ⭐ 290 Β· βž•) - Statically typed DOM API for Scala.js. ❗Unlicensed +- Laminar (πŸ₯ˆ15 Β· ⭐ 650 Β· βž•) - Simple, expressive, and safe UI library for Scala.js. MIT +- nodejs (πŸ₯ˆ15 Β· ⭐ 160 Β· πŸ’€) - This project provides Scala.js type-safe bindings for Node.js.. Apache-2 +- scalajs-angular (πŸ₯‰14 Β· ⭐ 260 Β· πŸ’€) - AngularJS Binding for Scala.js. Apache-2 +- bleep (πŸ₯‰14 Β· ⭐ 100 Β· βž•) - MIT +- scalajs-bundler (πŸ₯‰13 Β· ⭐ 230 Β· βž•) - ❗Unlicensed +- fury (πŸ₯‰11 Β· ⭐ 11 Β· βž•) - A build tool for Scala. Apache-2 + diff --git a/history/2023-07-13_projects.csv b/history/2023-07-13_projects.csv new file mode 100644 index 0000000..0a6f392 --- /dev/null +++ b/history/2023-07-13_projects.csv @@ -0,0 +1,381 @@ +,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,dependent_project_count,github_dependent_project_count,trending,maven_id,maven_url,maven_latest_release_published_at,maven_dependent_project_count,new_addition,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-07-13 16:50:05,2023-07-10 20:54:27,11845.0,120.0,920.0,174.0,3122.0,771.0,3318.0,4671.0,2023-07-10 02:42:05,1.9.2,10604210.0,153684.0,100.0,"sbt, the interactive build tool.",399.0,33,True,1.0,,,,,,,,, +1,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-07-11 00:12:16,2023-07-11 00:12:15,5746.0,53.0,1243.0,466.0,1584.0,332.0,1427.0,8935.0,2023-04-28 16:52:14,4.39.0,745160.0,6594.0,100.0,"A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility.",197.0,32,True,1.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-07-13 11:01:03,2023-07-13 09:08:08,20106.0,370.0,1092.0,237.0,6780.0,772.0,1174.0,4257.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,44.0,44.0,-1.0,,,,,, +3,zio,zio/zio,ecosystems,https://github.com/zio/zio,https://github.com/zio/zio,Apache-2.0,2018-05-19 16:40:37,2023-07-13 17:13:35,2023-07-08 14:03:44,7214.0,137.0,1180.0,116.0,5848.0,364.0,2009.0,3833.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.",669.0,31,True,1.0,822.0,,,dev.zio:zio_2.13,https://search.maven.org/artifact/dev.zio/zio_2.13,2023-06-06 00:50:53,822.0,, +4,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-07-11 20:13:53,2023-07-11 16:25:45,12985.0,196.0,4115.0,649.0,8081.0,464.0,3270.0,12426.0,2023-01-13 17:31:24,2.8.19,,,58.0,Play Framework.,957.0,30,True,1.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-07-13 18:27:18,2023-07-13 18:26:56,37350.0,926.0,27100.0,2039.0,41959.0,258.0,,36228.0,,,,,,Apache Spark - A unified analytics engine for large-scale data processing.,2900.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-07-11 17:48:55,2023-07-07 14:50:18,8266.0,107.0,662.0,95.0,12927.0,40.0,762.0,3326.0,2023-07-03 20:54:13,5.0.0,,,100.0,State of the Art Natural Language Processing.,108.0,29,True,1.0,316.0,316.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-07-13 00:18:00,2023-07-12 13:21:31,3130.0,146.0,274.0,48.0,1785.0,107.0,637.0,1885.0,2023-06-23 17:15:52,0.11.1,1093150.0,16817.0,95.0,Your shiny new Java/Scala build tool!.,196.0,29,True,2.0,,,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-07-13 18:19:46,2023-07-13 12:33:39,11383.0,322.0,12795.0,1081.0,14009.0,1046.0,,25358.0,,,,,,Mirror of Apache Kafka.,1253.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-07-11 16:56:30,2023-07-07 14:54:02,26746.0,55.0,3617.0,588.0,11450.0,920.0,7027.0,12730.0,2023-06-30 12:48:22,2.8.3,,,40.0,"Build highly concurrent, distributed, and resilient message-driven applications on the JVM.",1045.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-07-13 18:06:37,2023-07-11 03:39:37,17048.0,226.0,774.0,75.0,5707.0,315.0,1129.0,2432.0,2023-06-28 07:12:27,0.23.22,,,100.0,"A minimal, idiomatic Scala interface for HTTP.",447.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-07-12 20:38:12,2023-07-12 17:32:00,2965.0,13.0,527.0,67.0,1644.0,197.0,354.0,2410.0,2023-03-03 16:30:56,0.14.5,,,68.0,Yet another JSON library for Scala.,266.0,28,True,1.0,280.0,,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,, +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-07-12 14:35:40,2023-06-19 09:12:54,4096.0,41.0,293.0,55.0,1754.0,355.0,707.0,1958.0,2023-06-19 09:14:09,2.1.5,7945554.0,165532.0,100.0,Pure Scala Artifact Fetching.,138.0,28,True,1.0,,,-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-07-13 17:47:37,2023-07-13 17:47:36,33689.0,525.0,12265.0,944.0,22980.0,1030.0,,21574.0,,,,,,Apache Flink.,1746.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-13 14:04:02,2023-07-13 13:58:42,2719.0,18.0,367.0,66.0,564.0,129.0,673.0,2566.0,2023-06-16 11:15:05,2.5.9,844699.0,10558.0,100.0,Scala Scripting.,136.0,27,True,1.0,,,,,,,,, +15,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-07-13 09:36:35,2023-07-12 07:35:48,3498.0,222.0,84.0,21.0,1587.0,193.0,454.0,418.0,2023-07-11 13:29:51,1.0.2,447229.0,19444.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,,,,,,,,True, +16,gatling,gatling/gatling,test,https://github.com/gatling/gatling,https://github.com/gatling/gatling,Apache-2.0,2011-05-31 12:40:25,2023-07-04 08:42:38,2023-07-04 08:41:04,10157.0,77.0,1166.0,234.0,808.0,44.0,3587.0,5989.0,,,,,,Modern Load Testing as Code.,222.0,26,True,1.0,,,,,,,,, +17,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-07 07:20:01,2023-07-07 07:20:01,2687.0,15.0,537.0,108.0,910.0,34.0,380.0,3334.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,,,,,,, +18,scio,spotify/scio,bigdata,https://github.com/spotify/scio,https://github.com/spotify/scio,Apache-2.0,2015-03-26 19:07:34,2023-07-13 10:12:57,2023-07-12 07:32:36,4929.0,108.0,501.0,121.0,3706.0,144.0,1088.0,2466.0,2023-06-21 18:12:22,0.13.0,10737.0,141.0,100.0,A Scala API for Apache Beam and Google Cloud Dataflow.,197.0,26,True,2.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-07-13 15:20:12,2023-07-13 08:28:26,7864.0,212.0,291.0,49.0,3623.0,249.0,1363.0,1914.0,2023-04-21 17:57:37,0.11.12,29.0,0.0,53.0,Scala language server with rich IDE features.,171.0,26,True,2.0,,,,,,,,, +20,scalapb,scalapb/scalapb,data,https://github.com/scalapb/ScalaPB,https://github.com/scalapb/ScalaPB,Apache-2.0,2014-10-02 01:11:41,2023-07-10 23:59:04,2023-07-10 23:59:04,2383.0,30.0,268.0,46.0,999.0,16.0,535.0,1256.0,2023-02-07 04:34:38,0.11.13,397204.0,4843.0,100.0,Protocol buffer compiler for Scala.,120.0,26,True,1.0,,,-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-07-13 14:30:12,2023-07-13 06:34:54,7830.0,292.0,350.0,50.0,2338.0,111.0,593.0,1218.0,2023-07-13 09:59:47,1.6.1,,,100.0,"Declarative, type-safe web endpoints library.",242.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-07-13 15:42:31,2023-07-13 10:41:45,2523.0,56.0,254.0,91.0,1913.0,43.0,663.0,1132.0,2023-06-19 08:45:19,0.9.0,43277.0,569.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-07-13 13:46:18,2023-07-13 13:16:46,5040.0,145.0,193.0,30.0,1388.0,122.0,589.0,850.0,2023-07-05 20:17:38,1.5.8,156383.0,2369.0,53.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-07-09 04:29:50,2023-07-09 04:29:48,7082.0,43.0,389.0,148.0,2667.0,27.0,2167.0,4465.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,,,,,,,,, +25,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-07-13 12:27:02,2023-07-13 10:14:15,3217.0,127.0,615.0,149.0,1379.0,421.0,938.0,2606.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.,200.0,25,True,1.0,,,,,,,,, +26,doobie,tpolecat/doobie,db-clients,https://github.com/tpolecat/doobie,https://github.com/tpolecat/doobie,MIT,2013-11-25 07:25:20,2023-07-09 03:51:24,2023-07-07 10:56:31,3322.0,95.0,345.0,69.0,1364.0,147.0,381.0,2068.0,2023-06-20 16:56:18,1.0.0-RC4,,,18.0,Functional JDBC layer for Scala.,163.0,25,True,1.0,,,,,,,,, +27,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-11 00:36:25,2023-07-08 22:40:00,4714.0,28.0,690.0,75.0,1755.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,,,, +28,sttp,softwaremill/sttp,http,https://github.com/softwaremill/sttp,https://github.com/softwaremill/sttp,Apache-2.0,2017-06-30 15:15:07,2023-07-13 16:23:59,2023-07-13 00:43:57,5232.0,144.0,272.0,42.0,1501.0,54.0,345.0,1380.0,2023-07-07 10:22:09,4.0.0-M2,,,91.0,The Scala HTTP client you always wanted!.,194.0,25,True,2.0,,,,,,,,, +29,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,8682.0,2022-12-26 14:39:38,finagle-22.12.0,,,82.0,"A fault tolerant, protocol-agnostic RPC system.",517.0,24,True,2.0,,,,,,,,, +30,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,39.0,1119.0,272.0,173.0,12.0,557.0,5770.0,2023-06-14 12:20:00,3.0.2,10737.0,122.0,25.0,Statistical Machine Intelligence & Learning Engine.,71.0,24,False,1.0,,,,,,,,, +31,cats,typelevel/cats,toolkits,https://github.com/typelevel/cats,https://github.com/typelevel/cats,,2015-01-28 20:26:48,2023-07-13 00:18:32,2023-07-10 18:35:27,6560.0,117.0,1218.0,187.0,3280.0,226.0,973.0,4962.0,2022-11-12 21:20:14,2.9.0,,,63.0,"Lightweight, modular, and extensible library for functional programming.",541.0,24,False,1.0,,,,,,,,, +32,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,154.0,2273.0,455.0,642.0,2633.0,2021-12-14 11:16:46,1.6.7,,,49.0,Reactive Microservices for the JVM.,149.0,24,True,2.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-13 02:33:46,2023-07-11 09:06:20,1876.0,19.0,348.0,237.0,895.0,97.0,166.0,2256.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-07-13 00:22:42,2023-07-11 14:29:22,9142.0,78.0,581.0,93.0,2530.0,102.0,642.0,2239.0,2023-05-12 11:28:47,3.7.0,,,100.0,"Compositional, streaming I/O library for Scala.",303.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-07-12 22:58:54,2023-07-08 05:56:05,2017.0,84.0,221.0,61.0,577.0,60.0,402.0,1944.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-07-10 18:00:11,2023-07-10 18:00:11,3079.0,55.0,154.0,27.0,992.0,70.0,149.0,1629.0,2023-06-16 17:05:18,0.11.0,,,68.0,Refinement types for Scala.,77.0,24,True,1.0,,,,,,,,, +37,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-07-11 07:42:36,2023-07-11 07:42:35,3405.0,65.0,347.0,68.0,1780.0,348.0,714.0,2127.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'] +38,scalacheck,typelevel/scalacheck,test,https://github.com/typelevel/scalacheck,https://github.com/typelevel/scalacheck,BSD-3-Clause,2011-05-26 11:44:12,2023-07-13 00:26:37,2023-07-10 16:16:20,2026.0,85.0,401.0,57.0,648.0,60.0,286.0,1880.0,2022-09-15 23:24:43,1.17.0,,,10.0,Property-based testing for Scala.,135.0,23,True,1.0,,,,,,,,, +39,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-07-13 14:05:31,2023-07-12 14:44:07,1291.0,30.0,229.0,73.0,545.0,44.0,228.0,1705.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,,,,,,,,, +40,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-05-30 12:45:52,2023-04-08 15:47:22,1692.0,,440.0,58.0,750.0,130.0,649.0,1570.0,2023-02-20 17:55:37,1.9.16,,,100.0,sbt Native Packager.,268.0,23,True,1.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-06-29 14:42:07,2023-06-14 15:34:08,4379.0,20.0,603.0,75.0,2348.0,567.0,1367.0,1329.0,2023-05-05 09:13:49,10.5.2,,,57.0,The Streaming-first HTTP server/module of Akka.,351.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-07-13 05:03:16,2023-07-12 22:08:02,3209.0,41.0,225.0,60.0,1516.0,26.0,449.0,1244.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,7.0,,,org.scalikejdbc:scalikejdbc_2.13,https://search.maven.org/artifact/org.scalikejdbc/scalikejdbc_2.13,2021-10-31 00:52:48,7.0,, +43,scalameta,scalameta/scalameta,toolkits,https://github.com/scalameta/scalameta,https://github.com/scalameta/scalameta,BSD-3-Clause,2014-06-16 23:00:32,2023-07-13 16:07:15,2023-07-12 22:56:22,7845.0,185.0,215.0,41.0,2086.0,145.0,1023.0,1049.0,2023-07-12 21:04:00,4.8.4,,,100.0,"Library to read, analyze, transform and generate Scala programs.",114.0,23,True,2.0,,,,,,,,, +44,airframe,wvlet/airframe,di,https://github.com/wvlet/airframe,https://github.com/wvlet/airframe,Apache-2.0,2016-08-14 07:00:12,2023-07-13 15:29:44,2023-07-13 15:29:44,4041.0,193.0,59.0,22.0,2498.0,94.0,466.0,607.0,2023-07-12 21:14:48,23.7.2,,,100.0,Essential Building Blocks for Scala.,43.0,23,True,1.0,,,,,,,,, +45,nussknacker,touk/nussknacker,bigdata,https://github.com/TouK/nussknacker,https://github.com/TouK/nussknacker,Apache-2.0,2017-06-29 14:09:57,2023-07-13 18:29:03,2023-07-13 10:56:42,5348.0,224.0,84.0,30.0,4054.0,67.0,372.0,448.0,2023-06-29 12:41:12,1.10.0,293.0,4.0,34.0,Low-code tool for automating actions on real time data | Stream processing for the users.,63.0,23,True,2.0,,,,,,,,, +46,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,3446.0,2017-12-22 20:23:36,0.17.4,,,17.0,A Scala API for Cascading.,212.0,22,True,2.0,,,,,,,,, +47,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,3140.0,2017-07-23 14:44:02,0.8.3,,,18.0,Interactive and Reactive Data Science using Scala and Spark.,84.0,22,False,2.0,,,,,,,,, +48,spire,typelevel/spire,sci,https://github.com/typelevel/spire,https://github.com/typelevel/spire,MIT,2011-11-03 20:52:53,2023-07-13 00:27:56,2023-06-27 15:12:29,2970.0,26.0,247.0,68.0,866.0,129.0,268.0,1728.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,,,,,,,,, +49,finch,finagle/finch,http,https://github.com/finagle/finch,https://github.com/finagle/finch,Apache-2.0,2014-04-15 12:17:44,2023-07-12 19:38:04,2023-07-12 19:38:04,2271.0,29.0,226.0,62.0,1218.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,,,,,,,,, +50,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-07-12 21:35:20,2023-07-12 21:18:20,2126.0,22.0,202.0,52.0,995.0,45.0,331.0,1593.0,2023-01-03 14:12:47,3.2.0,,,9.0,Optics library for Scala.,125.0,22,True,2.0,,,,,,,,, +51,skunk,typelevel/skunk,db-clients,https://github.com/typelevel/skunk,https://github.com/typelevel/skunk,MIT,2018-09-21 06:46:41,2023-07-13 00:27:18,2023-07-12 13:34:04,1598.0,139.0,143.0,30.0,799.0,101.0,59.0,1468.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,,,,,,,,, +52,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-10 18:21:38,2023-05-02 22:49:17,751.0,9.0,359.0,81.0,186.0,101.0,118.0,1442.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,34.0,34.0,-1.0,,,,,, +53,scalatest,scalatest/scalatest,test,https://github.com/scalatest/scalatest,https://github.com/scalatest/scalatest,Apache-2.0,2013-04-07 21:55:49,2023-07-11 04:17:09,2023-07-11 04:17:05,6396.0,28.0,338.0,54.0,1496.0,512.0,328.0,1105.0,2023-05-15 13:46:58,release-3.2.16,,,38.0,A testing tool for Scala and Java developers.,64.0,22,True,2.0,,,,,,,,, +54,izumi,7mind/izumi,di,https://github.com/7mind/izumi,https://github.com/7mind/izumi,BSD-2-Clause,2017-11-03 10:39:42,2023-07-07 17:41:55,2023-07-07 17:41:54,4333.0,73.0,56.0,21.0,1485.0,63.0,387.0,570.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,2.0,,,,,,,,, +55,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-11 23:34:06,2023-07-11 23:30:50,1612.0,25.0,112.0,25.0,568.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,15.0,,,io.argonaut:argonaut_2.13,https://search.maven.org/artifact/io.argonaut/argonaut_2.13,2022-01-20 23:50:14,15.0,, +56,zeppelin,apache/zeppelin,sci,https://github.com/apache/zeppelin,https://github.com/apache/zeppelin,Apache-2.0,2015-03-25 07:00:06,2023-07-10 15:39:01,2023-07-10 08:15:09,5264.0,32.0,2758.0,321.0,4631.0,141.0,,6089.0,,,,,,"Web-based notebook that enables data-driven, interactive data analytics and collaborative documents with SQL, Scala..",522.0,21,True,2.0,,,,,,,,, +57,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,183.0,145.0,,io.spray:spray-json_2.13,https://search.maven.org/artifact/io.spray/spray-json_2.13,2020-11-10 13:18:28,38.0,, +58,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,2264.0,2022-12-26 14:40:15,finatra-22.12.0,,,92.0,"Fast, testable, Scala services built on TwitterServer and Finagle.",251.0,21,True,1.0,,,,,,,,, +59,scalajs-react,japgolly/scalajs-react,web-frameworks,https://github.com/japgolly/scalajs-react,https://github.com/japgolly/scalajs-react,Apache-2.0,2014-07-03 09:58:42,2023-05-28 01:36:14,2023-05-28 01:36:13,3194.0,4.0,236.0,66.0,553.0,24.0,507.0,1618.0,2022-04-26 04:07:04,2.1.1,,,65.0,Facebooks React on Scala.JS.,80.0,21,True,1.0,,,,,,,,, +60,pureconfig,pureconfig/pureconfig,misc,https://github.com/pureconfig/pureconfig,https://github.com/pureconfig/pureconfig,MPL-2.0,2015-08-29 17:05:50,2023-07-12 22:18:00,2023-07-04 21:04:23,2034.0,56.0,168.0,21.0,1252.0,45.0,246.0,1393.0,,,,,,A boilerplate-free library for loading configuration files.,85.0,21,True,1.0,,,,,,,,, +61,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,,,,,,,,, +62,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-07-12 22:57:51,2023-07-12 22:57:49,1166.0,60.0,113.0,31.0,569.0,101.0,229.0,1024.0,2020-02-25 04:42:44,2.4.5,490.0,5.0,27.0,Flexible Scala code linting tool.,58.0,21,True,3.0,,,,,,,,, +63,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-07-11 03:09:26,2023-06-30 11:10:56,1173.0,38.0,176.0,21.0,277.0,110.0,267.0,827.0,2022-12-08 23:15:05,0.21.1,,,89.0,Slick extensions for PostgreSQL.,93.0,21,True,2.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-07-13 06:52:52,2023-07-13 06:52:52,740.0,12.0,149.0,28.0,241.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-07-13 07:01:31,2023-07-13 07:00:15,1164.0,24.0,73.0,14.0,275.0,20.0,205.0,612.0,2023-05-13 21:12:43,2.6.2,23698.0,227.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,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-10 21:57:04,2023-07-10 21:57:03,1479.0,35.0,65.0,21.0,553.0,27.0,185.0,438.0,2023-03-29 14:01:18,1.1.2,,,31.0,A tool for catching binary incompatibility in Scala.,48.0,21,True,1.0,,,,,,,,, +67,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-07-13 00:11:47,2023-06-09 11:44:45,2070.0,22.0,125.0,37.0,1481.0,74.0,152.0,316.0,2023-05-04 17:45:11,1.0.0-M25,,,14.0,Simpler DynamoDB access for Scala.,83.0,21,True,2.0,,,,,,,,, +68,scalaz,scalaz/scalaz,toolkits,https://github.com/scalaz/scalaz,https://github.com/scalaz/scalaz,,2010-01-16 06:18:51,2023-07-11 23:38:11,2023-07-11 23:38:10,7261.0,26.0,725.0,211.0,2011.0,162.0,422.0,4623.0,,,,,,Principled Functional Programming in Scala.,249.0,20,False,2.0,,,,,,,,, +69,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,2658.0,2022-12-26 14:38:56,util-22.12.0,,,81.0,Wonderful reusable code from Twitter.,317.0,20,True,2.0,,,,,,,,, +70,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,2135.0,2016-06-23 21:16:10,0.11.0-RC1,,,24.0,Streaming MapReduce with Scalding and Storm.,44.0,20,True,3.0,,,,,,,,, +71,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,57.0,158.0,100.0,242.0,1909.0,2023-02-12 06:44:54,2.1.1,,,16.0,Deploy ber-JARs. Restart processes. (port of codahale/assembly-sbt).,78.0,20,True,2.0,,,,,,,,, +72,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-06 21:56:43,2023-05-03 07:29:20,1686.0,1.0,245.0,63.0,1082.0,82.0,577.0,1899.0,2022-05-07 18:40:42,3.4.1,,,15.0,"Asynchronous, Reactive Programming for Scala and Scala.js.",105.0,20,True,1.0,,,,,,,,, +73,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-13 01:44:32,2023-07-11 02:55:23,1645.0,39.0,109.0,116.0,418.0,43.0,63.0,1577.0,2023-01-26 04:19:51,12.2.0,,,82.0,Reactive data-binding for Scala.,25.0,20,True,2.0,,,,,,,,, +74,json4s,json4s/json4s,json,https://github.com/json4s/json4s,https://github.com/json4s/json4s,Apache-2.0,2012-08-23 23:18:46,2023-07-13 05:05:57,2023-07-12 21:47:16,1756.0,36.0,347.0,65.0,935.0,163.0,253.0,1452.0,,,,,,JSON library.,126.0,20,True,2.0,,,,,,,,, +75,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,246.0,1047.0,1276.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,20,False,1.0,,,,,,,,, +76,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,9.0,133.0,46.0,83.0,3.0,186.0,968.0,2023-06-18 20:33:11,4.0.37,,,26.0,"Java, Scala and Kotlin image processing library.",54.0,20,True,1.0,,,,,,,,, +77,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-10 22:28:54,2023-07-03 12:38:18,1336.0,17.0,231.0,56.0,852.0,14.0,364.0,843.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,,,,,,,,, +78,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,174.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,20,True,1.0,,,,,,,,, +79,scalafix,scalacenter/scalafix,development-cycle,https://github.com/scalacenter/scalafix,https://github.com/scalacenter/scalafix,,2016-08-08 11:45:19,2023-07-13 00:19:41,2023-07-07 22:26:42,3301.0,122.0,172.0,31.0,1183.0,71.0,572.0,751.0,2023-06-03 15:04:49,0.11.0,35.0,0.0,68.0,Refactoring and linting tool for Scala.,102.0,20,False,3.0,,,,,,,,, +80,specs2,etorreborre/specs2,test,https://github.com/etorreborre/specs2,https://github.com/etorreborre/specs2,,2010-09-03 01:55:10,2023-07-12 17:31:30,2023-07-12 17:31:29,4690.0,29.0,211.0,28.0,524.0,5.0,642.0,733.0,2023-04-12 08:07:42,SPECS2-4.20.0,,,61.0,Software Specifications for Scala.,91.0,20,False,2.0,,,,,,,,, +81,bootzooka,softwaremill/bootzooka,misc,https://github.com/softwaremill/bootzooka,https://github.com/softwaremill/bootzooka,Apache-2.0,2012-10-19 07:54:05,2023-07-13 13:41:10,2023-07-13 13:40:33,3215.0,61.0,146.0,60.0,992.0,7.0,102.0,686.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,,,2.0,,,,,, +82,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-07-10 15:26:30,2023-07-09 09:47:02,871.0,13.0,153.0,16.0,236.0,14.0,257.0,669.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,,,2.0,,,,,, +83,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-07-11 08:15:14,2023-07-11 03:39:22,4334.0,81.0,82.0,20.0,773.0,55.0,226.0,658.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,-1.0,,,,,, +84,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-11 07:05:02,2023-07-11 07:05:02,1315.0,24.0,80.0,20.0,523.0,41.0,197.0,486.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,,,,,,,,, +85,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-07-11 04:48:02,2023-07-10 05:22:24,3299.0,44.0,36.0,19.0,1001.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,20,True,2.0,,,,,,,,, +86,jawn,typelevel/jawn,json,https://github.com/typelevel/jawn,https://github.com/typelevel/jawn,MIT,2012-10-01 02:04:45,2023-07-13 00:23:24,2023-07-05 21:19:02,1240.0,71.0,71.0,20.0,488.0,13.0,56.0,432.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,,,,,,,,, +87,endpoints4s,endpoints4s/endpoints4s,http,https://github.com/endpoints4s/endpoints4s,https://github.com/endpoints4s/endpoints4s,MIT,2016-04-25 12:48:00,2023-07-12 15:41:51,2023-07-11 05:59:10,1538.0,24.0,93.0,13.0,992.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,,,,,,,,, +88,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-07-13 14:42:54,2023-07-13 14:11:54,3624.0,72.0,41.0,12.0,232.0,15.0,204.0,385.0,2023-07-05 14:45:05,0.19.3,,,30.0,"Site and E-book Generator and Customizable Text Markup Transformer for sbt, Scala and Scala.js.",18.0,20,True,1.0,,,,,,,,, +89,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,22.0,171.0,155.0,281.0,326.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,,,,,,,,, +90,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-07-12 08:19:46,2023-07-12 05:25:00,1244.0,17.0,61.0,45.0,628.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.,71.0,20,True,2.0,,,,,,,,, +91,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,449.0,3405.0,,,,,,Breeze is a numerical processing library for Scala.,142.0,19,True,2.0,,,,,,,,, +92,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-11 00:27:11,2023-07-11 00:26:41,739.0,24.0,69.0,62.0,174.0,67.0,69.0,1232.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,,,,,,,,, +93,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,,,,,,,,, +94,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,,,,,,,,, +95,scodec,scodec/scodec,data,https://github.com/scodec/scodec,https://github.com/scodec/scodec,BSD-3-Clause,2013-04-22 13:36:08,2023-07-13 00:17:44,2023-05-05 11:48:18,1320.0,8.0,104.0,29.0,409.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,19,True,2.0,,,,,,,,, +96,quicklens,softwaremill/quicklens,toolkits,https://github.com/softwaremill/quicklens,https://github.com/softwaremill/quicklens,Apache-2.0,2015-02-28 12:32:34,2023-07-13 00:07:38,2023-07-11 00:15:29,436.0,36.0,49.0,44.0,134.0,21.0,28.0,784.0,2023-05-11 20:20:56,1.9.4,,,25.0,Modify deeply nested case class fields.,25.0,19,True,2.0,,,,,,,,, +97,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-11 06:36:23,2023-07-11 06:36:20,288.0,11.0,89.0,26.0,132.0,28.0,69.0,762.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,,,,,,,,, +98,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,4.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,,,,,,,,, +99,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,18.0,128.0,35.0,404.0,22.0,96.0,628.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,,,,,,,,, +100,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-07-13 00:12:45,2023-07-10 22:37:57,1116.0,42.0,79.0,19.0,573.0,3.0,63.0,560.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,,,,,,,,, +101,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,,193.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,,,,,,,,, +102,twirl,playframework/twirl,templating,https://github.com/playframework/twirl,https://github.com/playframework/twirl,Apache-2.0,2013-09-22 22:48:40,2023-07-13 14:46:30,2023-07-10 08:32:42,1050.0,61.0,108.0,37.0,532.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,,,,,,,,, +103,scalamock,paulbutcher/scalamock,test,https://github.com/paulbutcher/ScalaMock,https://github.com/paulbutcher/ScalaMock,MIT,2011-10-24 21:32:02,2023-07-10 21:10:04,2023-07-01 06:52:32,798.0,12.0,90.0,21.0,269.0,22.0,195.0,487.0,2021-12-25 20:07:28,5.2.0,,,13.0,Native Scala mocking framework.,33.0,19,True,2.0,,,,,,,,, +104,scribe,outr/scribe,toolkits,https://github.com/outr/scribe,https://github.com/outr/scribe,MIT,2016-01-26 15:49:14,2023-07-13 01:24:06,2023-07-06 00:00:45,1277.0,80.0,37.0,8.0,335.0,19.0,132.0,472.0,2023-07-06 00:03:46,3.11.7,,,38.0,The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.,18.0,19,True,2.0,,,,,,,,, +105,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-07-12 17:31:52,2023-06-05 01:56:04,732.0,20.0,126.0,24.0,411.0,88.0,94.0,404.0,2023-06-05 02:04:41,1.0.3,,,24.0,Swagger spec generator for play framework.,53.0,19,True,1.0,,,,,,,,, +106,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-13 07:11:12,2023-07-03 07:27:32,556.0,19.0,117.0,23.0,840.0,101.0,80.0,381.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'] +107,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-03 00:54:59,2023-07-03 00:54:58,1261.0,28.0,68.0,11.0,591.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,19,True,2.0,,,,,,,,, +108,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-07-10 08:33:30,2023-07-10 08:33:30,1235.0,75.0,130.0,19.0,790.0,43.0,75.0,347.0,2023-01-24 07:38:59,2.9.4,,,12.0,The Play JSON library.,64.0,19,True,2.0,,,,,,,,,['play'] +109,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-07-12 12:03:37,2023-07-11 16:42:19,1422.0,34.0,153.0,17.0,580.0,21.0,192.0,290.0,2023-05-18 18:06:30,2.6.0,,,8.0,Statically typed DOM API for Scala.js.,107.0,19,False,2.0,,,,,,,,True, +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-07-12 18:31:56,2023-07-12 18:20:03,3207.0,85.0,29.0,12.0,632.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-07-13 09:07:38,2023-07-13 09:07:38,1266.0,54.0,28.0,8.0,1223.0,34.0,121.0,179.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-07-12 19:40:55,2023-07-10 21:05:42,1105.0,96.0,31.0,7.0,594.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-07-12 11:25:37,2023-07-12 11:25:36,3944.0,36.0,341.0,83.0,1112.0,70.0,369.0,2605.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-07-12 20:36:42,2023-02-17 17:30:13,1085.0,,149.0,38.0,410.0,36.0,176.0,1458.0,,,,,,"Simple, safe and intuitive Scala I/O.",60.0,18,True,2.0,,,,,,,,, +116,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-13 00:00:07,2023-07-12 22:51:28,747.0,9.0,89.0,57.0,239.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,18,True,2.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-10 05:25:08,2023-07-10 05:25:08,950.0,4.0,164.0,38.0,156.0,17.0,116.0,1046.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,chimney,scalalandio/chimney,toolkits,https://github.com/scalalandio/chimney,https://github.com/scalalandio/chimney,Apache-2.0,2017-05-23 11:24:09,2023-07-13 14:48:19,2023-05-18 14:44:20,412.0,9.0,72.0,21.0,179.0,48.0,123.0,1005.0,2023-05-18 14:59:14,0.7.5,,,16.0,"Scala library for boilerplate-free, type-safe data transformations.",24.0,18,True,2.0,,,,,,,,, +119,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,914.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,,,,,,,,, +120,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-07-10 19:39:50,2023-07-10 19:39:50,331.0,10.0,128.0,27.0,279.0,27.0,96.0,891.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,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,,72.0,47.0,287.0,21.0,134.0,737.0,2022-12-14 08:24:58,4.0.1,12187.0,111.0,100.0,Scala on Rails - A full-stack web app framework for rapid development in Scala.,32.0,18,True,3.0,,,,,,,,, +122,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-07-10 22:40:04,2023-06-24 18:11:49,592.0,10.0,51.0,23.0,282.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,18,True,2.0,,,,,,,,, +123,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-11 00:36:09,2023-07-04 15:40:41,1539.0,6.0,225.0,25.0,417.0,13.0,356.0,698.0,,,,,,Avro schema generation and serialization / deserialization for Scala.,99.0,18,True,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-10 22:46:19,2023-07-10 22:46:19,515.0,7.0,155.0,28.0,205.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-13 02:34:36,2023-03-19 07:21:05,928.0,,145.0,134.0,623.0,56.0,91.0,595.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,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-06-26 08:52:29,2023-06-26 08:51:59,672.0,9.0,50.0,23.0,222.0,12.0,222.0,582.0,2022-08-16 08:04:00,1.5.0,,,35.0,Single Page Applications running on the server side.,26.0,18,True,3.0,,,,,,,,, +127,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,9376.0,130.0,11.0,Scala source code formatter.,56.0,18,False,3.0,,,,,,,,, +128,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-06 12:50:30,2023-07-06 12:50:09,1678.0,25.0,140.0,27.0,184.0,46.0,412.0,488.0,,,,,,Add-on module for Jackson (https://github.com/FasterXML/jackson) to support Scala-specific datatypes.,59.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-07-10 18:08:36,2023-07-10 18:08:36,2314.0,13.0,61.0,12.0,406.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-07-10 14:00:18,2023-07-10 13:54:32,898.0,21.0,71.0,15.0,545.0,45.0,93.0,381.0,2023-06-09 12:50:53,1.0.0-M8,,,40.0,Scala testing library with actionable errors and extensible APIs.,43.0,18,True,3.0,,,,,,,,, +131,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-07-13 01:09:21,2023-07-13 01:09:20,673.0,22.0,49.0,14.0,323.0,9.0,86.0,311.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,,,,,,,,, +132,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-10 20:53:37,2023-06-30 11:59:58,440.0,17.0,64.0,10.0,207.0,14.0,67.0,262.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,,,,,,,,, +133,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-07-13 00:20:08,2023-07-11 16:08:57,398.0,26.0,45.0,15.0,432.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,,,,,,,,, +134,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-07-12 15:56:10,2023-07-12 15:55:34,637.0,39.0,39.0,4.0,992.0,27.0,41.0,168.0,2023-06-27 02:01:18,6.0.2,,,58.0,fs2 utilities to interact with AWS.,24.0,18,True,2.0,,,,,,,,, +135,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,,,,,,,,, +136,enumeratum,lloydmeta/enumeratum,toolkits,https://github.com/lloydmeta/enumeratum,https://github.com/lloydmeta/enumeratum,MIT,2014-12-05 10:49:34,2023-07-01 21:07:06,2023-07-01 08:43:36,538.0,1.0,142.0,26.0,249.0,25.0,94.0,1155.0,2023-03-25 04:13:54,enumeratum-slick-1.7.3,,,70.0,"A type-safe, reflection-free, powerful enumeration implementation for Scala with exhaustive pattern match warnings and..",87.0,17,True,3.0,,,,,,,,, +137,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,,145.0,163.0,155.0,34.0,48.0,1044.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,,,,,,,,, +138,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,,,,,,,,, +139,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,19.0,45.0,21.0,69.0,725.0,2023-03-06 13:38:15,1.10.0,,,8.0,Create Docker images directly from sbt.,26.0,17,True,2.0,,,,,,,,, +140,unfiltered,unfiltered/unfiltered,web-frameworks,https://github.com/unfiltered/unfiltered,https://github.com/unfiltered/unfiltered,MIT,2010-05-19 04:00:57,2023-07-11 23:29:58,2023-07-11 08:16:42,2824.0,23.0,112.0,25.0,905.0,47.0,146.0,708.0,,,,,,A toolkit for servicing HTTP requests in Scala.,87.0,17,True,3.0,,,,,,,,, +141,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-07-13 07:59:58,2023-07-13 07:59:58,643.0,26.0,105.0,26.0,359.0,8.0,53.0,702.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,,,,,,,,, +142,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.,43.0,17,False,3.0,,,,,,,,, +143,scalate,scalate/scalate,templating,https://github.com/scalate/scalate,https://github.com/scalate/scalate,Apache-2.0,2010-01-27 15:53:18,2023-07-13 10:32:27,2023-07-13 10:32:26,2675.0,22.0,102.0,23.0,530.0,30.0,33.0,598.0,,,,,,"Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.",72.0,17,True,2.0,,,,,,,,, +144,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-07 14:12:09,2022-01-31 15:14:16,265.0,,60.0,50.0,43.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,True,1.0,,,,,,,,, +145,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,,,,,,,,, +146,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,17,True,3.0,,,,,,,,, +147,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-04 18:22:27,2023-03-20 21:45:23,870.0,,50.0,17.0,380.0,31.0,96.0,324.0,2023-03-20 22:05:34,1.17.14,,,25.0,Mockito for Scala language.,29.0,17,True,3.0,,,,,,,,, +148,diffson,gnieh/diffson,json,https://github.com/gnieh/diffson,https://github.com/gnieh/diffson,Apache-2.0,2013-08-30 15:50:35,2023-07-08 18:58:44,2023-05-06 08:47:33,477.0,8.0,52.0,12.0,314.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,,,,,,,,, +149,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-13 01:45:11,2023-07-02 07:50:12,1821.0,28.0,29.0,28.0,658.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,,,,,,,,, +150,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-13 01:46:07,2023-02-03 06:45:06,739.0,,27.0,29.0,131.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,17,True,3.0,,,,,,,,, +151,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-11 17:10:46,2023-07-11 17:10:46,710.0,16.0,69.0,17.0,499.0,6.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'] +152,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-10 08:38:43,2023-07-10 08:38:42,962.0,39.0,84.0,16.0,633.0,75.0,74.0,214.0,2022-05-19 22:20:30,2.1.10,,,12.0,"Standalone Play WS, an async HTTP client with fluent API.",47.0,17,True,3.0,,,,,,,,,['play'] +153,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-06-09 03:24:10,2023-06-07 08:14:12,320.0,3.0,52.0,10.0,228.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,,,,,,,,, +154,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-13 15:15:07,2023-07-13 15:14:45,13897.0,170.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,,,,,,,,, +155,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-07-13 07:26:53,2023-06-07 07:45:46,559.0,18.0,59.0,15.0,745.0,20.0,105.0,105.0,2023-03-28 12:22:41,0.2.0,,,2.0,A ZIO-based redis client.,36.0,17,True,2.0,,,,,,,,,['zio'] +156,skuber,hagay3/skuber,misc,https://github.com/hagay3/skuber,https://github.com/hagay3/skuber,Apache-2.0,2021-03-11 23:49:41,2023-07-12 20:58:06,2023-07-04 18:51:43,993.0,17.0,46.0,5.0,278.0,23.0,21.0,68.0,2023-07-04 18:52:55,3.0.7,,,15.0,A Scala Kubernetes client library.,61.0,17,True,2.0,,,,,,,,, +157,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-07-13 17:10:07,2023-07-13 17:10:06,2407.0,100.0,34.0,10.0,25.0,1.0,,39.0,,,,,,"The Couchbase Monorepo for JVM Clients: Java, Scala, io-core.",20.0,17,True,2.0,144.0,144.0,,,,,,, +158,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,38.0,176.0,57.0,116.0,1408.0,2022-07-02 20:30:57,4.1.0,,,17.0,command line options parsing for Scala.,62.0,16,False,2.0,,,,,,,,, +159,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,920.0,2020-10-08 19:13:41,0.5.6,,,11.0,TensorFlow API for the Scala Programming Language.,12.0,16,True,3.0,,,,,,,,, +160,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,,,,,,,,, +161,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-12 00:18:10,2023-07-12 00:18:08,637.0,13.0,86.0,27.0,240.0,6.0,49.0,870.0,,,,,,A new Scala wrapper for Joda Time based on scala-time.,25.0,16,True,3.0,,,,,,,,, +162,rediscala,etaty/rediscala,db-clients,https://github.com/etaty/rediscala,https://github.com/etaty/rediscala,Apache-2.0,2013-04-15 13:49:16,2021-06-06 04:14:22,2019-10-17 08:36:11,414.0,,134.0,40.0,98.0,74.0,83.0,793.0,2019-06-23 15:29:14,1.9.0,,,13.0,"Non-blocking, Reactive Redis driver for Scala (with Sentinel support).",31.0,16,False,2.0,,,,,,,,, +163,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,755.0,2017-08-24 18:00:35,5.0.0.0,1368.0,12.0,16.0,Figaro Programming Language and Core Libraries.,29.0,16,False,3.0,,,,,,,,, +164,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,679.0,,,,,,scalastyle.,70.0,16,False,3.0,,,,,,,,, +165,scallop,scallop/scallop,misc,https://github.com/scallop/scallop,https://github.com/scallop/scallop,MIT,2012-03-22 19:17:41,2021-11-06 15:58:46,2021-11-06 15:57:48,595.0,,55.0,16.0,53.0,6.0,179.0,657.0,2021-11-06 15:59:32,4.1.0,,,24.0,a simple Scala CLI parsing library.,24.0,16,False,2.0,,,,,,,,, +166,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-07-13 00:17:55,2023-07-11 01:36:30,1082.0,25.0,142.0,28.0,329.0,40.0,112.0,582.0,,,,,,A Scala DSL for talking with databases with minimum verbosity and maximum type safety.,60.0,16,True,2.0,,,,,,,,, +167,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,13.0,113.0,20.0,156.0,30.0,69.0,582.0,2019-06-23 16:51:16,0.27.0,,,1.0,Docker containers for testing in scala.,76.0,16,True,3.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-10 23:53:42,2023-06-17 17:48:48,681.0,20.0,72.0,30.0,164.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,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-04-28 15:06:52,2023-04-28 15:06:52,316.0,5.0,86.0,22.0,94.0,16.0,88.0,536.0,2022-02-17 05:57:05,0.11.0,,,5.0,I know this because build.sbt knows this.,48.0,16,True,3.0,,,,,,,,, +170,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,,,,,,,,, +171,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,,,,,,,,, +172,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-07-12 15:07:30,2023-06-29 08:02:01,644.0,6.0,45.0,10.0,573.0,34.0,68.0,388.0,2023-04-14 16:20:16,0.8.3,2308.0,62.0,36.0,A test framework that runs everything in parallel.,38.0,16,False,3.0,,,,,,,,, +173,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-07-09 13:36:34,2023-07-09 13:36:32,990.0,35.0,98.0,19.0,540.0,12.0,247.0,384.0,,,,,,Servlet support for sbt.,33.0,16,True,3.0,,,,,,,,, +174,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,26.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,,,,,,,,, +175,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-07-11 00:36:34,2023-01-08 02:27:21,711.0,,42.0,12.0,479.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,,,,,,,,, +176,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,18.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,,,,,,,,, +177,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-07-12 23:12:24,2023-07-10 22:46:22,662.0,20.0,27.0,12.0,338.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,,,,,,,,, +178,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-07-07 18:47:13,2023-07-07 18:47:12,251.0,8.0,35.0,9.0,203.0,5.0,56.0,165.0,2022-11-14 19:51:16,2.5.0,,,23.0,sbt plugin for Scalafmt.,27.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,122.0,2018-03-21 12:08:40,2.0.1,,,5.0,"Typesafe, purely functional Computational Intelligence.",26.0,16,True,2.0,,,,,,,,, +180,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,977.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,,,,,,,,, +181,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,,,,,,,,, +182,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,729.0,2017-07-25 22:34:25,0.3.11,,,8.0,The missing MatPlotLib for Scala + Spark.,20.0,15,False,3.0,,,,,,,,, +183,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,37.0,134.0,31.0,108.0,722.0,,,,,,ScalaTags is a small XML/HTML construction library for Scala.,61.0,15,True,3.0,,,,,,,,, +184,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,19.0,43.0,24.0,36.0,18.0,74.0,652.0,,,,,,"Simple, expressive, and safe UI library for Scala.js.",13.0,15,True,2.0,,,,,,,,True, +185,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,35.0,58.0,25.0,294.0,635.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,,,,,,,,, +186,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,,,,,,,,, +187,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,9.0,424.0,27.0,59.0,601.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,,,,,,,,, +188,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-06-07 18:52:08,2023-06-07 18:52:08,295.0,1.0,45.0,12.0,46.0,9.0,34.0,454.0,2023-04-04 05:06:56,0.9.1,21881.0,370.0,77.0,Cask: a Scala HTTP micro-framework.,14.0,15,False,3.0,,,,,,,,, +189,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-06-20 05:42:24,2023-06-20 05:42:21,917.0,17.0,102.0,25.0,397.0,1.0,,396.0,,,,,,"Security library for Play framework 2 in Java and Scala: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...",47.0,15,True,2.0,,,,,,,,, +190,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,395.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,,,,,,,,, +191,atto,tpolecat/atto,parsers,https://github.com/tpolecat/atto,https://github.com/tpolecat/atto,MIT,2013-09-04 20:34:40,2023-07-11 03:34:21,2022-07-07 03:03:10,588.0,,59.0,13.0,353.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,,,,,,,,, +192,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,,,,,,,,, +193,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-10 20:41:11,2022-09-06 14:24:02,1028.0,,34.0,10.0,185.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,,,,,,,,, +194,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,322.0,2020-10-07 00:17:01,0.6.1,,,8.0,ActiveRecord-like ORM library for Scala.,9.0,15,False,3.0,,,,,,,,, +195,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-13 00:08:50,2022-06-08 15:18:06,506.0,,24.0,8.0,185.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,,,,,,,,, +196,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,1.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,15,True,3.0,,,,,,,,, +197,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,,,,,,,,, +198,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-07 04:41:53,2021-10-11 13:01:45,1019.0,,20.0,7.0,635.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,,,,,,,,, +199,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,8.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,,,,,,,,, +200,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,7836.0,90.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,15,False,2.0,,,,,,,,True, +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-11 23:24:48,2023-07-11 23:24:47,164.0,7.0,28.0,14.0,90.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,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-07-10 21:05:22,2023-07-10 21:01:33,260.0,120.0,15.0,13.0,244.0,11.0,32.0,52.0,2023-04-21 15:49:43,0.1.0,,,1.0,ZIO Elasticsearch is a type-safe and streaming-friendly ZIO native Elasticsearch client.,17.0,15,True,3.0,,,,,,,,,['zio'] +203,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,1019.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,,,,,,,,, +204,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,,,,,,,,, +205,parboiled2,sirthias/parboiled2,parsers,https://github.com/sirthias/parboiled2,https://github.com/sirthias/parboiled2,,2013-04-18 10:48:21,2023-07-13 00:17:03,2023-07-10 04:45:31,898.0,33.0,88.0,26.0,323.0,37.0,117.0,711.0,,,,,,A macro-based PEG parser generator for Scala 2.10+.,36.0,14,False,3.0,,,,,,,,, +206,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-06-08 15:46:13,2022-12-25 14:15:38,165.0,,67.0,13.0,76.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,,,,,,,,, +207,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,,,,,,,,, +208,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,,,,,,,,, +209,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-07-13 01:17:44,2023-07-13 01:17:43,843.0,31.0,72.0,14.0,327.0,28.0,68.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,,,,,,,,, +210,utest,com-lihaoyi/utest,test,https://github.com/com-lihaoyi/utest,https://github.com/com-lihaoyi/utest,,2014-01-27 03:12:39,2023-06-24 13:40:35,2023-04-29 21:54:02,687.0,3.0,80.0,17.0,168.0,28.0,106.0,473.0,2022-09-06 22:28:12,0.8.1,,,8.0,A simple testing framework for Scala.,48.0,14,False,3.0,,,,,,,,, +211,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,8.0,44.0,367.0,2023-06-26 18:21:33,Release/1.0.2-2.13.11,142.0,1.0,22.0,better implicit errors for scala.,18.0,14,True,3.0,,,,,,,,, +212,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,,,,,,,,, +213,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,,,,,,,,, +214,scalaprops,scalaprops/scalaprops,test,https://github.com/scalaprops/scalaprops,https://github.com/scalaprops/scalaprops,MIT,2015-05-05 03:19:11,2023-07-12 23:55:11,2023-07-10 22:49:35,1188.0,22.0,21.0,13.0,343.0,8.0,12.0,274.0,,,,,,property based testing library for Scala.,12.0,14,True,3.0,,,,,,,,, +215,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,,,,,,,,True, +216,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,,,,,,,,, +217,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-10 15:20:30,2023-06-07 20:45:04,150.0,1.0,34.0,6.0,71.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,,,,,,,,, +218,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,19.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,14,False,3.0,,,,,,,,, +219,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,1546.0,15.0,12.0,Performant database access in Scala.,18.0,14,True,3.0,,,,,,,,, +220,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-07-12 16:46:33,2023-07-12 16:46:33,1340.0,70.0,10.0,8.0,394.0,2.0,8.0,126.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,,,,,,,,, +221,bleep,oyvindberg/bleep,development-cycle,https://github.com/oyvindberg/bleep,https://github.com/oyvindberg/bleep,MIT,2021-10-15 20:56:47,2023-07-12 20:36:02,2023-06-22 18:18:46,723.0,35.0,15.0,13.0,260.0,41.0,40.0,102.0,,,2697.0,179.0,28.0,,11.0,14,False,3.0,,,,,,,,True, +222,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.,33.0,14,False,3.0,,,,,,,,, +223,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-07-13 17:52:36,2023-07-13 17:51:40,5200.0,40.0,25.0,14.0,32.0,,9.0,77.0,,,,,,REScala - distributed and reactive programming embedded in OO and FP programs.,28.0,14,True,2.0,,,,,,,,, +224,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,14.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,,,,,,,,, +225,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-13 01:46:30,2023-07-02 02:55:58,438.0,22.0,5.0,28.0,117.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,,,,,,,,, +226,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,,,,,,,,, +227,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,55.0,223.0,25.0,55.0,988.0,,,,,,An experimental library for Functional Reactive Programming in Scala.,21.0,13,False,3.0,,,,,,,,, +228,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,828.0,,,,,,An SBT plugin for dangerously fast development turnaround in Scala.,16.0,13,True,3.0,,,,,,,,, +229,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-05-18 10:59:53,2023-05-18 10:59:48,462.0,6.0,139.0,27.0,194.0,30.0,63.0,674.0,,,,,,CSV Reader/Writer for Scala.,34.0,13,False,2.0,,,,,,,,, +230,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,,,,,,,,, +231,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,20.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,,,,,,,,, +232,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,106.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,,,,,,,,, +233,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,2.0,98.0,25.0,257.0,88.0,133.0,232.0,2022-11-14 16:00:20,0.21.1,,,13.0,,49.0,13,False,3.0,,,,,,,,True, +234,fansi,com-lihaoyi/fansi,misc,https://github.com/com-lihaoyi/fansi,https://github.com/com-lihaoyi/fansi,,2016-05-26 00:43:32,2023-06-24 13:33:59,2023-06-07 18:29:01,136.0,6.0,24.0,8.0,54.0,9.0,10.0,218.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,,,,,,,,, +235,borer,sirthias/borer,json,https://github.com/sirthias/borer,https://github.com/sirthias/borer,MPL-2.0,2019-03-04 21:32:46,2023-07-11 00:35:43,2023-06-09 14:42:40,976.0,14.0,12.0,9.0,540.0,14.0,105.0,195.0,,,,,,Efficient CBOR and JSON (de)serialization in Scala.,8.0,13,True,3.0,,,,,,,,, +236,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,,,,,,,,, +237,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,,,,,,,,, +238,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,137.0,2022-08-28 16:54:49,3.4.3,1772.0,161.0,1.0,Optimus is a mathematical programming library for Scala.,9.0,13,True,3.0,,,,,,,,, +239,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-11 03:39:44,2023-07-11 03:39:44,682.0,23.0,11.0,11.0,437.0,8.0,10.0,125.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,,,,,,,,, +240,fastring,atry/fastring,env,https://github.com/Atry/fastring,https://github.com/Atry/fastring,Apache-2.0,2012-11-25 07:09:25,2023-07-12 13:01:04,2023-07-03 00:15:47,529.0,24.0,9.0,7.0,200.0,10.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,,,,,,,,, +241,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,,,,,,,,, +242,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-05-01 08:13:28,2023-05-01 08:13:21,868.0,27.0,20.0,9.0,112.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,13,True,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-07-10 23:40:18,2023-07-10 23:40:18,651.0,20.0,14.0,5.0,720.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,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-11 02:47:07,2022-05-14 04:46:19,409.0,,16.0,34.0,143.0,4.0,6.0,87.0,2022-03-19 19:01:11,3.0.2,,,8.0,An Sbt plugin that fills apiMappings for common Scala libraries.,11.0,13,True,3.0,,,,,,,,, +245,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-12 22:10:31,2023-07-12 22:10:31,360.0,11.0,6.0,15.0,251.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,13,True,1.0,,,,,,,,, +246,franklin,azavea/franklin,misc,https://github.com/azavea/franklin,https://github.com/azavea/franklin,Apache-2.0,2019-11-05 11:43:39,2023-07-12 13:28:44,2023-07-12 13:28:43,956.0,45.0,18.0,15.0,1316.0,96.0,101.0,67.0,,,,,,A STAC/OGC API Features Web Service.,12.0,13,True,2.0,,,,,,,,, +247,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,,,,,,,,, +248,dregex,marianobarrios/dregex,env,https://github.com/marianobarrios/dregex,https://github.com/marianobarrios/dregex,BSD-2-Clause,2014-05-20 22:38:39,2023-07-10 09:41:06,2023-07-10 09:40:53,276.0,10.0,4.0,5.0,53.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,,,,,,,,, +249,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,28.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,,,,,,,,, +250,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,682.0,,,,,1.0,Desugaring scala `for` without implicit `withFilter`s.,10.0,12,False,3.0,,,,,,,,, +251,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,68.0,557.0,,,,,,Quartz Extension and utilities for cron-style scheduling in Akka.,41.0,12,False,3.0,,,,,,,,, +252,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,,,,,,,,, +253,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,,,,,,,,, +254,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,,,,,,,,, +255,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,,,,,,,,, +256,reactive,nafg/reactive,web-frameworks,https://github.com/nafg/reactive,https://github.com/nafg/reactive,,2010-05-27 23:21:42,2023-07-08 21:37:07,2021-02-28 04:06:13,1147.0,,41.0,18.0,140.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,,,,,,,,, +257,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,,13.0,16.0,18.0,17.0,33.0,198.0,,,,,4.0,Squid type-safe metaprogramming and compilation framework for Scala.,6.0,12,False,3.0,,,,,,,,, +258,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,,,,,,,,, +259,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-12 14:23:43,2023-06-24 20:35:29,146.0,15.0,15.0,6.0,66.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,12,False,3.0,,,,,,,,, +260,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,,,,,,,,, +261,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,71.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,,,,,,,,, +262,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,12,True,3.0,,,,,,,,, +263,scowl,phenoscape/scowl,misc,https://github.com/phenoscape/scowl,https://github.com/phenoscape/scowl,MIT,2013-05-10 18:08:52,2023-07-10 21:16:58,2022-03-30 19:07:24,243.0,,9.0,10.0,154.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,,,,,,,,, +264,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-11 10:00:34,2023-07-11 09:19:43,425.0,4.0,9.0,64.0,192.0,7.0,,32.0,,,,,,Simple play module for authenticating against Google.,39.0,12,True,3.0,,,,,,,,, +265,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,30.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,,,,,,,,, +266,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,,,,,,,,, +267,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,513.0,,,,,,Distributed NoSQL Database.,6.0,11,False,3.0,,,,,,,,, +268,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,,,,,,,,, +269,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,204.0,,,,,,A Scala sound synthesis library based on SuperCollider.,2.0,11,False,2.0,,,,,,,,, +270,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,,,,,,,,, +271,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,189.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,,,,,,,,, +272,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,,,,,,,,, +273,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,,,,,,,,, +274,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-03-31 19:45:29,2023-03-31 19:45:28,557.0,,39.0,40.0,44.0,10.0,57.0,116.0,,,,,,Vert.x for Scala.,20.0,11,False,3.0,3.0,3.0,,,,,,, +275,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,,,,,,,,, +276,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,98.0,,,,,,Web user interface for ScalaFiddle.,20.0,11,False,3.0,,,,,,,,, +277,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,,,,,,,,, +278,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-13 15:03:35,2023-07-04 14:20:59,124.0,2.0,18.0,18.0,193.0,29.0,8.0,93.0,2023-07-04 14:30:14,0.13.5,,,30.0,An HTTP Server and Client library for Scala.,20.0,11,True,3.0,,,,,,,,, +279,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,,,,,,,,, +280,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-11 02:49:42,2023-05-10 04:57:32,385.0,7.0,3.0,12.0,173.0,2.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.,3.0,11,True,3.0,,,,,,,,, +281,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-12 10:22:08,2023-07-12 10:21:37,1112.0,12.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,,,,,,,,, +282,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-10 19:04:24,2023-07-10 19:04:24,56.0,23.0,1.0,8.0,44.0,,,19.0,2023-04-24 16:24:47,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,https://search.maven.org/artifact/io.lambdaworks/scountries,,,, +283,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-10 19:08:39,2023-07-10 19:05:25,104.0,31.0,2.0,8.0,95.0,1.0,9.0,17.0,2023-04-24 16:29:18,1.1.0,,,3.0,Scala library that detects and extracts URLs from text.,7.0,11,True,3.0,,,,io.lambdaworks:scurl-detector_2.13,https://search.maven.org/artifact/io.lambdaworks/scurl-detector_2.13,2023-04-24 16:29:18,,, +284,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-06-19 07:40:53,2023-06-19 07:40:53,154.0,6.0,,4.0,9.0,11.0,19.0,11.0,2022-12-04 21:54:49,0.8.0,1169.0,64.0,9.0,A build tool for Scala.,,11,False,3.0,,,,,,,,True, +285,managerial,dvgica/managerial,misc,https://github.com/dvgica/managerial,https://github.com/dvgica/managerial,Apache-2.0,2021-05-29 03:28:20,2023-07-12 15:22:24,2023-07-12 15:22:24,351.0,40.0,2.0,1.0,133.0,,,11.0,2023-07-06 04:09:02,0.9.1,,,7.0,A zero-dependency Scala library for managing resources monadically.,3.0,11,False,3.0,,,,,,,,, +286,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,,,,4.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,,,,,,,,, +287,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,,,,,,,,, +288,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,,404.0,,,,,,A neat little tool to build presentations using the Scala REPL.,9.0,10,False,3.0,,,,,,,,, +289,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,,,,,,,,, +290,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-09 03:46:52,2021-02-28 00:36:23,143.0,,26.0,11.0,185.0,25.0,23.0,199.0,,,,,,A dimensional analysis library based on dependent types.,10.0,10,False,3.0,,,,,,,,, +291,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,1.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,10,True,3.0,,,,,,,,, +292,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,,,,,,,,, +293,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,,,,,,,,, +294,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,,,124.0,,,,,,"C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.",5.0,10,False,3.0,,,,,,,,, +295,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,,,,,,,,, +296,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...,13.0,10,False,3.0,,,,,,,,, +297,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,,,,,,,,, +298,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,,,,,,,,, +299,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,,,,,,,,, +300,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,,,,,,,,, +301,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,,,,,,,,, +302,blindsight,tersesystems/blindsight,toolkits,https://github.com/tersesystems/blindsight,https://github.com/tersesystems/blindsight,,2020-03-16 03:06:57,2023-07-09 03:35:23,2023-07-09 03:35:23,394.0,1.0,6.0,5.0,430.0,11.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,,,,,,,,, +303,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-06-29 15:48:03,2023-06-29 15:47:45,381.0,24.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,,,,,,,,, +304,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,10,False,3.0,,,,,,,,, +305,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,10,True,3.0,,,,,,,,, +306,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,,,,,,,,, +307,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-11 09:18:17,2022-02-06 11:48:23,206.0,,5.0,6.0,55.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,,,,,,,,, +308,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-06-21 22:02:37,2023-06-15 22:28:45,97.0,2.0,5.0,2.0,48.0,7.0,4.0,21.0,2023-06-21 22:02:37,0.8.0,,,26.0,JSON typeclasses that know the difference between null and absent fields.,3.0,10,True,3.0,,,,,,,,, +309,jose,blackdoor/jose,sec,https://github.com/blackdoor/jose,https://github.com/blackdoor/jose,Unlicense,2018-11-05 17:36:11,2023-07-06 15:18:22,2023-01-31 23:16:44,84.0,,5.0,3.0,74.0,9.0,4.0,14.0,2021-05-21 01:22:10,0.4.5,,,21.0,Extensible JOSE library for Scala.,4.0,10,False,3.0,,,,,,,,, +310,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,,20.0,9.0,110.0,13.0,8.0,147.0,,,,,,Scala library for boilerplate-free validation.,9.0,9,False,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-10 22:46:32,2023-07-10 22:46:32,161.0,9.0,18.0,9.0,80.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,77.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,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,,,,,,,,, +318,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,,,,,,,,, +319,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,,,,,,,,, +320,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,52.0,2022-10-16 15:31:05,0.6,400.0,44.0,1.0,LL(1) parser combinators in Scala.,8.0,9,True,3.0,,,,,,,,, +321,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,,,,,,,,, +322,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,,,,,,,,, +323,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,,,,,,,,, +324,scala2plantuml,bottech/scala2plantuml,env,https://github.com/BotTech/scala2plantuml,https://github.com/BotTech/scala2plantuml,MIT,2021-03-03 02:34:35,2023-07-10 14:28:27,2021-03-24 09:23:58,162.0,,4.0,1.0,189.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,,,,,,,,, +325,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,21.0,,,,,,"Minimal, type-safe RPC Scala library.",2.0,9,True,3.0,,,2.0,,,,,, +326,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-07-13 00:20:43,2022-03-15 00:18:23,292.0,,3.0,4.0,187.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,,,,,,,,, +327,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-13 16:33:16,2022-12-29 20:44:09,379.0,,,2.0,33.0,,12.0,15.0,2022-07-25 12:23:38,0.4.2,,,12.0,"Platform to build distributed, scalable, enterprise-wide business applications.",,9,True,3.0,,,,,,,,, +328,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,19.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,,,,,,,,, +329,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,,,,,,,,, +330,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,,,,,,,,, +331,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,,,,,,,,, +332,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,,,,,,,,, +333,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,,,,,,,,, +334,molecule,scalamolecule/molecule,db-clients,https://github.com/scalamolecule/molecule,https://github.com/scalamolecule/molecule,,2014-07-01 23:57:41,2022-05-02 13:01:22,2022-05-02 12:59:42,721.0,,3.0,6.0,,,23.0,68.0,2022-01-15 15:51:59,1.1.0,5.0,0.0,56.0,Non-blocking asynchronous domain-customizable database query language for Scala and Scala.js against the Datomic..,1.0,8,False,3.0,,,,,,,,, +335,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,,,,,,,,, +336,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,58.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,,,,,,,,, +337,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,4.0,,5.0,5.0,49.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,,,,,,,,, +338,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,42.0,2022-08-09 21:26:35,0.4.16,,,27.0,Scala validation library.,1.0,8,True,3.0,,,,,,,,, +339,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,,,,,,,,, +340,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,,,,,,,,, +341,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,35.0,2022-11-09 21:10:43,0.3.2,,,5.0,ASCII-art banners in Scala.,1.0,8,True,3.0,,,,,,,,, +342,etcd4s,mingchuno/etcd4s,db-clients,https://github.com/mingchuno/etcd4s,https://github.com/mingchuno/etcd4s,MIT,2017-11-17 11:26:19,2023-07-10 04:52:34,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,,,,,,,,, +343,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,,,,,,,,, +344,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,,,,,,,,, +345,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,18.0,2019-06-10 22:19:24,1.2.2,,,5.0,Image comparison by hash codes.,3.0,8,False,3.0,,,,,,,,, +346,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,,,,,,,,, +347,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,,,,,,,,, +348,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,,,,,,,,, +349,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,7,False,3.0,,,,,,,,, +350,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,,,,,,,,, +351,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,,,,,,,,, +352,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,78.0,,,,,,"LocationTech SFCurve is a Scala library for the creation, transformation, and querying of space-filling curves.",6.0,7,False,3.0,,,,,,,,, +353,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,True,3.0,,,,,,,,, +354,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,,,,,,,,, +355,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,67.0,,,,,,A group of neural-network libraries for functional and mainstream languages.,6.0,7,False,3.0,,,,,,,,, +356,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-11 00:35:59,2022-05-17 14:17:27,87.0,,1.0,4.0,86.0,1.0,,44.0,,,,,,Efficient diffing in Scala.,2.0,7,True,3.0,,,,,,,,, +357,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,16.0,61.0,1.0,18.0,35.0,,,,,,Codacy tool for Scalameta.,18.0,7,False,3.0,,,,,,,,, +358,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,,,,,,,,, +359,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,,,,,,,,, +360,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,,,,,,,,, +361,mailgun4s,outr/mailgun4s,misc,https://github.com/outr/mailgun4s,https://github.com/outr/mailgun4s,MIT,2016-08-18 01:03:36,2023-07-02 01:42:29,2023-06-18 01:40:02,78.0,1.0,7.0,4.0,49.0,,7.0,17.0,,,,,,Mailgun API implementation in Scala.,6.0,7,True,3.0,,,,,,,,, +362,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,,,,,,,,, +363,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-06-07 21:24:02,2023-06-07 21:23:17,107.0,3.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,,,,,,,,, +364,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,,,,,,,,, +365,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,,,,,,,,, +366,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,,,,,,,,, +367,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,,,,,,,,, +368,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,1.0,2.0,3.0,1.0,,,41.0,,,,,,"Minimal, idiomatic, customizable validation Scala library.",2.0,6,True,3.0,,,,,,,,, +369,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,,,,,,,,, +370,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,,,,,,,,, +371,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,,,,,,,,, +372,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,,,,,,,,, +373,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,,,,,,,,, +374,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,,,42.0,,,,,,"SevenZip library for Scala, easy to use.",1.0,4,False,3.0,,,,,,,,, +375,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,,,,,,,,, +376,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,,,,,,,,, +377,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,,,,,,,,, +378,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,,,,,,,,, +379,reactive-kafka,akka/alpakka-kafk,bigdata,,{},,,,,,,,,,,,,,,,,,,,0,False,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index f4be6c6..a1861f5 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,32 @@ _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._ -- shapeless (πŸ₯‡26 Β· ⭐ 3.3K Β· πŸ“ˆ) - Generic programming for Scala. Apache-2 -- bloop (πŸ₯ˆ26 Β· ⭐ 850 Β· πŸ“ˆ) - Bloop is a build server and CLI tool to compile, test and run Scala.. Apache-2 -- lagom (πŸ₯ˆ24 Β· ⭐ 2.6K Β· πŸ“ˆ) - Reactive Microservices for the JVM. Apache-2 -- algebird (πŸ₯ˆ23 Β· ⭐ 2.3K Β· πŸ“ˆ) - Abstract Algebra for Scala. Apache-2 -- scalismo (πŸ₯ˆ19 Β· ⭐ 230 Β· πŸ“ˆ) - Scalable Image Analysis and Shape Modelling. Apache-2 +- mill (πŸ₯ˆ29 Β· ⭐ 1.9K Β· πŸ“ˆ) - Your shiny new Java/Scala build tool!. MIT +- circe (πŸ₯‡28 Β· ⭐ 2.4K Β· πŸ“ˆ) - Yet another JSON library for Scala. Apache-2 +- bootzooka (πŸ₯‡20 Β· ⭐ 690 Β· πŸ“ˆ) - Simple project to quickly start developing a Scala-based.. Apache-2 +- upickle (πŸ₯‡20 Β· ⭐ 670 Β· πŸ“ˆ) - uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack).. MIT +- poppet (πŸ₯‰9 Β· ⭐ 21 Β· πŸ“ˆ) - Minimal, type-safe RPC Scala library. MIT ## πŸ“‰ 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._ -- playframework (πŸ₯‡30 Β· ⭐ 12K Β· πŸ“‰) - Play Framework. Apache-2 -- finagle (πŸ₯ˆ24 Β· ⭐ 8.7K Β· πŸ“‰) - A fault tolerant, protocol-agnostic RPC system. Apache-2 -- Monocle (πŸ₯ˆ22 Β· ⭐ 1.6K Β· πŸ“‰) - Optics library for Scala. MIT -- framework (πŸ₯ˆ20 Β· ⭐ 1.3K Β· πŸ“‰) - Lift Framework. Apache-2 -- scalafx (πŸ₯ˆ15 Β· ⭐ 640 Β· πŸ“‰) - ScalaFX simplifies creation of JavaFX-based user interfaces.. ❗Unlicensed +- bigdl (πŸ₯‡32 Β· ⭐ 4.3K Β· πŸ“‰) - Fast, distributed, secure AI for Big Data. Apache-2 +- coursier (πŸ₯‡28 Β· ⭐ 2K Β· πŸ“‰) - Pure Scala Artifact Fetching. Apache-2 +- scalapb (πŸ₯‡26 Β· ⭐ 1.3K Β· πŸ“‰) - Protocol buffer compiler for Scala. Apache-2 +- spark-testing-base (πŸ₯ˆ22 Β· ⭐ 1.4K Β· πŸ“‰) - Base classes to use when writing tests with Spark. Apache-2 +- jsoniter-scala (πŸ₯ˆ20 Β· ⭐ 660 Β· πŸ“‰) - Scala macros for compile-time generation of safe and ultra-.. MIT + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- scala-cli (πŸ₯ˆ27 Β· ⭐ 420 Β· βž•) - Scala CLI is a command-line tool to interact with the Scala.. Apache-2 +- scala-js-dom (πŸ₯ˆ19 Β· ⭐ 290 Β· βž•) - Statically typed DOM API for Scala.js. ❗Unlicensed +- Laminar (πŸ₯ˆ15 Β· ⭐ 650 Β· βž•) - Simple, expressive, and safe UI library for Scala.js. MIT +- nodejs (πŸ₯ˆ15 Β· ⭐ 160 Β· πŸ’€) - This project provides Scala.js type-safe bindings for Node.js.. Apache-2 +- scalajs-angular (πŸ₯‰14 Β· ⭐ 260 Β· πŸ’€) - AngularJS Binding for Scala.js. Apache-2 +- bleep (πŸ₯‰14 Β· ⭐ 100 Β· βž•) - MIT +- scalajs-bundler (πŸ₯‰13 Β· ⭐ 230 Β· βž•) - ❗Unlicensed +- fury (πŸ₯‰11 Β· ⭐ 11 Β· βž•) - A build tool for Scala. Apache-2