clojurewerkz / vat

Minimalistic client for vatapi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clojure VAT Library

VAT is a tiny Clojure library that aims to make VAT calculation easier.

Project Goals

  • Make VAT calculation less of a pain in the neck
  • Be well-tested

Project Maturity

VAT is very young and incomplete.

Artifacts

VAT artifacts are released to Clojars. If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

The Most Recent Release

With Leiningen:

[clojurewerkz/vat "1.0.0-beta2"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>vat</artifactId>
  <version>1.0.0-beta2</version>
</dependency>

Documentation & Examples

Our documentation site is not yet live, sorry.

Supported Clojure versions

VAT is built from the ground up for Clojure 1.6.0 and later.

Continuous Integration Status

Continuous Integration status

vat Is a ClojureWerkz Project

vat is part of the group of Clojure libraries known as ClojureWerkz, together with

and several others.

Development

vat uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using

lein2 all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on GitHub.

License

Copyright (C) 2015 Andrey Barkanov, Michael S. Klishin, and The ClojureWerkz Team.

Double licensed under the Eclipse Public License (the same as Clojure) or the Apache Public License 2.0.

About

Minimalistic client for vatapi.com


Languages

Language:Clojure 100.0%