Skip to content

A port of OpenFisca-France to Julia. This is the OpenFisca package containing the formulas and parameters of the french tax-benefit system.

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

openfisca/OpenFiscaFrance.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFiscaFrance

Dependencies

Under OSX with brew cask: brew cask install julia.

Install

This package is not yet registered on http://pkg.julialang.org/, this is why the following steps are required:

julia
> Pkg.clone("https://github.com/openfisca/OpenFiscaCore.jl")
> Pkg.clone("https://github.com/openfisca/OpenFiscaFrance.jl")
> Pkg.update()
> exit()

Test

Run tests

julia
> Pkg.test("OpenFiscaCore")
> Pkg.test("OpenFiscaFrance")
> exit()

Download YAML tests

To download tests from Ludwig, please use the new script in Python repo: download_mes_aides_tests.py (see openfisca/openfisca-france#359)

About

A port of OpenFisca-France to Julia. This is the OpenFisca package containing the formulas and parameters of the french tax-benefit system.

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
AGPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages