web.py


Nameweb.py JSON
Version 0.62 PyPI version JSON
download
home_pagehttp://webpy.org/
Summaryweb.py: makes web apps
upload_time2020-11-09 11:24:34
maintainerAnand Chitipothu
docs_urlNone
authorAaron Swartz
requires_python>=3.5
licensePublic domain
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            web.py is a web framework for Python that is as simple as it is powerful.

Visit http://webpy.org/ for more information.

[![build status](https://secure.travis-ci.org/webpy/webpy.png?branch=master)](https://travis-ci.org/webpy/webpy)
[![Codecov Test Coverage](https://codecov.io/gh/webpy/webpy/branch/master/graphs/badge.svg?style=flat)](https://codecov.io/gh/webpy/webpy)

The latest stable release `0.62` only supports Python >= 3.5.
To install it, please run:
```
# For Python 3
python3 -m pip install web.py==0.62
```

If you are still using Python 2.7, then please use web.py version 0.51
which is intended to be our last release that supports Python 2. 
```
# For Python 2.7
python2 -m pip install web.py==0.51
```

You can also download it from [GitHub Releases](https://github.com/webpy/webpy/releases)
page, then install it manually:
```
unzip webpy-0.62.zip
cd webpy-0.62/
python3 setup.py install
```

Note: `0.5x` (e.g. 0.50, 0.51) are our last releases which support Python 2.
Note: `0.6x` (e.g. 0.60, 0.61, 0.62) are our last releases which support Python 3.5.
            

Raw data

            {
    "_id": null,
    "home_page": "http://webpy.org/",
    "name": "web.py",
    "maintainer": "Anand Chitipothu",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "anandology@gmail.com",
    "keywords": "",
    "author": "Aaron Swartz",
    "author_email": "me@aaronsw.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/6e/338a060bb5b52ee8229bdada422eaa5f71b13f8d33467f37f870ed2cae4b/web.py-0.62.tar.gz",
    "platform": "any",
    "description": "web.py is a web framework for Python that is as simple as it is powerful.\n\nVisit http://webpy.org/ for more information.\n\n[![build status](https://secure.travis-ci.org/webpy/webpy.png?branch=master)](https://travis-ci.org/webpy/webpy)\n[![Codecov Test Coverage](https://codecov.io/gh/webpy/webpy/branch/master/graphs/badge.svg?style=flat)](https://codecov.io/gh/webpy/webpy)\n\nThe latest stable release `0.62` only supports Python >= 3.5.\nTo install it, please run:\n```\n# For Python 3\npython3 -m pip install web.py==0.62\n```\n\nIf you are still using Python 2.7, then please use web.py version 0.51\nwhich is intended to be our last release that supports Python 2. \n```\n# For Python 2.7\npython2 -m pip install web.py==0.51\n```\n\nYou can also download it from [GitHub Releases](https://github.com/webpy/webpy/releases)\npage, then install it manually:\n```\nunzip webpy-0.62.zip\ncd webpy-0.62/\npython3 setup.py install\n```\n\nNote: `0.5x` (e.g. 0.50, 0.51) are our last releases which support Python 2.\nNote: `0.6x` (e.g. 0.60, 0.61, 0.62) are our last releases which support Python 3.5.",
    "bugtrack_url": null,
    "license": "Public domain",
    "summary": "web.py: makes web apps",
    "version": "0.62",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd6e338a060bb5b52ee8229bdada422eaa5f71b13f8d33467f37f870ed2cae4b",
                "md5": "cd2c0296ceffa1acb96ae5315214eb42",
                "sha256": "5ce684caa240654cae5950da8b4b7bc178812031e08f990518d072bd44ab525e"
            },
            "downloads": -1,
            "filename": "web.py-0.62.tar.gz",
            "has_sig": false,
            "md5_digest": "cd2c0296ceffa1acb96ae5315214eb42",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 623196,
            "upload_time": "2020-11-09T11:24:34",
            "upload_time_iso_8601": "2020-11-09T11:24:34.948637Z",
            "url": "https://files.pythonhosted.org/packages/cd/6e/338a060bb5b52ee8229bdada422eaa5f71b13f8d33467f37f870ed2cae4b/web.py-0.62.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-11-09 11:24:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "web.py"
}
        
Elapsed time: 0.03124s