Skip to content

Commit

Permalink
Clean and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello committed Sep 27, 2024
1 parent 5c73194 commit f2575e8
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 59 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.33.3 - [#XXX](https://github.com/openfisca/openfisca-tunisia/pull/XXX)

* Amélioration technique.
* Détails :
- Migration vers Github actions (retrait de CircleCi)

### 0.33.2 - [#126](https://github.com/openfisca/openfisca-tunisia/pull/126)

* Ajoute la validation des paramètres YAML ainsi que l'intégration à la CI tax-benefit.org.
Expand Down
6 changes: 2 additions & 4 deletions openfisca_tunisia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-

from openfisca_tunisia.tunisia_taxbenefitsystem import TunisiaTaxBenefitSystem

# The name CountryTaxBenefitSystem must not be changed, as all tools of the OpenFisca
# ecosystem expect a CountryTaxBenefitSystem class to be exposed
# The name CountryTaxBenefitSystem must not be changed, as all tools of the OpenFisca
# ecosystem expect a CountryTaxBenefitSystem class to be exposed
# in the __init__ module of a country package.
CountryTaxBenefitSystem = TunisiaTaxBenefitSystem
4 changes: 0 additions & 4 deletions openfisca_tunisia/conv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


# OpenFisca -- A versatile microsimulation software
# By: OpenFisca Team <[email protected]>
#
Expand Down Expand Up @@ -44,4 +41,3 @@ def remove(value):
test_in(values, error = error),
function(remove),
)

3 changes: 0 additions & 3 deletions openfisca_tunisia/entities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from openfisca_core.entities import build_entity


Expand Down
4 changes: 0 additions & 4 deletions openfisca_tunisia/model/base.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-


from datetime import date

from openfisca_core.model_api import *

from openfisca_tunisia.entities import FoyerFiscal, Individu, Menage

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from numpy import datetime64


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from openfisca_tunisia.model.base import *


Expand Down
3 changes: 0 additions & 3 deletions openfisca_tunisia/model/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from __future__ import division


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from __future__ import division

from numpy import zeros
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from openfisca_tunisia.model.base import *

# déductions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from __future__ import division

from numpy import logical_or as or_
Expand Down
3 changes: 0 additions & 3 deletions openfisca_tunisia/model/prestations_familiales.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from __future__ import division

from numpy import (
Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/model/revenus/activite/non_salarie.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from openfisca_tunisia.model.base import *


Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/model/revenus/activite/salarie.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from openfisca_tunisia.model.base import *


Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/model/revenus/autres_revenus.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from openfisca_tunisia.model.base import *


Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/model/revenus/capital/foncier.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from openfisca_tunisia.model.base import *


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from openfisca_tunisia.model.base import *


Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/model/revenus/remplacement/retraite.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

from openfisca_tunisia.model.base import *


Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/scenarios.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import logging

log = logging.getLogger(__name__)
Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/survey_scenario/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import os
from openfisca_tunisia import CountryTaxBenefitSystem as TunisiaTaxBenefitSystem
from openfisca_tunisia.tunisia_taxbenefitsystem import TunisiaTaxBenefitSystem
Expand Down
3 changes: 0 additions & 3 deletions openfisca_tunisia/survey_scenario/data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- coding: utf-8 -*-


from openfisca_tunisia.model.base import *


Expand Down
2 changes: 0 additions & 2 deletions openfisca_tunisia/tunisia_taxbenefitsystem.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

import glob
import os

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#! /usr/bin/env python
# -*- coding: utf-8 -*-


"""Tunisia specific model for OpenFisca -- a versatile microsimulation free software"""

Expand All @@ -21,7 +19,7 @@

setup(
name = 'OpenFisca-Tunisia',
version = '0.33.2',
version = '0.33.3',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down

0 comments on commit f2575e8

Please sign in to comment.