{ "info": { "author": "funilrys", "author_email": "contact@funilrys.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet" ], "description": ".. image:: https://raw.githubusercontent.com/PyFunceble/logo/master/Green/HD/RM.png\n\nThe tool to check the availability or syntax of domains, IPv4 or URL\n--------------------------------------------------------------------\n\n.. image:: https://api.travis-ci.com/funilrys/PyFunceble.png?branch=master\n :target: https://travis-ci.com/funilrys/PyFunceble\n.. image:: https://coveralls.io/repos/github/funilrys/PyFunceble/badge.png?branch=master\n :target: https://coveralls.io/github/funilrys/PyFunceble?branch=master\n.. image:: https://api.codacy.com/project/badge/Grade/3f7684ffe6fc44d781ca0f26e0221928\n :target: https://www.codacy.com/app/funilrys/PyFunceble?utm_source=github.com&utm_medium=referral&utm_content=funilrys/PyFunceble&utm_campaign=Badge_Grade\n.. image:: https://img.shields.io/github/license/funilrys/PyFunceble.png\n :target: https://github.com/funilrys/PyFunceble/blob/master/LICENSE\n.. image:: https://img.shields.io/github/release/funilrys/PyFunceble/all.png\n :target: https://github.com/funilrys/PyFunceble/releases/latest\n.. image:: https://img.shields.io/github/issues/funilrys/PyFunceble.png\n :target: https://github.com/funilrys/PyFunceble/issues\n.. image:: https://img.shields.io/badge/code%20style-black-000000.png\n :target: https://github.com/ambv/black\n\nPyFunceble is the little sister of `Funceble`_ which was archived on 13th March 2018.\n\nIts main objective is to provide the availability of domains, IPs and since recently URL by generating an accurate result based on results from WHOIS, NSLOOKUP and HTTP status codes.\n\nPyFunceble is currently running actively and daily with the help of Travis CI under 60+ repositories. It is used to clean or test the availability of data which are present in hosts files, list of IP, list of domains, block lists or even AdBlock filter lists.\n\nPyFunceble provides some useful features for continuous testing.\n\nAs an example, its auto-continue system coupled with its auto-save system allows it to run nice and smoothly under Travis CI without even reaching Travis CI time restriction. In the other side, its internal inactive database system let :code:`INACTIVE` and :code:`INVALID` caught domains, IPs or URLs being automatically retested over time on next run.\n\n___________________________________________\n\nDocumentation as the place to be!\n---------------------------------\n\nWant to know more about **PyFunceble**?\nWe invite you to read the documentation at https://pyfunceble.readthedocs.io/en/master/!\n\nWant a local copy? We get you covered!\n\nSimply run the following and enjoy the documentation!\n\n::\n\n $ cd docs/\n $ make html\n $ chromium _build/html/index.html # Chromium or whatever browser you use.\n\n___________________________________________\n\nWhat can PyFunceble do?\n-----------------------\n\n- Test of the availability of a domain.\n- Test of the availability of an IPv4.\n- Test of the availability of an URL.\n- Test of the availability of a domain/DNS name in a private or local network.\n- Test of the availability of an IPv4 in a private or local network.\n- Test of the availability of an URL in a private or local network.\n- Test of the syntax of a domain.\n- Test of the syntax of an IPv4.\n- Test of the syntax of an URL.\n- Test of domain or IP which are present into an Adblock formatted file.\n- Test from a given raw link.\n- Save test result(s) on file(s) (hosts file, plain text and/or JSON format).\n- Show test result(s) on screen.\n- Show percentage of each status (:code:`ACTIVE`, :code:`INACTIVE`, :code:`INVALID`)\n- Sort outputs hierarchically.\n- \"Mining\" of domain or IP which are related to the tested element.\n- Auto-continuation of tests in case of system crash or script stop.\n- Filtering of a file content.\n\n - This feature will let us for example test all blogspot domain of the given file no matter the content of the file.\n\n- Set the user-agent to use for the tests.\n- Give some analytic depending of the HTTP status code (:code:`ACTIVE`, :code:`POTENTIALLY_ACTIVE`, :code:`POTENTIALLY_INACTIVE`, :code:`SUSPICIOUS`).\n- Retest overtime of :code:`INACTIVE` and :code:`INVALID` domains.\n- Print the execution time on screen and file.\n- Customization of the different option via command-line arguments or configuration file.\n- Continuous tests under Travis CI with the help of an auto saving and database system.\n\n - Set branch to push the result to for the autosaving system.\n - Set the minimal time before we autosave in order to avoid Travis CI limitation.\n - Set a command to execute at the end of the test.\n - Set the commit message for the autosaving system.\n\n- ... and a lot more!\n\n.. image:: https://github.com/PyFunceble/gifs/raw/master/domain.gif\n :target: https://github.com/PyFunceble/gifs/raw/master/domain.gif\n\nPlease report to the `documentation for more GIF`_.\n\n___________________________________________\n\nSupporting the project\n----------------------\n\n`PyFunceble`_, `Dead-Hosts`_, and all other analog projects are powered by free time and a lot of :coffee:!\n\nThis project helps you and/or you like it?\n\n.. image:: https://az743702.vo.msecnd.net/cdn/kofi3.png\n :target: https://ko-fi.com/V7V3EH2Y\n :height: 36px\n\n___________________________________________\n\nContributors\n------------\n\nThanks to those awesome peoples for their awesome and crazy idea(s), contribution(s) and or issue report which made or make `PyFunceble`_ a better tool.\n\n::\n\n _______ _ _ _ _\n |__ __| | | | | | | |\n | | | |__ __ _ _ __ | | _____ | |_ ___ _ _ ___ _ _ | |\n | | | '_ \\ / _` | '_ \\| |/ / __| | __/ _ \\ | | | |/ _ \\| | | | | |\n | | | | | | (_| | | | | <\\__ \\ | || (_) | | |_| | (_) | |_| | |_|\n |_| |_| |_|\\__,_|_| |_|_|\\_\\___/ \\__\\___/ \\__, |\\___/ \\__,_| (_)\n __/ |\n |___/\n\n- Daniel - `@dnmTX`_\n- hawkeye116477 - `@hawkeye116477`_\n- Imre Kristoffer Eilertsen - `@DandelionSprout`_\n- jawz101 - `@jawz101`_\n- Mitchell Krog - `@mitchellkrogza`_\n- Odyseus - `@Odyseus`_\n- Reza Rizqullah - `@ybreza`_\n- ScriptTiger - `@ScriptTiger`_\n- speedmann - `@speedmann`_\n- WaLLy3K - `@WaLLy3K`_\n- xxcriticxx - `@xxcriticxx`_\n- ZeroDot1 - `@ZeroDot1`_\n\n___________________________________________\n\nSpecial Thanks\n--------------\n\nThanks to those awesome organization(s), tool(s) and or people(s) for\n\n* Their awesome documentation\n* Their awesome repository\n* Their awesome tool/software/source code\n* Their breaking reports\n* Their contributions\n* Their current work/purpose\n* Their promotion of Py-Funceble\n* Their support\n* Their testings reports\n\nwhich helped and/or still help me build, test and or make `PyFunceble`_ a better tool.\n\n::\n\n _______ _ _ _ _\n |__ __| | | | | | | |\n | | | |__ __ _ _ __ | | _____ | |_ ___ _ _ ___ _ _ | |\n | | | '_ \\ / _` | '_ \\| |/ / __| | __/ _ \\ | | | |/ _ \\| | | | | |\n | | | | | | (_| | | | | <\\__ \\ | || (_) | | |_| | (_) | |_| | |_|\n |_| |_| |_|\\__,_|_| |_|_|\\_\\___/ \\__\\___/ \\__, |\\___/ \\__,_| (_)\n __/ |\n |___/\n\n- Adam Warner - `@PromoFaux`_\n- Adblock Plus - `@adblockplus`_\n- asciinema - `@asciinema`_\n- Daniel - `@dnmTX`_\n- Bob Halley - `@rthalley`_ (`DNSPython`_)\n- Jonathan Hartley - `@tartley`_ (`colorama`_)\n- `IANA`_ - `ICANN`_ (`Root Zone Database`_)\n- Kenneth Reitz - `@kennethreitz`_ (`requests`_)\n- Mitchell Krog - `@mitchellkrogza`_\n- Mohammad Fares - `@faressoft`_ (`Terminalizer`_)\n- Pi-Hole - `@pi-hole`_\n- Public Suffix List - `@publicsuffix`_\n- Reza Rizqullah - `@ybreza`_\n- Saurabh Kumar - `@theskumar`_ (`python-dotenv`_)\n- ScriptTiger - `@ScriptTiger`_\n- SMed79 - `@SMed79`_\n- The YAML Project - `@yaml`_ (`pyyaml`_)\n- `yWorks`_ - (`yEd Graph Editor`_)\n\n___________________________________________\n\nLicense\n-------\n::\n\n MIT License\n\n Copyright (c) 2017, 2018, 2019 Nissar Chababy\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n\n.. _colorama: https://github.com/tartley/colorama\n.. _Dead-Hosts: https://github.com/dead-hosts\n.. _DNSPython: https://github.com/rthalley/dnspython\n.. _Funceble: https://github.com/funilrys/funceble\n.. _IANA: https://www.iana.org/\n.. _ICANN: https://www.icann.org/\n.. _PyFunceble: https://github.com/funilrys/PyFunceble\n.. _python-dotenv: https://github.com/theskumar/python-dotenv\n.. _pyyaml: https://github.com/yaml/pyyaml\n.. _requests: https://github.com/kennethreitz/requests\n.. _Root Zone Database: https://www.iana.org/domains/root/db\n.. _Terminalizer: https://github.com/faressoft/terminalizer\n.. _yEd Graph Editor: https://www.yworks.com/products/yed\n.. _yWorks: https://www.yworks.com/company\n\n.. _@adblockplus: https://github.com/adblockplus\n.. _@asciinema: https://github.com/asciinema\n.. _@DandelionSprout: https://github.com/DandelionSprout\n.. _@dnmTX: https://github.com/dnmTX\n.. _@faressoft: https://github.com/faressoft\n.. _@hawkeye116477: https://github.com/hawkeye116477\n.. _@jawz101: https://github.com/jawz101\n.. _@kennethreitz: https://github.com/kennethreitz\n.. _@mitchellkrogza: https://github.com/mitchellkrogza\n.. _@Odyseus: https://github.com/Odyseus\n.. _@pi-hole: https://github.com/pi-hole/pi-hole\n.. _@PromoFaux: https://github.com/PromoFaux\n.. _@publicsuffix: https://github.com/publicsuffix\n.. _@rthalley: https://github.com/rthalley\n.. _@ScriptTiger: https://github.com/ScriptTiger\n.. _@SMed79: https://github.com/SMed79\n.. _@speedmann: https://github.com/speedmann\n.. _@tartley: https://github.com/tartley\n.. _@theskumar: https://github.com/theskumar\n.. _@Wally3K: https://github.com/WaLLy3K\n.. _@xxcriticxx: https://github.com/xxcriticxx\n.. _@yaml: https://github.com/yaml\n.. _@ybreza: https://github.com/ybreza\n.. _@ZeroDot1: https://github.com/ZeroDot1\n\n.. _documentation for more GIF: https://pyfunceble.readthedocs.io/en/master/in-action.html\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/funilrys/PyFunceble", "keywords": "Python,domain,IP,availability,syntax,syntax-checker,PyFunceble,WHOIS,nslookup,dns", "license": "https://git.io/vh1mP", "maintainer": "", "maintainer_email": "", "name": "PyFunceble", "package_url": "https://pypi.org/project/PyFunceble/", "platform": "any", "project_url": "https://pypi.org/project/PyFunceble/", "project_urls": { "Homepage": "https://github.com/funilrys/PyFunceble" }, "release_url": "https://pypi.org/project/PyFunceble/2.2.0/", "requires_dist": [ "colorama", "dnspython", "domain2idna (>=1.6.1)", "PyMySQL", "python-dotenv", "PyYAML", "requests", "setuptools", "urllib3" ], "requires_python": ">=3.6, <4", "summary": "The tool to check the availability or syntax of domains, IPv4 or URL.", "version": "2.2.0" }, "last_serial": 5442364, "releases": { "0.81.0": [ { "comment_text": "", "digests": { "md5": "77aff4d54394c693a1860f531a4ebd04", "sha256": "5843ff7873547b74189c691328f717506be6ea10588286e5962426a65730a4a3" }, "downloads": -1, "filename": "PyFunceble-0.81.0-py3-none-any.whl", "has_sig": false, "md5_digest": "77aff4d54394c693a1860f531a4ebd04", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 66669, "upload_time": "2018-06-16T01:05:43", "url": "https://files.pythonhosted.org/packages/13/2e/d45348033bcaa9da8982b2552788c13af7fd08eca6b2c760d5d40628b955/PyFunceble-0.81.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8291682ea9a3fadd97cac8b73d751525", "sha256": "72881ab42cecd37e67a1c0ec5d62c3b97ff879aacc5bf4b117cfb1a74b1fc684" }, "downloads": -1, "filename": "PyFunceble-0.81.0.tar.gz", "has_sig": false, "md5_digest": "8291682ea9a3fadd97cac8b73d751525", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127064, "upload_time": "2018-06-16T01:05:46", "url": "https://files.pythonhosted.org/packages/6e/e8/4654b3e085341d15076fd93ce219067ea42676a8f51d1ff5c45439f18e30/PyFunceble-0.81.0.tar.gz" } ], "0.82.5": [ { "comment_text": "", "digests": { "md5": "2c19753ded6b436f77c3280a63ab8b56", "sha256": "b21cf267061b9f6ead25624406169296f7ce4b4df39e1b4e6fa365f033a00b3e" }, "downloads": -1, "filename": "PyFunceble-0.82.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2c19753ded6b436f77c3280a63ab8b56", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 67019, "upload_time": "2018-06-23T22:38:25", "url": "https://files.pythonhosted.org/packages/1c/eb/7938cdf21613e348b00b693f5f61b5caf24a0596c0b6dcadedf3055d38ea/PyFunceble-0.82.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "271d0b0cec948228ee921600c3b626f6", "sha256": "c25c60c8088abe780affd9ab35c27f45d8014db544be786cc796f0905ef4d048" }, "downloads": -1, "filename": "PyFunceble-0.82.5.tar.gz", "has_sig": false, "md5_digest": "271d0b0cec948228ee921600c3b626f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 127451, "upload_time": "2018-06-23T22:38:28", "url": "https://files.pythonhosted.org/packages/32/e1/f33bc337235352e7ae0e1831168856a2150249281029b2113eded6dd3e81/PyFunceble-0.82.5.tar.gz" } ], "0.89.2": [ { "comment_text": "", "digests": { "md5": "2bc07044d86b4b954d0b9a7e92b4bbcd", "sha256": "b5987ea59effadcc66c162cbfb3dceb59f305e370f5373afc20fc2227aa51e31" }, "downloads": -1, "filename": "PyFunceble-0.89.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2bc07044d86b4b954d0b9a7e92b4bbcd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 73573, "upload_time": "2018-07-31T20:26:05", "url": "https://files.pythonhosted.org/packages/ad/49/fd04b73fb67d5ae187350040114be564adf831999923ae7b9319940faca0/PyFunceble-0.89.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9b8a9a76c336c574ce7042956475d2c", "sha256": "5b1ee6124b0f16b61c201538ed2c219bfb5ef7a0dd2fdb7bd09ef8c34090c550" }, "downloads": -1, "filename": "PyFunceble-0.89.2.tar.gz", "has_sig": false, "md5_digest": "e9b8a9a76c336c574ce7042956475d2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129179, "upload_time": "2018-07-31T20:26:08", "url": "https://files.pythonhosted.org/packages/b7/3d/6e446090e863aa2dbd9554c67757cbeac6964de6fc670c507c44b53b9298/PyFunceble-0.89.2.tar.gz" } ], "0.94.3": [ { "comment_text": "", "digests": { "md5": "3c9a4bc7428aa94895f148c9fec4d3c1", "sha256": "1a03a2c163fd52b2e2c6429e2777eff33161064c50d9385223be60baf1eb6cf9" }, "downloads": -1, "filename": "PyFunceble-0.94.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3c9a4bc7428aa94895f148c9fec4d3c1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 74642, "upload_time": "2018-08-15T14:00:06", "url": "https://files.pythonhosted.org/packages/f5/4f/5392d4200b3b9e7e7e5cdb00f0ba810374c7825798c21a4abd59706f00e2/PyFunceble-0.94.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "474eb79658b3398a5bbc6186a13651f0", "sha256": "5df103d26db9306709444b83662117c24851f7c8df34b122df5c97fb481822c1" }, "downloads": -1, "filename": "PyFunceble-0.94.3.tar.gz", "has_sig": false, "md5_digest": "474eb79658b3398a5bbc6186a13651f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130388, "upload_time": "2018-08-15T14:00:10", "url": "https://files.pythonhosted.org/packages/7e/dd/95059937a1680d56d169e996e07260e1ae788bffae019b44dd99d65062a9/PyFunceble-0.94.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "1ed092a1aa1669004204a12f0f297314", "sha256": "930e11f46eb46033c13fb4289696103edb3307676f0b9c383d0b8f1e980a4268" }, "downloads": -1, "filename": "PyFunceble-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1ed092a1aa1669004204a12f0f297314", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 122617, "upload_time": "2018-12-27T00:02:56", "url": "https://files.pythonhosted.org/packages/3a/50/9c7c013d801ce12d7676a51d59316a7de9fe17e97d53cc70d49a6f862aa5/PyFunceble-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ffb120c84007167ee22fee2732a657bb", "sha256": "e35d4c026ec29cc3f205667913bb59b14710ed7e0733f2f28d5eb3b88606002d" }, "downloads": -1, "filename": "PyFunceble-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ffb120c84007167ee22fee2732a657bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188838, "upload_time": "2018-12-27T00:03:00", "url": "https://files.pythonhosted.org/packages/9a/44/e977865810633317e95122aae9ee211b1e30c03bcb611c31f76367697bc8/PyFunceble-1.0.0.tar.gz" } ], "1.10.1": [ { "comment_text": "", "digests": { "md5": "578e53c3d7f51c46ec38a67d06de3316", "sha256": "bf1b7b4e3a5c1de942b904ad555bcf20e3b1d28c77e24bb97babfacbf6935783" }, "downloads": -1, "filename": "PyFunceble-1.10.1-py3-none-any.whl", "has_sig": false, "md5_digest": "578e53c3d7f51c46ec38a67d06de3316", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 126335, "upload_time": "2019-02-17T00:22:16", "url": "https://files.pythonhosted.org/packages/b9/f2/44e5348b73f00d76778712d9f1915959c641454bcb1378e9a679921a25a0/PyFunceble-1.10.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6c31507002124a724c2410b1634cfae9", "sha256": "3c98717394d665ffa70dab5dea04459c04d85b3d2c9757f454043aea643ba364" }, "downloads": -1, "filename": "PyFunceble-1.10.1.tar.gz", "has_sig": false, "md5_digest": "6c31507002124a724c2410b1634cfae9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 195787, "upload_time": "2019-02-17T00:22:18", "url": "https://files.pythonhosted.org/packages/26/8b/173a9527633d1927a44f2606c27ce76767eec7c06279c9a48658037c870c/PyFunceble-1.10.1.tar.gz" } ], "1.14.0": [ { "comment_text": "", "digests": { "md5": "90f420245ba1d9cd3c5edb399f73e936", "sha256": "25e39c0e194b0317f8a0c159ef7c68014a54e6612739d37c7fdd3fef072782c1" }, "downloads": -1, "filename": "PyFunceble-1.14.0-py3-none-any.whl", "has_sig": false, "md5_digest": "90f420245ba1d9cd3c5edb399f73e936", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 128200, "upload_time": "2019-02-23T00:25:49", "url": "https://files.pythonhosted.org/packages/86/0f/ce1310cce0375e5d7d76402193af969c9418a1be7566ec73112f533f42fc/PyFunceble-1.14.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbcc593e6c6b2a8e8a1d4cf0ee6f80d8", "sha256": "ac9ac07bb2f268e919e71300b8a655543ca5691dd2f6fc60ba48c030a310367f" }, "downloads": -1, "filename": "PyFunceble-1.14.0.tar.gz", "has_sig": false, "md5_digest": "bbcc593e6c6b2a8e8a1d4cf0ee6f80d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196355, "upload_time": "2019-02-23T00:25:51", "url": "https://files.pythonhosted.org/packages/c7/c0/bb71be593d1ad91ef8157a9395702a02564ca85a960c4e49d0e11e402ff0/PyFunceble-1.14.0.tar.gz" } ], "1.15.1": [ { "comment_text": "", "digests": { "md5": "d7255f60ebe8f58eda2ac7ea5124c993", "sha256": "ed31e1775a37b34324fd344e45e0e4309702986a1bc799d02a83bb47339f3d1d" }, "downloads": -1, "filename": "PyFunceble-1.15.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d7255f60ebe8f58eda2ac7ea5124c993", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 128462, "upload_time": "2019-02-25T21:03:11", "url": "https://files.pythonhosted.org/packages/f1/3b/d1ee7d79bf90828de1142d908933c2ca8495eb4c862848706c0e4d5415e6/PyFunceble-1.15.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb5e263206625bd88d7d79d432c23221", "sha256": "42d657b8b4f7f556682b9a11597cb8768d5e88edf5ff69b62cc70c4498cb70c2" }, "downloads": -1, "filename": "PyFunceble-1.15.1.tar.gz", "has_sig": false, "md5_digest": "cb5e263206625bd88d7d79d432c23221", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196890, "upload_time": "2019-02-25T21:03:13", "url": "https://files.pythonhosted.org/packages/f6/7e/c8ed37a6e663fcfc412355219d158fdb10df62985746dadd4e8fa2758974/PyFunceble-1.15.1.tar.gz" } ], "1.17.1": [ { "comment_text": "", "digests": { "md5": "652c41218a2fd74eecb0706c4d1310d2", "sha256": "2ed3564c180814d1cfc43bd9e7056ae8dc7a0de6266b59eb2a86138776e0e3fe" }, "downloads": -1, "filename": "PyFunceble-1.17.1-py3-none-any.whl", "has_sig": false, "md5_digest": "652c41218a2fd74eecb0706c4d1310d2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 128562, "upload_time": "2019-03-08T22:03:16", "url": "https://files.pythonhosted.org/packages/4d/a9/8c329ffc5ec5e52c9b532f3a744c4370d8bf132dbf9ade90c2c9c3f365b0/PyFunceble-1.17.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "628b54d0b622b652070153822053c154", "sha256": "b8bc5f68aeeae5671578bec3adf226c57be7d849525fec56850b662e7e3a4938" }, "downloads": -1, "filename": "PyFunceble-1.17.1.tar.gz", "has_sig": false, "md5_digest": "628b54d0b622b652070153822053c154", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196944, "upload_time": "2019-03-08T22:03:18", "url": "https://files.pythonhosted.org/packages/f6/f6/c9ceda10ce97dc551d7c1e5aa6d2306897bf67c809fa8ae3b633b62c08ad/PyFunceble-1.17.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b335b109b77455af8b60c860e9e8a96e", "sha256": "5e8a29509981b4fff19d22f84308058ff40e6b2d66d007975716a3be76ee4734" }, "downloads": -1, "filename": "PyFunceble-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b335b109b77455af8b60c860e9e8a96e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 122642, "upload_time": "2019-01-02T14:34:33", "url": "https://files.pythonhosted.org/packages/ce/ef/26c20d0ab6cc7d5f0f312409932114ae312c367d7e3d980db9a958f5a939/PyFunceble-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1348f7364fc7438ed908458ec744bd4c", "sha256": "9697f15c69fdd52eb650a5690f91da279eb9808478b814b1ca69ffbed8af2d33" }, "downloads": -1, "filename": "PyFunceble-1.2.0.tar.gz", "has_sig": false, "md5_digest": "1348f7364fc7438ed908458ec744bd4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188572, "upload_time": "2019-01-02T14:34:41", "url": "https://files.pythonhosted.org/packages/96/f5/bca0d87bb915666d70780558bd4acc3cacee92152a36847ad2d97a05cdd0/PyFunceble-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "4c583a1ee5234b3e63c42d60bcde6b70", "sha256": "0f2a3cfed186a146393d8ffa67ca9df2b67f25da36d5633a90078d3adb235925" }, "downloads": -1, "filename": "PyFunceble-1.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4c583a1ee5234b3e63c42d60bcde6b70", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 122641, "upload_time": "2019-01-02T15:49:34", "url": "https://files.pythonhosted.org/packages/6d/07/b54944793e385089be64393184c58a0de858c41ec2f295950b6e6087ab61/PyFunceble-1.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d339a39c84aeefaa750c7749d7f2ec3e", "sha256": "edfdc4b4debdbf7062e5505b079be20e0f9638ca9e5b628b2ed8bbe20873e1b3" }, "downloads": -1, "filename": "PyFunceble-1.2.1.tar.gz", "has_sig": false, "md5_digest": "d339a39c84aeefaa750c7749d7f2ec3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188591, "upload_time": "2019-01-02T15:49:44", "url": "https://files.pythonhosted.org/packages/0b/01/eca62e0815a7afefade292082f58f5207583268773839402b5296f23016d/PyFunceble-1.2.1.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "1119b608825840acdf6b23dff9a34ec1", "sha256": "127659b05039591ab5f0e52d7c38083144b29c470d03e6e4d6c35ac704f3b367" }, "downloads": -1, "filename": "PyFunceble-1.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1119b608825840acdf6b23dff9a34ec1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 122637, "upload_time": "2019-01-02T16:15:11", "url": "https://files.pythonhosted.org/packages/9f/66/d9ee33f226d644db85fa6a11d2701714b1980b1ce3caf6829cc412385b9a/PyFunceble-1.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a07987056ed72b2bb31da53397c19f1", "sha256": "8399e2ecda6bf78410dfb9bd0738807245b72b4350d42164dc17640f44cca6f4" }, "downloads": -1, "filename": "PyFunceble-1.3.0.tar.gz", "has_sig": false, "md5_digest": "6a07987056ed72b2bb31da53397c19f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 188588, "upload_time": "2019-01-02T16:15:18", "url": "https://files.pythonhosted.org/packages/19/23/b4349f17d7e8a59a84551b65820e42232e0f34b57728d8c739f30f3f896c/PyFunceble-1.3.0.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "d27b469d91c2bb1deb337adbdd76f447", "sha256": "311cc071f442e657c10fdbbd6e268552a535f2e4295173ad1036db77398c2e93" }, "downloads": -1, "filename": "PyFunceble-1.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d27b469d91c2bb1deb337adbdd76f447", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 123084, "upload_time": "2019-01-05T19:51:22", "url": "https://files.pythonhosted.org/packages/8e/44/7c159be70c5cc08040c3eaf35b5c9950f2b5bb2e8232e2fb4a2ade706078/PyFunceble-1.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09bba07dd2ac7351f5041cc376fad0fe", "sha256": "e8fb81eceb0dac9f351c6a64e67647d08f8f85adcba2c7ad671f0b098ddaa81f" }, "downloads": -1, "filename": "PyFunceble-1.6.0.tar.gz", "has_sig": false, "md5_digest": "09bba07dd2ac7351f5041cc376fad0fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189217, "upload_time": "2019-01-05T19:51:30", "url": "https://files.pythonhosted.org/packages/32/60/007098085767af44d38b6bf7f5596e942ca3ca59cba4a831683eb34217cd/PyFunceble-1.6.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "e5f94581acdfc360730547b4ad21aca4", "sha256": "abd807fa5ebb9ce81782b3f09be09569c8fcf938e509150c0f73396a983ae553" }, "downloads": -1, "filename": "PyFunceble-1.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e5f94581acdfc360730547b4ad21aca4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 123268, "upload_time": "2019-01-09T21:31:45", "url": "https://files.pythonhosted.org/packages/73/9f/ee21a60dcba39bee2a9b86fa61d7533f541d3fae5f26f748b32bfa21e44b/PyFunceble-1.7.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e34a384cefdae2428f264ed568c2d22", "sha256": "ef5088f4bc1a4a1acbd14f5d38b2603989b2652ba750b2c5f828c7e7d1f8a0e7" }, "downloads": -1, "filename": "PyFunceble-1.7.0.tar.gz", "has_sig": false, "md5_digest": "5e34a384cefdae2428f264ed568c2d22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 189387, "upload_time": "2019-01-09T21:31:48", "url": "https://files.pythonhosted.org/packages/e5/e3/b12e163ac2d84f50c479c0d17c67bae3c7e5a19c7f43474113ee4acf6720/PyFunceble-1.7.0.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "5c4965241155e23a46f0c6b02fa00dbc", "sha256": "ddc16134dae36afae9f7c82df224a5dad1757053c93f2806ed785bc0e47b6c66" }, "downloads": -1, "filename": "PyFunceble-1.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5c4965241155e23a46f0c6b02fa00dbc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 124312, "upload_time": "2019-01-22T22:34:37", "url": "https://files.pythonhosted.org/packages/32/86/26ad9c42dab63d110d4275dc0080e81d990771005a3bc57a70a5945c0470/PyFunceble-1.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c387e7356c682e7230488070c7ee58b4", "sha256": "05e482d230e2f3ed5f4363995c6e21de271d063041e79399811d525bc177db53" }, "downloads": -1, "filename": "PyFunceble-1.8.0.tar.gz", "has_sig": false, "md5_digest": "c387e7356c682e7230488070c7ee58b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192752, "upload_time": "2019-01-22T22:34:38", "url": "https://files.pythonhosted.org/packages/fd/44/78ef45d1ce245a7427413deb41fba2aad3d38875ab15eee5f7e375e5c626/PyFunceble-1.8.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "53acf2bf0a6037fbe89d43ac9950e825", "sha256": "9dda47a5c3a81ce4c2182aa186b7455c1e5919c3367589789a70421973d40d80" }, "downloads": -1, "filename": "PyFunceble-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "53acf2bf0a6037fbe89d43ac9950e825", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, <4", "size": 155709, "upload_time": "2019-06-22T17:11:17", "url": "https://files.pythonhosted.org/packages/3a/6f/5452f0571794b6901ac8c06dd33f4dcf227df7c47b4d1371f93b95bfcb7f/PyFunceble-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ec215adde8e8cdfe57ce915731996131", "sha256": "9a22bc348a86e8fba0e7ef0406198741d051cb6e161b289ad28209665b842f58" }, "downloads": -1, "filename": "PyFunceble-2.0.0.tar.gz", "has_sig": false, "md5_digest": "ec215adde8e8cdfe57ce915731996131", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 223515, "upload_time": "2019-06-22T17:11:19", "url": "https://files.pythonhosted.org/packages/15/f4/728ab226fac691b12301fe7d59e23323709d5bee32be99ed9d444c62a83c/PyFunceble-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "e96a491b13bb75c9a95f0d5b87ce67f2", "sha256": "6c671cf2e4a7be0353747de20c7cd3aa953124cdd4e3f30e0acc4d6e6f1ba4f3" }, "downloads": -1, "filename": "PyFunceble-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e96a491b13bb75c9a95f0d5b87ce67f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, <4", "size": 155714, "upload_time": "2019-06-24T16:00:14", "url": "https://files.pythonhosted.org/packages/7e/8f/847bc531e2ffbaa6bc2845972e3a138dd153976c503e6823d923bf1a1feb/PyFunceble-2.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b3b0bf9f0d50957c3c1d9d95ae4f93d8", "sha256": "d164a5c7096f5590f25f56f2246a60d10890006b4963fa670ab89f65e269624f" }, "downloads": -1, "filename": "PyFunceble-2.1.0.tar.gz", "has_sig": false, "md5_digest": "b3b0bf9f0d50957c3c1d9d95ae4f93d8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 223522, "upload_time": "2019-06-24T16:00:16", "url": "https://files.pythonhosted.org/packages/f6/b7/8fde8602dd001e0b1d2199d3d2fa95321d6141b5e35a1f6ece46ab225333/PyFunceble-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "8fac07c680163dbe2604f5438fc83a79", "sha256": "a9cedec8b05fad6ff6508c8ab377c94ea900edbdd8e6ebd5d9a718cd896f571b" }, "downloads": -1, "filename": "PyFunceble-2.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8fac07c680163dbe2604f5438fc83a79", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, <4", "size": 155755, "upload_time": "2019-06-24T20:04:16", "url": "https://files.pythonhosted.org/packages/ed/71/1b8fbb25357d17de5b1f1b5d462a8d4004586e2e8dd74b2ad18384c84222/PyFunceble-2.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7adf52e2a7dd39c5a835117d1982a076", "sha256": "0723af172bb6ec6a6e7197b5dc1285360e5edeef93f1d621078e62058501200b" }, "downloads": -1, "filename": "PyFunceble-2.2.0.tar.gz", "has_sig": false, "md5_digest": "7adf52e2a7dd39c5a835117d1982a076", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 223964, "upload_time": "2019-06-24T20:04:18", "url": "https://files.pythonhosted.org/packages/55/51/ba353cce63cbd38eae4f9f5bf86521c4986c4aaeb736d57cfce2bf89802a/PyFunceble-2.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8fac07c680163dbe2604f5438fc83a79", "sha256": "a9cedec8b05fad6ff6508c8ab377c94ea900edbdd8e6ebd5d9a718cd896f571b" }, "downloads": -1, "filename": "PyFunceble-2.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8fac07c680163dbe2604f5438fc83a79", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6, <4", "size": 155755, "upload_time": "2019-06-24T20:04:16", "url": "https://files.pythonhosted.org/packages/ed/71/1b8fbb25357d17de5b1f1b5d462a8d4004586e2e8dd74b2ad18384c84222/PyFunceble-2.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7adf52e2a7dd39c5a835117d1982a076", "sha256": "0723af172bb6ec6a6e7197b5dc1285360e5edeef93f1d621078e62058501200b" }, "downloads": -1, "filename": "PyFunceble-2.2.0.tar.gz", "has_sig": false, "md5_digest": "7adf52e2a7dd39c5a835117d1982a076", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 223964, "upload_time": "2019-06-24T20:04:18", "url": "https://files.pythonhosted.org/packages/55/51/ba353cce63cbd38eae4f9f5bf86521c4986c4aaeb736d57cfce2bf89802a/PyFunceble-2.2.0.tar.gz" } ] }