{ "info": { "author": "Antti Haapala", "author_email": "antti.haapala@anttipatterns.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Pyramid", "Programming Language :: Python :: Implementation :: CPython" ], "description": "BTTF\n====\n\nBack- and forward ports of Python features in Python 3 to aid porting from Python 2 to Python 3.\n\nAll features are separately installable; currently only 1 feature exists: `bytes_mod`::\n\n Python 3.4.2 (default, Oct 8 2014, 13:08:17) \n [GCC 4.9.1] on linux\n Type \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n >>> b'I am bytes format: %s, %08d' % (b'asdf', 42) \n Traceback (most recent call last):\n File \"\", line 1, in \n TypeError: unsupported operand type(s) for %: 'bytes' and 'tuple'\n >>> from bttf import install\n >>> install('bytes_mod')\n >>> b'I am bytes format: %s, %08d' % (b'asdf', 42) \n b'I am bytes format: asdf, 00000042'\n\n\nLicence\n-------\n\nCopyright (c) 2015, Antti Haapala\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without \nmodification, are permitted provided that the following conditions are \nmet:\n\n1. Redistributions of source code must retain the above copyright \nnotice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright \nnotice, this list of conditions and the following disclaimer in the \ndocumentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its \ncontributors may be used to endorse or promote products derived from \nthis software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS \nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED \nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A \nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT \nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, \nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED \nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR \nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF \nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING \nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS \nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nBackports\n+++++++++\n\nBackported portions by Python Software Foundation (bytesformat.h, typehacks.h) are under PSF License Agreement for Python 3.4 and 3.5.\n\n\n\nContributors\n------------\n\nAntti Haapala\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ztane/bttf", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "bttf", "package_url": "https://pypi.org/project/bttf/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bttf/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ztane/bttf" }, "release_url": "https://pypi.org/project/bttf/0.1/", "requires_dist": null, "requires_python": null, "summary": "Brings some of the magic from the future to the past and from the past back to the future.", "version": "0.1" }, "last_serial": 1504285, "releases": { "0.0.1": [], "0.1": [ { "comment_text": "", "digests": { "md5": "cb768f3075616fa170e806b8c02ac653", "sha256": "c8800145c5324689c1e0d739d729477886becd53100a500541b06f7851882f24" }, "downloads": -1, "filename": "bttf-0.1.tar.gz", "has_sig": false, "md5_digest": "cb768f3075616fa170e806b8c02ac653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11333, "upload_time": "2015-04-14T07:24:29", "url": "https://files.pythonhosted.org/packages/e0/33/adb62781dcbc9124f0a58ca15d3aaa3bdb5968863e354a62bbd52ea8eb88/bttf-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb768f3075616fa170e806b8c02ac653", "sha256": "c8800145c5324689c1e0d739d729477886becd53100a500541b06f7851882f24" }, "downloads": -1, "filename": "bttf-0.1.tar.gz", "has_sig": false, "md5_digest": "cb768f3075616fa170e806b8c02ac653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11333, "upload_time": "2015-04-14T07:24:29", "url": "https://files.pythonhosted.org/packages/e0/33/adb62781dcbc9124f0a58ca15d3aaa3bdb5968863e354a62bbd52ea8eb88/bttf-0.1.tar.gz" } ] }