{ "info": { "author": "Antoine Augusti", "author_email": "hi@antoine-augusti.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries" ], "description": "[![Software License](https://img.shields.io/badge/License-MIT-orange.svg?style=flat-square)](https://github.com/AntoineAugusti/jours-feries-france/blob/master/LICENSE.md)\n![CircleCI](https://img.shields.io/circleci/project/github/AntoineAugusti/jours-feries-france.svg?style=flat-square)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/jours-feries-france.svg?style=flat-square)\n\n# Jours F\u00e9ri\u00e9s France\nThis library computes bank holidays dates for France, for a given year.\n\n## Installation\n```\npip install jours-feries-france\n```\n\n## Usage\n```python\nfrom jours_feries_france.compute import JoursFeries\n\nres = JoursFeries.for_year(2018)\n# res is now a dict\n# {\n# 'Armistice': datetime.date(2018, 11, 11),\n# 'Ascension': datetime.date(2018, 5, 10),\n# 'Assomption': datetime.date(2018, 8, 15),\n# 'F\u00eate Nationale': datetime.date(2018, 7, 14),\n# 'F\u00eate du travail': datetime.date(2018, 5, 1),\n# \"Jour de l'an\": datetime.date(2018, 1, 1),\n# 'Lundi de P\u00e2ques': datetime.date(2018, 4, 2),\n# 'No\u00ebl': datetime.date(2018, 12, 25),\n# 'Lundi de Pentec\u00f4te': datetime.date(2018, 5, 21),\n# 'Toussaint': datetime.date(2018, 11, 1),\n# 'Victoire des alli\u00e9s': datetime.date(2018, 5, 8)\n# }\n\n# You can also get specific bank holidays as a datetime.date\nprint (JoursFeries.lundiDePaques(2018))\nprint (JoursFeries.ascension(2018))\nprint (JoursFeries.pentecote(2018))\nprint (JoursFeries.jourDeLAn(2018))\nprint (JoursFeries.feteDuTravail(2018))\nprint (JoursFeries.victoireDesAllies(2018))\nprint (JoursFeries.feteNationale(2018))\nprint (JoursFeries.toussaint(2018))\nprint (JoursFeries.assomption(2018))\nprint (JoursFeries.armistice(2018))\nprint (JoursFeries.noel(2018))\n\n# The Alsace-Moselle region has 2 extra bank holidays.\n# You can include them this way\nres = JoursFeries.for_year(2018, include_alsace=True)\n\nprint (JoursFeries.vendrediSaint(2018))\nprint (JoursFeries.saintEtienne(2018))\n```\n\n## Data\nIf you just want a CSV dump, check out the [\"Jours f\u00e9ri\u00e9s en France\" opendata dataset](https://www.data.gouv.fr/fr/datasets/jours-feries-en-france/) available on data.gouv.fr.\n\n## REST API\nLooking for a JSON API? Check out [this GitHub project](https://github.com/AntoineAugusti/api-jours-feries-france).\n\n## School holidays\nInterested in school holidays as well (vacances scolaires in French)? There is another pip package for this! Check out https://github.com/AntoineAugusti/vacances-scolaires-france\n\n## Notice\nThis software is available under the MIT license and was developed as part of the [Entrepreneur d'Int\u00e9r\u00eat G\u00e9n\u00e9ral program](https://entrepreneur-interet-general.etalab.gouv.fr) by the French government.\n\nProjet d\u00e9velopp\u00e9 dans le cadre du programme \u00ab [Entrepreneur d\u2019int\u00e9r\u00eat g\u00e9n\u00e9ral](https://entrepreneur-interet-general.etalab.gouv.fr) \u00bb.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AntoineAugusti/jours-feries-france", "keywords": "bank-holidays,jours-feries,france", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "jours-feries-france", "package_url": "https://pypi.org/project/jours-feries-france/", "platform": "", "project_url": "https://pypi.org/project/jours-feries-france/", "project_urls": { "Homepage": "https://github.com/AntoineAugusti/jours-feries-france" }, "release_url": "https://pypi.org/project/jours-feries-france/0.5.1/", "requires_dist": null, "requires_python": ">=2.7,<4", "summary": "Get bank holidays for France", "version": "0.5.1" }, "last_serial": 5649708, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0dde498ba5b49bc333c96b246c86ab37", "sha256": "24b3223923496154264b6786a31bec8512236bc42ba5446fb6ddb4b128245c04" }, "downloads": -1, "filename": "jours_feries_france-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "0dde498ba5b49bc333c96b246c86ab37", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=2.7, <4", "size": 3069, "upload_time": "2018-07-04T12:09:52", "url": "https://files.pythonhosted.org/packages/dc/8a/a646448de00cbe6cbc110417599a7cb5b0aedc5d87d8fbfba094ae0d03e3/jours_feries_france-0.1.0-py2-none-any.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ec101e261b21c5fc3528db060c6bad96", "sha256": "903fb9702240607cef576809748b9cbacae3f00b24e6b7a322eab2729278921e" }, "downloads": -1, "filename": "jours_feries_france-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "ec101e261b21c5fc3528db060c6bad96", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=2.7", "size": 3034, "upload_time": "2018-07-04T17:24:53", "url": "https://files.pythonhosted.org/packages/41/ad/29747bc8b8c58506acc2cbd9e78cd24fd328580a62839332d596bbeaa242/jours_feries_france-0.1.2-py2-none-any.whl" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "451292b658c8d504f8c671bfdf6c7468", "sha256": "2ca24db18ff2d266330c6195685c67c8561822ef7769b39c3b9903f0110a78a2" }, "downloads": -1, "filename": "jours_feries_france-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "451292b658c8d504f8c671bfdf6c7468", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 3071, "upload_time": "2018-07-04T17:31:46", "url": "https://files.pythonhosted.org/packages/28/71/f42464b7f71bdd98d71ec6bd468bd5a53d3efa6a715a1299229b1c86c1d0/jours_feries_france-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e609e72f7f16037111d3a5101eb027a", "sha256": "9aec0fcc9c1bbfb22abfbbf43ede5a3a61438db7b2cf70269060d60ee7c78c46" }, "downloads": -1, "filename": "jours_feries_france-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e609e72f7f16037111d3a5101eb027a", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 3080, "upload_time": "2018-07-04T17:40:09", "url": "https://files.pythonhosted.org/packages/28/82/a93639299bed90aa9e691c3cb8803b6fe68910794f5228c4df703ce332c3/jours_feries_france-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea6a99a1536427364b26f9376bcf46ca", "sha256": "24c0104d85497b02d0cb12856e12d8fcf42c1c1b1dd500b26703f0bbb4f60ced" }, "downloads": -1, "filename": "jours_feries_france-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ea6a99a1536427364b26f9376bcf46ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 3073, "upload_time": "2018-07-04T17:43:06", "url": "https://files.pythonhosted.org/packages/5e/9d/462eeed7d914addcf446efae96f9b41f8861983dd7d23af85020664d7277/jours_feries_france-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de615488175c87adb0b08bbc7aa50b27", "sha256": "88445f0c58a11fec350eef03d90b54966338781c6338ce50ceec0fae9cb0b8ad" }, "downloads": -1, "filename": "jours_feries_france-0.1.3.tar.gz", "has_sig": false, "md5_digest": "de615488175c87adb0b08bbc7aa50b27", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 2606, "upload_time": "2018-07-04T17:40:07", "url": "https://files.pythonhosted.org/packages/2f/fe/50d07505f40a3ef3ef902dd8f9ebaf4016923b295d539a8f6ab712a8a8f9/jours_feries_france-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f730eabacc0046804977e90b852421dc", "sha256": "3982e42fb2c9c36d0123610fe7a654a3728341bafc03385c481a3a6fb13f0375" }, "downloads": -1, "filename": "jours_feries_france-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f730eabacc0046804977e90b852421dc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 3075, "upload_time": "2018-07-04T18:36:10", "url": "https://files.pythonhosted.org/packages/e7/7f/fa769bf3022c5d5357fe60f9c361b588cde79edcdc61c1947aeadd390765/jours_feries_france-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96861f52777c77a08ef1440208663a7b", "sha256": "8205221b6ea4d664bde8442c31b010db8d07199fbf10d90c350ccacaa5b317e5" }, "downloads": -1, "filename": "jours_feries_france-0.2.0.tar.gz", "has_sig": false, "md5_digest": "96861f52777c77a08ef1440208663a7b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 2607, "upload_time": "2018-07-04T18:36:11", "url": "https://files.pythonhosted.org/packages/a4/88/a8b8cbc50ee1db6fc1e4a63f6a718c1370925a3564dede97728375501068/jours_feries_france-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "722d1f45a097009251061493b1aa171a", "sha256": "69ea6b0bac9ab6aaf36616985510d4cf2715da17f1901eef5b5ece92744c1771" }, "downloads": -1, "filename": "jours_feries_france-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "722d1f45a097009251061493b1aa171a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 3247, "upload_time": "2018-07-05T13:34:20", "url": "https://files.pythonhosted.org/packages/34/00/f90fcbb4e9182e22dd81fef25c4c57d286badf3cba75f51f1fb5de4e865c/jours_feries_france-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ded3fcdf7aefb56f1ff332b235473fee", "sha256": "93e345c225c219ce3a2c901c7afe8a7fed225aabfddee4d48bc21c0d62792f10" }, "downloads": -1, "filename": "jours_feries_france-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ded3fcdf7aefb56f1ff332b235473fee", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", "size": 2773, "upload_time": "2018-07-05T13:34:21", "url": "https://files.pythonhosted.org/packages/07/c2/e5f809ff7dcff924796f0b048d014efb6d9e95f1c23222e4c67697bdbd3b/jours_feries_france-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "6212f508b7c5080516e559d093277ac8", "sha256": "db415714351b30d8ba5daa294cc3a285fc1f2f33298c2d2c6f685135c454a9e3" }, "downloads": -1, "filename": "jours_feries_france-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6212f508b7c5080516e559d093277ac8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,<4", "size": 3564, "upload_time": "2018-10-15T11:55:48", "url": "https://files.pythonhosted.org/packages/ae/77/c03175b7aec829aa7c9a33f7e13efe2b21935b4ec563ef6a64af39ab749c/jours_feries_france-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6d0f8b2992ee90a7a9e3736c86d78d2d", "sha256": "3176c8de662b581d07775dcf74dd43b95cb1a1366005a45954da3594c5bf4b65" }, "downloads": -1, "filename": "jours_feries_france-0.3.1.tar.gz", "has_sig": false, "md5_digest": "6d0f8b2992ee90a7a9e3736c86d78d2d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,<4", "size": 3145, "upload_time": "2018-10-15T11:55:50", "url": "https://files.pythonhosted.org/packages/8c/b1/f90e63661bae28f4197f1f027bb33c31f187f8775a2a12ca422c9d4357bb/jours_feries_france-0.3.1.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "65357070fc4ef2780f7091ae87439af0", "sha256": "8fa52b9133016a2631003f443b4f9ff3274546380a951dc3289aa3670f78218e" }, "downloads": -1, "filename": "jours_feries_france-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "65357070fc4ef2780f7091ae87439af0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,<4", "size": 4426, "upload_time": "2019-01-05T10:27:58", "url": "https://files.pythonhosted.org/packages/fb/c3/412b4cc4ebfa2eae55836c107d19498463e410fad7f28587be035d94ddfc/jours_feries_france-0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c89d360cfaede5176363027ec391d21", "sha256": "8a69b10e66f1500f2e130805b434a96e45233e38e3051b23a10adb7ac1a00a14" }, "downloads": -1, "filename": "jours_feries_france-0.4.tar.gz", "has_sig": false, "md5_digest": "9c89d360cfaede5176363027ec391d21", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,<4", "size": 3188, "upload_time": "2019-01-05T10:27:33", "url": "https://files.pythonhosted.org/packages/6e/82/1c28cda313b3e92e820c1052439c0f67e738f26b04c71dfab1ab944947c1/jours_feries_france-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "7f8c7dfa7c42f71b1bd02f0532c2a903", "sha256": "dbb9d304290b350d5a07fbc3023fd2ce82aa104299a76842f6da6d3ba136b241" }, "downloads": -1, "filename": "jours_feries_france-0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7f8c7dfa7c42f71b1bd02f0532c2a903", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,<4", "size": 4377, "upload_time": "2019-03-17T08:25:03", "url": "https://files.pythonhosted.org/packages/bb/ef/1422240db27881f306570a09a0eda02f62b873258c632c5c45266b088319/jours_feries_france-0.5-py2.py3-none-any.whl" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "534ece68996f3c4b315eae28a5950674", "sha256": "c22dd132b4f757328bc6d4b2d5daaa62490a7312ea7b09bcc1c8516f06db9718" }, "downloads": -1, "filename": "jours_feries_france-0.5.1.tar.gz", "has_sig": false, "md5_digest": "534ece68996f3c4b315eae28a5950674", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,<4", "size": 3221, "upload_time": "2019-08-08T11:58:38", "url": "https://files.pythonhosted.org/packages/8d/7c/d5934d99646d9a42bd65b6127cd262c3cfbf51a94c248b395b25e4fd46a3/jours_feries_france-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "534ece68996f3c4b315eae28a5950674", "sha256": "c22dd132b4f757328bc6d4b2d5daaa62490a7312ea7b09bcc1c8516f06db9718" }, "downloads": -1, "filename": "jours_feries_france-0.5.1.tar.gz", "has_sig": false, "md5_digest": "534ece68996f3c4b315eae28a5950674", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,<4", "size": 3221, "upload_time": "2019-08-08T11:58:38", "url": "https://files.pythonhosted.org/packages/8d/7c/d5934d99646d9a42bd65b6127cd262c3cfbf51a94c248b395b25e4fd46a3/jours_feries_france-0.5.1.tar.gz" } ] }