From 6704035b13f4b5ff0a02889882ecf262c582b01c Mon Sep 17 00:00:00 2001 From: Paul Dutronc-Postel Date: Tue, 30 Jul 2024 21:37:14 +0200 Subject: [PATCH] renaming to french --- .../__init__.py | 0 .../entities.py | 0 .../parameters/example_subsidies/example_basic_income.yaml | 0 .../parameters/example_subsidies/example_housing_allowance.yaml | 0 .../example_subsidies/example_parenting_allowance/amount.yaml | 0 .../example_parenting_allowance/income_threshold.yaml | 0 .../parameters/example_subsidies/index.yaml | 0 .../parameters/example_taxes/example_income_tax_rate_flat.yaml | 0 .../example_taxes/example_income_tax_rate_progressive.yaml | 0 .../parameters/general/age_of_majority.yaml | 0 .../parameters/general/age_of_retirement.yaml | 0 .../parameters/taxation_energies/natural_gas.yaml | 0 .../reforms/__init__.py | 0 .../reforms/examples/example_add_dynamic_variable.py | 0 .../reforms/examples/example_add_new_tax.py | 0 .../reforms/examples/example_flat_income_tax.py | 0 .../reforms/examples/example_modify_income_tax.py | 0 .../reforms/examples/example_removal_basic_income.py | 0 .../situation_examples/__init__.py | 0 .../situation_examples/couple.json | 0 .../situation_examples/single.json | 0 .../tests/bilan/actif/actif.yaml | 0 .../tests/bilan/actif/actif_circulant.yaml | 0 .../tests/bilan/actif/actif_immobilise.yaml | 0 .../tests/bilan/actif/comptes_regularisation.yaml | 0 .../tests/bilan/passif/autres_fonds_propres.yaml | 0 .../tests/bilan/passif/capitaux_propres.yaml | 0 .../tests/bilan/passif/dettes.yaml | 0 .../tests/bilan/passif/passif.yaml | 0 .../tests/consommation_energie/charbon.yaml | 0 .../tests/consommation_energie/gaz_naturel.yaml | 0 .../tests/examples/example_age.yaml | 0 .../tests/examples/example_basic_income.yaml | 0 .../tests/examples/example_disposable_income.yaml | 0 .../tests/examples/example_housing_allowance.yaml | 0 .../tests/examples/reforms/example_add_dynamic_variable.yaml | 0 .../tests/examples/reforms/example_modify_income_tax.yaml | 0 .../tests/examples/reforms/example_test_add_new_tax.yaml | 0 .../tests/examples/situations/example_income_tax.yaml | 0 .../tests/examples/situations/example_parenting_allowance.yaml | 0 .../tests/taxes/taxes_energies/ticc.yaml | 0 .../tests/taxes/taxes_energies/ticc_euets.yaml | 0 .../tests/taxes/taxes_energies/ticgn.yaml | 0 .../tests/taxes/taxes_energies/ticgn_euets.yaml | 0 .../variables/__init__.py | 0 .../variables/bilan/actif/actif.py | 0 .../variables/bilan/actif/actif_circulant.py | 0 .../variables/bilan/actif/actif_immobilise.py | 0 .../variables/bilan/actif/capital_souscrit_non_appele.py | 0 .../variables/bilan/actif/comptes_regularisation.py | 0 .../variables/bilan/passif/autres_fonds_propres.py | 0 .../variables/bilan/passif/capitaux_propres.py | 0 .../variables/bilan/passif/compte_regularisation.py | 0 .../variables/bilan/passif/dettes.py | 0 .../variables/bilan/passif/passif.py | 0 .../variables/bilan/passif/provisions_pour_risques_charges.py | 0 .../variables/bilan/passif/renvois.py | 0 .../variables/caracteristiques_etablissement.py | 0 .../variables/caracteristiques_unite_legale.py | 0 .../variables/compte_resultat/charges_exceptionnelles.py | 0 .../variables/compte_resultat/charges_exploitation.py | 0 .../variables/compte_resultat/charges_financieres.py | 0 .../variables/compte_resultat/operations_en_commun.py | 0 .../variables/compte_resultat/produits_exceptionnels.py | 0 .../variables/compte_resultat/produits_exploitation.py | 0 .../variables/compte_resultat/produits_financiers.py | 0 .../variables/compte_resultat/renvois.py | 0 .../variables/compte_resultat/resultats.py | 0 .../variables/consommation_energie/autres_produits.py | 0 .../variables/consommation_energie/charbon.py | 0 .../variables/consommation_energie/electricite.py | 0 .../variables/consommation_energie/energies.py | 0 .../variables/consommation_energie/gaz_naturel.py | 0 .../variables/examples/example_demographics.py | 0 .../variables/examples/example_housing.py | 0 .../variables/examples/example_income.py | 0 .../variables/examples/example_stats.py | 0 .../variables/subventions/example_subsidies.py | 0 .../variables/taxes/example_taxes.py | 0 .../variables/taxes/impots_societes.py | 0 .../taxation_energies/taxation_autres_produits_energetiques.py | 0 .../variables/taxes/taxation_energies/taxation_charbon.py | 0 .../variables/taxes/taxation_energies/taxation_electricite.py | 0 .../variables/taxes/taxation_energies/taxation_gaz_naturel.py | 0 84 files changed, 0 insertions(+), 0 deletions(-) rename {openfisca_france_firms => openfisca_france_entreprises}/__init__.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/entities.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/example_subsidies/example_basic_income.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/example_subsidies/example_housing_allowance.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/example_subsidies/example_parenting_allowance/amount.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/example_subsidies/example_parenting_allowance/income_threshold.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/example_subsidies/index.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/example_taxes/example_income_tax_rate_flat.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/example_taxes/example_income_tax_rate_progressive.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/general/age_of_majority.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/general/age_of_retirement.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/parameters/taxation_energies/natural_gas.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/reforms/__init__.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/reforms/examples/example_add_dynamic_variable.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/reforms/examples/example_add_new_tax.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/reforms/examples/example_flat_income_tax.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/reforms/examples/example_modify_income_tax.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/reforms/examples/example_removal_basic_income.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/situation_examples/__init__.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/situation_examples/couple.json (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/situation_examples/single.json (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/actif/actif.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/actif/actif_circulant.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/actif/actif_immobilise.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/actif/comptes_regularisation.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/passif/autres_fonds_propres.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/passif/capitaux_propres.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/passif/dettes.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/bilan/passif/passif.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/consommation_energie/charbon.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/consommation_energie/gaz_naturel.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/example_age.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/example_basic_income.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/example_disposable_income.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/example_housing_allowance.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/reforms/example_add_dynamic_variable.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/reforms/example_modify_income_tax.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/reforms/example_test_add_new_tax.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/situations/example_income_tax.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/examples/situations/example_parenting_allowance.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/taxes/taxes_energies/ticc.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/taxes/taxes_energies/ticc_euets.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/taxes/taxes_energies/ticgn.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/tests/taxes/taxes_energies/ticgn_euets.yaml (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/__init__.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/actif/actif.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/actif/actif_circulant.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/actif/actif_immobilise.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/actif/capital_souscrit_non_appele.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/actif/comptes_regularisation.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/passif/autres_fonds_propres.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/passif/capitaux_propres.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/passif/compte_regularisation.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/passif/dettes.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/passif/passif.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/passif/provisions_pour_risques_charges.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/bilan/passif/renvois.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/caracteristiques_etablissement.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/caracteristiques_unite_legale.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/charges_exceptionnelles.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/charges_exploitation.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/charges_financieres.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/operations_en_commun.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/produits_exceptionnels.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/produits_exploitation.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/produits_financiers.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/renvois.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/compte_resultat/resultats.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/consommation_energie/autres_produits.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/consommation_energie/charbon.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/consommation_energie/electricite.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/consommation_energie/energies.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/consommation_energie/gaz_naturel.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/examples/example_demographics.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/examples/example_housing.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/examples/example_income.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/examples/example_stats.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/subventions/example_subsidies.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/taxes/example_taxes.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/taxes/impots_societes.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/taxes/taxation_energies/taxation_autres_produits_energetiques.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/taxes/taxation_energies/taxation_charbon.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/taxes/taxation_energies/taxation_electricite.py (100%) rename {openfisca_france_firms => openfisca_france_entreprises}/variables/taxes/taxation_energies/taxation_gaz_naturel.py (100%) diff --git a/openfisca_france_firms/__init__.py b/openfisca_france_entreprises/__init__.py similarity index 100% rename from openfisca_france_firms/__init__.py rename to openfisca_france_entreprises/__init__.py diff --git a/openfisca_france_firms/entities.py b/openfisca_france_entreprises/entities.py similarity index 100% rename from openfisca_france_firms/entities.py rename to openfisca_france_entreprises/entities.py diff --git a/openfisca_france_firms/parameters/example_subsidies/example_basic_income.yaml b/openfisca_france_entreprises/parameters/example_subsidies/example_basic_income.yaml similarity index 100% rename from openfisca_france_firms/parameters/example_subsidies/example_basic_income.yaml rename to openfisca_france_entreprises/parameters/example_subsidies/example_basic_income.yaml diff --git a/openfisca_france_firms/parameters/example_subsidies/example_housing_allowance.yaml b/openfisca_france_entreprises/parameters/example_subsidies/example_housing_allowance.yaml similarity index 100% rename from openfisca_france_firms/parameters/example_subsidies/example_housing_allowance.yaml rename to openfisca_france_entreprises/parameters/example_subsidies/example_housing_allowance.yaml diff --git a/openfisca_france_firms/parameters/example_subsidies/example_parenting_allowance/amount.yaml b/openfisca_france_entreprises/parameters/example_subsidies/example_parenting_allowance/amount.yaml similarity index 100% rename from openfisca_france_firms/parameters/example_subsidies/example_parenting_allowance/amount.yaml rename to openfisca_france_entreprises/parameters/example_subsidies/example_parenting_allowance/amount.yaml diff --git a/openfisca_france_firms/parameters/example_subsidies/example_parenting_allowance/income_threshold.yaml b/openfisca_france_entreprises/parameters/example_subsidies/example_parenting_allowance/income_threshold.yaml similarity index 100% rename from openfisca_france_firms/parameters/example_subsidies/example_parenting_allowance/income_threshold.yaml rename to openfisca_france_entreprises/parameters/example_subsidies/example_parenting_allowance/income_threshold.yaml diff --git a/openfisca_france_firms/parameters/example_subsidies/index.yaml b/openfisca_france_entreprises/parameters/example_subsidies/index.yaml similarity index 100% rename from openfisca_france_firms/parameters/example_subsidies/index.yaml rename to openfisca_france_entreprises/parameters/example_subsidies/index.yaml diff --git a/openfisca_france_firms/parameters/example_taxes/example_income_tax_rate_flat.yaml b/openfisca_france_entreprises/parameters/example_taxes/example_income_tax_rate_flat.yaml similarity index 100% rename from openfisca_france_firms/parameters/example_taxes/example_income_tax_rate_flat.yaml rename to openfisca_france_entreprises/parameters/example_taxes/example_income_tax_rate_flat.yaml diff --git a/openfisca_france_firms/parameters/example_taxes/example_income_tax_rate_progressive.yaml b/openfisca_france_entreprises/parameters/example_taxes/example_income_tax_rate_progressive.yaml similarity index 100% rename from openfisca_france_firms/parameters/example_taxes/example_income_tax_rate_progressive.yaml rename to openfisca_france_entreprises/parameters/example_taxes/example_income_tax_rate_progressive.yaml diff --git a/openfisca_france_firms/parameters/general/age_of_majority.yaml b/openfisca_france_entreprises/parameters/general/age_of_majority.yaml similarity index 100% rename from openfisca_france_firms/parameters/general/age_of_majority.yaml rename to openfisca_france_entreprises/parameters/general/age_of_majority.yaml diff --git a/openfisca_france_firms/parameters/general/age_of_retirement.yaml b/openfisca_france_entreprises/parameters/general/age_of_retirement.yaml similarity index 100% rename from openfisca_france_firms/parameters/general/age_of_retirement.yaml rename to openfisca_france_entreprises/parameters/general/age_of_retirement.yaml diff --git a/openfisca_france_firms/parameters/taxation_energies/natural_gas.yaml b/openfisca_france_entreprises/parameters/taxation_energies/natural_gas.yaml similarity index 100% rename from openfisca_france_firms/parameters/taxation_energies/natural_gas.yaml rename to openfisca_france_entreprises/parameters/taxation_energies/natural_gas.yaml diff --git a/openfisca_france_firms/reforms/__init__.py b/openfisca_france_entreprises/reforms/__init__.py similarity index 100% rename from openfisca_france_firms/reforms/__init__.py rename to openfisca_france_entreprises/reforms/__init__.py diff --git a/openfisca_france_firms/reforms/examples/example_add_dynamic_variable.py b/openfisca_france_entreprises/reforms/examples/example_add_dynamic_variable.py similarity index 100% rename from openfisca_france_firms/reforms/examples/example_add_dynamic_variable.py rename to openfisca_france_entreprises/reforms/examples/example_add_dynamic_variable.py diff --git a/openfisca_france_firms/reforms/examples/example_add_new_tax.py b/openfisca_france_entreprises/reforms/examples/example_add_new_tax.py similarity index 100% rename from openfisca_france_firms/reforms/examples/example_add_new_tax.py rename to openfisca_france_entreprises/reforms/examples/example_add_new_tax.py diff --git a/openfisca_france_firms/reforms/examples/example_flat_income_tax.py b/openfisca_france_entreprises/reforms/examples/example_flat_income_tax.py similarity index 100% rename from openfisca_france_firms/reforms/examples/example_flat_income_tax.py rename to openfisca_france_entreprises/reforms/examples/example_flat_income_tax.py diff --git a/openfisca_france_firms/reforms/examples/example_modify_income_tax.py b/openfisca_france_entreprises/reforms/examples/example_modify_income_tax.py similarity index 100% rename from openfisca_france_firms/reforms/examples/example_modify_income_tax.py rename to openfisca_france_entreprises/reforms/examples/example_modify_income_tax.py diff --git a/openfisca_france_firms/reforms/examples/example_removal_basic_income.py b/openfisca_france_entreprises/reforms/examples/example_removal_basic_income.py similarity index 100% rename from openfisca_france_firms/reforms/examples/example_removal_basic_income.py rename to openfisca_france_entreprises/reforms/examples/example_removal_basic_income.py diff --git a/openfisca_france_firms/situation_examples/__init__.py b/openfisca_france_entreprises/situation_examples/__init__.py similarity index 100% rename from openfisca_france_firms/situation_examples/__init__.py rename to openfisca_france_entreprises/situation_examples/__init__.py diff --git a/openfisca_france_firms/situation_examples/couple.json b/openfisca_france_entreprises/situation_examples/couple.json similarity index 100% rename from openfisca_france_firms/situation_examples/couple.json rename to openfisca_france_entreprises/situation_examples/couple.json diff --git a/openfisca_france_firms/situation_examples/single.json b/openfisca_france_entreprises/situation_examples/single.json similarity index 100% rename from openfisca_france_firms/situation_examples/single.json rename to openfisca_france_entreprises/situation_examples/single.json diff --git a/openfisca_france_firms/tests/bilan/actif/actif.yaml b/openfisca_france_entreprises/tests/bilan/actif/actif.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/actif/actif.yaml rename to openfisca_france_entreprises/tests/bilan/actif/actif.yaml diff --git a/openfisca_france_firms/tests/bilan/actif/actif_circulant.yaml b/openfisca_france_entreprises/tests/bilan/actif/actif_circulant.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/actif/actif_circulant.yaml rename to openfisca_france_entreprises/tests/bilan/actif/actif_circulant.yaml diff --git a/openfisca_france_firms/tests/bilan/actif/actif_immobilise.yaml b/openfisca_france_entreprises/tests/bilan/actif/actif_immobilise.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/actif/actif_immobilise.yaml rename to openfisca_france_entreprises/tests/bilan/actif/actif_immobilise.yaml diff --git a/openfisca_france_firms/tests/bilan/actif/comptes_regularisation.yaml b/openfisca_france_entreprises/tests/bilan/actif/comptes_regularisation.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/actif/comptes_regularisation.yaml rename to openfisca_france_entreprises/tests/bilan/actif/comptes_regularisation.yaml diff --git a/openfisca_france_firms/tests/bilan/passif/autres_fonds_propres.yaml b/openfisca_france_entreprises/tests/bilan/passif/autres_fonds_propres.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/passif/autres_fonds_propres.yaml rename to openfisca_france_entreprises/tests/bilan/passif/autres_fonds_propres.yaml diff --git a/openfisca_france_firms/tests/bilan/passif/capitaux_propres.yaml b/openfisca_france_entreprises/tests/bilan/passif/capitaux_propres.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/passif/capitaux_propres.yaml rename to openfisca_france_entreprises/tests/bilan/passif/capitaux_propres.yaml diff --git a/openfisca_france_firms/tests/bilan/passif/dettes.yaml b/openfisca_france_entreprises/tests/bilan/passif/dettes.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/passif/dettes.yaml rename to openfisca_france_entreprises/tests/bilan/passif/dettes.yaml diff --git a/openfisca_france_firms/tests/bilan/passif/passif.yaml b/openfisca_france_entreprises/tests/bilan/passif/passif.yaml similarity index 100% rename from openfisca_france_firms/tests/bilan/passif/passif.yaml rename to openfisca_france_entreprises/tests/bilan/passif/passif.yaml diff --git a/openfisca_france_firms/tests/consommation_energie/charbon.yaml b/openfisca_france_entreprises/tests/consommation_energie/charbon.yaml similarity index 100% rename from openfisca_france_firms/tests/consommation_energie/charbon.yaml rename to openfisca_france_entreprises/tests/consommation_energie/charbon.yaml diff --git a/openfisca_france_firms/tests/consommation_energie/gaz_naturel.yaml b/openfisca_france_entreprises/tests/consommation_energie/gaz_naturel.yaml similarity index 100% rename from openfisca_france_firms/tests/consommation_energie/gaz_naturel.yaml rename to openfisca_france_entreprises/tests/consommation_energie/gaz_naturel.yaml diff --git a/openfisca_france_firms/tests/examples/example_age.yaml b/openfisca_france_entreprises/tests/examples/example_age.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/example_age.yaml rename to openfisca_france_entreprises/tests/examples/example_age.yaml diff --git a/openfisca_france_firms/tests/examples/example_basic_income.yaml b/openfisca_france_entreprises/tests/examples/example_basic_income.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/example_basic_income.yaml rename to openfisca_france_entreprises/tests/examples/example_basic_income.yaml diff --git a/openfisca_france_firms/tests/examples/example_disposable_income.yaml b/openfisca_france_entreprises/tests/examples/example_disposable_income.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/example_disposable_income.yaml rename to openfisca_france_entreprises/tests/examples/example_disposable_income.yaml diff --git a/openfisca_france_firms/tests/examples/example_housing_allowance.yaml b/openfisca_france_entreprises/tests/examples/example_housing_allowance.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/example_housing_allowance.yaml rename to openfisca_france_entreprises/tests/examples/example_housing_allowance.yaml diff --git a/openfisca_france_firms/tests/examples/reforms/example_add_dynamic_variable.yaml b/openfisca_france_entreprises/tests/examples/reforms/example_add_dynamic_variable.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/reforms/example_add_dynamic_variable.yaml rename to openfisca_france_entreprises/tests/examples/reforms/example_add_dynamic_variable.yaml diff --git a/openfisca_france_firms/tests/examples/reforms/example_modify_income_tax.yaml b/openfisca_france_entreprises/tests/examples/reforms/example_modify_income_tax.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/reforms/example_modify_income_tax.yaml rename to openfisca_france_entreprises/tests/examples/reforms/example_modify_income_tax.yaml diff --git a/openfisca_france_firms/tests/examples/reforms/example_test_add_new_tax.yaml b/openfisca_france_entreprises/tests/examples/reforms/example_test_add_new_tax.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/reforms/example_test_add_new_tax.yaml rename to openfisca_france_entreprises/tests/examples/reforms/example_test_add_new_tax.yaml diff --git a/openfisca_france_firms/tests/examples/situations/example_income_tax.yaml b/openfisca_france_entreprises/tests/examples/situations/example_income_tax.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/situations/example_income_tax.yaml rename to openfisca_france_entreprises/tests/examples/situations/example_income_tax.yaml diff --git a/openfisca_france_firms/tests/examples/situations/example_parenting_allowance.yaml b/openfisca_france_entreprises/tests/examples/situations/example_parenting_allowance.yaml similarity index 100% rename from openfisca_france_firms/tests/examples/situations/example_parenting_allowance.yaml rename to openfisca_france_entreprises/tests/examples/situations/example_parenting_allowance.yaml diff --git a/openfisca_france_firms/tests/taxes/taxes_energies/ticc.yaml b/openfisca_france_entreprises/tests/taxes/taxes_energies/ticc.yaml similarity index 100% rename from openfisca_france_firms/tests/taxes/taxes_energies/ticc.yaml rename to openfisca_france_entreprises/tests/taxes/taxes_energies/ticc.yaml diff --git a/openfisca_france_firms/tests/taxes/taxes_energies/ticc_euets.yaml b/openfisca_france_entreprises/tests/taxes/taxes_energies/ticc_euets.yaml similarity index 100% rename from openfisca_france_firms/tests/taxes/taxes_energies/ticc_euets.yaml rename to openfisca_france_entreprises/tests/taxes/taxes_energies/ticc_euets.yaml diff --git a/openfisca_france_firms/tests/taxes/taxes_energies/ticgn.yaml b/openfisca_france_entreprises/tests/taxes/taxes_energies/ticgn.yaml similarity index 100% rename from openfisca_france_firms/tests/taxes/taxes_energies/ticgn.yaml rename to openfisca_france_entreprises/tests/taxes/taxes_energies/ticgn.yaml diff --git a/openfisca_france_firms/tests/taxes/taxes_energies/ticgn_euets.yaml b/openfisca_france_entreprises/tests/taxes/taxes_energies/ticgn_euets.yaml similarity index 100% rename from openfisca_france_firms/tests/taxes/taxes_energies/ticgn_euets.yaml rename to openfisca_france_entreprises/tests/taxes/taxes_energies/ticgn_euets.yaml diff --git a/openfisca_france_firms/variables/__init__.py b/openfisca_france_entreprises/variables/__init__.py similarity index 100% rename from openfisca_france_firms/variables/__init__.py rename to openfisca_france_entreprises/variables/__init__.py diff --git a/openfisca_france_firms/variables/bilan/actif/actif.py b/openfisca_france_entreprises/variables/bilan/actif/actif.py similarity index 100% rename from openfisca_france_firms/variables/bilan/actif/actif.py rename to openfisca_france_entreprises/variables/bilan/actif/actif.py diff --git a/openfisca_france_firms/variables/bilan/actif/actif_circulant.py b/openfisca_france_entreprises/variables/bilan/actif/actif_circulant.py similarity index 100% rename from openfisca_france_firms/variables/bilan/actif/actif_circulant.py rename to openfisca_france_entreprises/variables/bilan/actif/actif_circulant.py diff --git a/openfisca_france_firms/variables/bilan/actif/actif_immobilise.py b/openfisca_france_entreprises/variables/bilan/actif/actif_immobilise.py similarity index 100% rename from openfisca_france_firms/variables/bilan/actif/actif_immobilise.py rename to openfisca_france_entreprises/variables/bilan/actif/actif_immobilise.py diff --git a/openfisca_france_firms/variables/bilan/actif/capital_souscrit_non_appele.py b/openfisca_france_entreprises/variables/bilan/actif/capital_souscrit_non_appele.py similarity index 100% rename from openfisca_france_firms/variables/bilan/actif/capital_souscrit_non_appele.py rename to openfisca_france_entreprises/variables/bilan/actif/capital_souscrit_non_appele.py diff --git a/openfisca_france_firms/variables/bilan/actif/comptes_regularisation.py b/openfisca_france_entreprises/variables/bilan/actif/comptes_regularisation.py similarity index 100% rename from openfisca_france_firms/variables/bilan/actif/comptes_regularisation.py rename to openfisca_france_entreprises/variables/bilan/actif/comptes_regularisation.py diff --git a/openfisca_france_firms/variables/bilan/passif/autres_fonds_propres.py b/openfisca_france_entreprises/variables/bilan/passif/autres_fonds_propres.py similarity index 100% rename from openfisca_france_firms/variables/bilan/passif/autres_fonds_propres.py rename to openfisca_france_entreprises/variables/bilan/passif/autres_fonds_propres.py diff --git a/openfisca_france_firms/variables/bilan/passif/capitaux_propres.py b/openfisca_france_entreprises/variables/bilan/passif/capitaux_propres.py similarity index 100% rename from openfisca_france_firms/variables/bilan/passif/capitaux_propres.py rename to openfisca_france_entreprises/variables/bilan/passif/capitaux_propres.py diff --git a/openfisca_france_firms/variables/bilan/passif/compte_regularisation.py b/openfisca_france_entreprises/variables/bilan/passif/compte_regularisation.py similarity index 100% rename from openfisca_france_firms/variables/bilan/passif/compte_regularisation.py rename to openfisca_france_entreprises/variables/bilan/passif/compte_regularisation.py diff --git a/openfisca_france_firms/variables/bilan/passif/dettes.py b/openfisca_france_entreprises/variables/bilan/passif/dettes.py similarity index 100% rename from openfisca_france_firms/variables/bilan/passif/dettes.py rename to openfisca_france_entreprises/variables/bilan/passif/dettes.py diff --git a/openfisca_france_firms/variables/bilan/passif/passif.py b/openfisca_france_entreprises/variables/bilan/passif/passif.py similarity index 100% rename from openfisca_france_firms/variables/bilan/passif/passif.py rename to openfisca_france_entreprises/variables/bilan/passif/passif.py diff --git a/openfisca_france_firms/variables/bilan/passif/provisions_pour_risques_charges.py b/openfisca_france_entreprises/variables/bilan/passif/provisions_pour_risques_charges.py similarity index 100% rename from openfisca_france_firms/variables/bilan/passif/provisions_pour_risques_charges.py rename to openfisca_france_entreprises/variables/bilan/passif/provisions_pour_risques_charges.py diff --git a/openfisca_france_firms/variables/bilan/passif/renvois.py b/openfisca_france_entreprises/variables/bilan/passif/renvois.py similarity index 100% rename from openfisca_france_firms/variables/bilan/passif/renvois.py rename to openfisca_france_entreprises/variables/bilan/passif/renvois.py diff --git a/openfisca_france_firms/variables/caracteristiques_etablissement.py b/openfisca_france_entreprises/variables/caracteristiques_etablissement.py similarity index 100% rename from openfisca_france_firms/variables/caracteristiques_etablissement.py rename to openfisca_france_entreprises/variables/caracteristiques_etablissement.py diff --git a/openfisca_france_firms/variables/caracteristiques_unite_legale.py b/openfisca_france_entreprises/variables/caracteristiques_unite_legale.py similarity index 100% rename from openfisca_france_firms/variables/caracteristiques_unite_legale.py rename to openfisca_france_entreprises/variables/caracteristiques_unite_legale.py diff --git a/openfisca_france_firms/variables/compte_resultat/charges_exceptionnelles.py b/openfisca_france_entreprises/variables/compte_resultat/charges_exceptionnelles.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/charges_exceptionnelles.py rename to openfisca_france_entreprises/variables/compte_resultat/charges_exceptionnelles.py diff --git a/openfisca_france_firms/variables/compte_resultat/charges_exploitation.py b/openfisca_france_entreprises/variables/compte_resultat/charges_exploitation.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/charges_exploitation.py rename to openfisca_france_entreprises/variables/compte_resultat/charges_exploitation.py diff --git a/openfisca_france_firms/variables/compte_resultat/charges_financieres.py b/openfisca_france_entreprises/variables/compte_resultat/charges_financieres.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/charges_financieres.py rename to openfisca_france_entreprises/variables/compte_resultat/charges_financieres.py diff --git a/openfisca_france_firms/variables/compte_resultat/operations_en_commun.py b/openfisca_france_entreprises/variables/compte_resultat/operations_en_commun.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/operations_en_commun.py rename to openfisca_france_entreprises/variables/compte_resultat/operations_en_commun.py diff --git a/openfisca_france_firms/variables/compte_resultat/produits_exceptionnels.py b/openfisca_france_entreprises/variables/compte_resultat/produits_exceptionnels.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/produits_exceptionnels.py rename to openfisca_france_entreprises/variables/compte_resultat/produits_exceptionnels.py diff --git a/openfisca_france_firms/variables/compte_resultat/produits_exploitation.py b/openfisca_france_entreprises/variables/compte_resultat/produits_exploitation.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/produits_exploitation.py rename to openfisca_france_entreprises/variables/compte_resultat/produits_exploitation.py diff --git a/openfisca_france_firms/variables/compte_resultat/produits_financiers.py b/openfisca_france_entreprises/variables/compte_resultat/produits_financiers.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/produits_financiers.py rename to openfisca_france_entreprises/variables/compte_resultat/produits_financiers.py diff --git a/openfisca_france_firms/variables/compte_resultat/renvois.py b/openfisca_france_entreprises/variables/compte_resultat/renvois.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/renvois.py rename to openfisca_france_entreprises/variables/compte_resultat/renvois.py diff --git a/openfisca_france_firms/variables/compte_resultat/resultats.py b/openfisca_france_entreprises/variables/compte_resultat/resultats.py similarity index 100% rename from openfisca_france_firms/variables/compte_resultat/resultats.py rename to openfisca_france_entreprises/variables/compte_resultat/resultats.py diff --git a/openfisca_france_firms/variables/consommation_energie/autres_produits.py b/openfisca_france_entreprises/variables/consommation_energie/autres_produits.py similarity index 100% rename from openfisca_france_firms/variables/consommation_energie/autres_produits.py rename to openfisca_france_entreprises/variables/consommation_energie/autres_produits.py diff --git a/openfisca_france_firms/variables/consommation_energie/charbon.py b/openfisca_france_entreprises/variables/consommation_energie/charbon.py similarity index 100% rename from openfisca_france_firms/variables/consommation_energie/charbon.py rename to openfisca_france_entreprises/variables/consommation_energie/charbon.py diff --git a/openfisca_france_firms/variables/consommation_energie/electricite.py b/openfisca_france_entreprises/variables/consommation_energie/electricite.py similarity index 100% rename from openfisca_france_firms/variables/consommation_energie/electricite.py rename to openfisca_france_entreprises/variables/consommation_energie/electricite.py diff --git a/openfisca_france_firms/variables/consommation_energie/energies.py b/openfisca_france_entreprises/variables/consommation_energie/energies.py similarity index 100% rename from openfisca_france_firms/variables/consommation_energie/energies.py rename to openfisca_france_entreprises/variables/consommation_energie/energies.py diff --git a/openfisca_france_firms/variables/consommation_energie/gaz_naturel.py b/openfisca_france_entreprises/variables/consommation_energie/gaz_naturel.py similarity index 100% rename from openfisca_france_firms/variables/consommation_energie/gaz_naturel.py rename to openfisca_france_entreprises/variables/consommation_energie/gaz_naturel.py diff --git a/openfisca_france_firms/variables/examples/example_demographics.py b/openfisca_france_entreprises/variables/examples/example_demographics.py similarity index 100% rename from openfisca_france_firms/variables/examples/example_demographics.py rename to openfisca_france_entreprises/variables/examples/example_demographics.py diff --git a/openfisca_france_firms/variables/examples/example_housing.py b/openfisca_france_entreprises/variables/examples/example_housing.py similarity index 100% rename from openfisca_france_firms/variables/examples/example_housing.py rename to openfisca_france_entreprises/variables/examples/example_housing.py diff --git a/openfisca_france_firms/variables/examples/example_income.py b/openfisca_france_entreprises/variables/examples/example_income.py similarity index 100% rename from openfisca_france_firms/variables/examples/example_income.py rename to openfisca_france_entreprises/variables/examples/example_income.py diff --git a/openfisca_france_firms/variables/examples/example_stats.py b/openfisca_france_entreprises/variables/examples/example_stats.py similarity index 100% rename from openfisca_france_firms/variables/examples/example_stats.py rename to openfisca_france_entreprises/variables/examples/example_stats.py diff --git a/openfisca_france_firms/variables/subventions/example_subsidies.py b/openfisca_france_entreprises/variables/subventions/example_subsidies.py similarity index 100% rename from openfisca_france_firms/variables/subventions/example_subsidies.py rename to openfisca_france_entreprises/variables/subventions/example_subsidies.py diff --git a/openfisca_france_firms/variables/taxes/example_taxes.py b/openfisca_france_entreprises/variables/taxes/example_taxes.py similarity index 100% rename from openfisca_france_firms/variables/taxes/example_taxes.py rename to openfisca_france_entreprises/variables/taxes/example_taxes.py diff --git a/openfisca_france_firms/variables/taxes/impots_societes.py b/openfisca_france_entreprises/variables/taxes/impots_societes.py similarity index 100% rename from openfisca_france_firms/variables/taxes/impots_societes.py rename to openfisca_france_entreprises/variables/taxes/impots_societes.py diff --git a/openfisca_france_firms/variables/taxes/taxation_energies/taxation_autres_produits_energetiques.py b/openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_autres_produits_energetiques.py similarity index 100% rename from openfisca_france_firms/variables/taxes/taxation_energies/taxation_autres_produits_energetiques.py rename to openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_autres_produits_energetiques.py diff --git a/openfisca_france_firms/variables/taxes/taxation_energies/taxation_charbon.py b/openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_charbon.py similarity index 100% rename from openfisca_france_firms/variables/taxes/taxation_energies/taxation_charbon.py rename to openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_charbon.py diff --git a/openfisca_france_firms/variables/taxes/taxation_energies/taxation_electricite.py b/openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_electricite.py similarity index 100% rename from openfisca_france_firms/variables/taxes/taxation_energies/taxation_electricite.py rename to openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_electricite.py diff --git a/openfisca_france_firms/variables/taxes/taxation_energies/taxation_gaz_naturel.py b/openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_gaz_naturel.py similarity index 100% rename from openfisca_france_firms/variables/taxes/taxation_energies/taxation_gaz_naturel.py rename to openfisca_france_entreprises/variables/taxes/taxation_energies/taxation_gaz_naturel.py