extras


Nameextras JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/testing-cabal/extras
SummaryUseful extra bits for Python - things that shold be in the standard library
upload_time2016-05-18 09:18:31
maintainerNone
docs_urlNone
authorTesting cabal
requires_pythonNone
licenseUNKNOWN
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ======
extras
======

extras is a set of extensions to the Python standard library, originally
written to make the code within testtools cleaner, but now split out for
general use outside of a testing context.


Documentation
-------------

pydoc extras is your friend. extras currently contains the following functions:

* try_import

* try_imports

* safe_hasattr

Which do what their name suggests.


Licensing
---------

This project is distributed under the MIT license and copyright is owned by
the extras authors. See LICENSE for details.


Required Dependencies
---------------------

 * Python 2.6+ or 3.0+


Bug reports and patches
-----------------------

Please report bugs using github issues at <https://github.com/testing-cabal/extras>.
Patches can also be submitted via github.  You can mail the authors directly
via the mailing list testtools-dev@lists.launchpad.net. (Note that Launchpad
discards email from unknown addresses - be sure to sign up for a Launchpad
account before mailing the list, or your mail will be silently discarded).


History
-------

extras used to be testtools.helpers, and was factored out when folk wanted to
use it separately.


Thanks
------

 * Martin Pool
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/testing-cabal/extras",
    "name": "extras",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Testing cabal",
    "author_email": "testtools-dev@lists.launchpad.net",
    "download_url": "https://files.pythonhosted.org/packages/be/18/0b7283f0ebf6ad4bb6b9937538495eadf05ef097b102946b9445c4242636/extras-1.0.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "======\nextras\n======\n\nextras is a set of extensions to the Python standard library, originally\nwritten to make the code within testtools cleaner, but now split out for\ngeneral use outside of a testing context.\n\n\nDocumentation\n-------------\n\npydoc extras is your friend. extras currently contains the following functions:\n\n* try_import\n\n* try_imports\n\n* safe_hasattr\n\nWhich do what their name suggests.\n\n\nLicensing\n---------\n\nThis project is distributed under the MIT license and copyright is owned by\nthe extras authors. See LICENSE for details.\n\n\nRequired Dependencies\n---------------------\n\n * Python 2.6+ or 3.0+\n\n\nBug reports and patches\n-----------------------\n\nPlease report bugs using github issues at <https://github.com/testing-cabal/extras>.\nPatches can also be submitted via github.  You can mail the authors directly\nvia the mailing list testtools-dev@lists.launchpad.net. (Note that Launchpad\ndiscards email from unknown addresses - be sure to sign up for a Launchpad\naccount before mailing the list, or your mail will be silently discarded).\n\n\nHistory\n-------\n\nextras used to be testtools.helpers, and was factored out when folk wanted to\nuse it separately.\n\n\nThanks\n------\n\n * Martin Pool",
    "bugtrack_url": null,
    "license": "UNKNOWN",
    "summary": "Useful extra bits for Python - things that shold be in the standard library",
    "version": "1.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9a2a42996d242746bdad945d8b2617e5",
                "sha256": "f689f08df47e2decf76aa6208c081306e7bd472630eb1ec8a875c67de2366e87"
            },
            "downloads": -1,
            "filename": "extras-1.0.0-py2.py3-none-any.whl",
            "has_sig": true,
            "md5_digest": "9a2a42996d242746bdad945d8b2617e5",
            "packagetype": "bdist_wheel",
            "python_version": "2.7",
            "requires_python": null,
            "size": 7279,
            "upload_time": "2016-05-18T09:18:16",
            "upload_time_iso_8601": "2016-05-18T09:18:16.376818Z",
            "url": "https://files.pythonhosted.org/packages/03/e9/e915af1f97914cd0bc021e125fd1bfd4106de614a275e4b6866dd9a209ac/extras-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3a63ad60cf8f0186c9e3a02f55ec5b14",
                "sha256": "132e36de10b9c91d5d4cc620160a476e0468a88f16c9431817a6729611a81b4e"
            },
            "downloads": -1,
            "filename": "extras-1.0.0.tar.gz",
            "has_sig": true,
            "md5_digest": "3a63ad60cf8f0186c9e3a02f55ec5b14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6759,
            "upload_time": "2016-05-18T09:18:31",
            "upload_time_iso_8601": "2016-05-18T09:18:31.400476Z",
            "url": "https://files.pythonhosted.org/packages/be/18/0b7283f0ebf6ad4bb6b9937538495eadf05ef097b102946b9445c4242636/extras-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-05-18 09:18:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "testing-cabal",
    "github_project": "extras",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "extras"
}
        
Elapsed time: 0.01693s