gastronomy-core

Fast, easy and transparent typeclass derivation for Scala 2

License

License

GroupId

GroupId

com.propensive
ArtifactId

ArtifactId

gastronomy-core_2.13
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

gastronomy-core
Fast, easy and transparent typeclass derivation for Scala 2
Project URL

Project URL

https://github.com/propensive/gastronomy
Project Organization

Project Organization

Propensive OÜ
Source Code Management

Source Code Management

https://github.com/propensive/gastronomy

Download gastronomy-core_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.propensive/gastronomy-core_2.13/ -->
<dependency>
    <groupId>com.propensive</groupId>
    <artifactId>gastronomy-core_2.13</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.propensive/gastronomy-core_2.13/
implementation 'com.propensive:gastronomy-core_2.13:0.4.0'
// https://jarcasting.com/artifacts/com.propensive/gastronomy-core_2.13/
implementation ("com.propensive:gastronomy-core_2.13:0.4.0")
'com.propensive:gastronomy-core_2.13:jar:0.4.0'
<dependency org="com.propensive" name="gastronomy-core_2.13" rev="0.4.0">
  <artifact name="gastronomy-core_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.propensive', module='gastronomy-core_2.13', version='0.4.0')
)
libraryDependencies += "com.propensive" % "gastronomy-core_2.13" % "0.4.0"
[com.propensive/gastronomy-core_2.13 "0.4.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3
com.propensive : magnolia_2.13 jar 0.17.0
org.scala-lang : scala-reflect jar 2.13.3

Project Modules

There are no modules declared in this project.

GitHub Workflow

Gastronomy

Gastronomy is a simple library to provide cryptographic digests of Scala objects through a simple functional API, and present them in different encoded forms.

Features

  • hashing of simple and primitive Scala types
  • generically-derived digests for all case class and sealed trait types
  • supports SHA-256, SHA-1 and MD5 hash algorithms
  • encodes into Hex or BASE-64, or BASE-64 (URL) encodings

Getting Started

TBC

Status

Gastronomy is classified as maturescent. Propensive defines the following five stability levels for open-source projects:

  • embryonic: for experimental or demonstrative purposes only, without guarantee of longevity
  • fledgling: of proven utility, seeking contributions, but liable to significant redesigns
  • maturescent: major design decisions broady settled, seeking probatory adoption and refinement of designs
  • dependable: production-ready, subject to controlled ongoing maintenance and enhancement; tagged as version 1.0 or later
  • adamantine: proven, reliable and production-ready, with no further breaking changes ever anticipated

Availability

Gastronomy’s source is available on GitHub, and may be built with Fury by cloning the layer propensive/gastronomy.

fury layer clone -i propensive/gastronomy

or imported into an existing layer with,

fury layer import -i propensive/gastronomy

A binary is available on Maven Central as com.propensive:gastronomy-core_<scala-version>:0.4.0. This may be added to an sbt build with:

libraryDependencies += "com.propensive" %% "gastronomy-core" % "0.4.0"

Contributing

Contributors to Gastronomy are welcome and encouraged. New contributors may like to look for issues marked label: good first issue.

We suggest that all contributors read the Contributing Guide to make the process of contributing to Gastronomy easier.

Please do not contact project maintainers privately with questions, as other users cannot then benefit from the answers.

Author

Gastronomy was designed and developed by Jon Pretty, and commercial support and training is available from Propensive OÜ.

License

Gastronomy is copyright © 2018-20 Jon Pretty & Propensive OÜ, and is made available under the Apache 2.0 License.

Versions

Version
0.4.0
0.3.0