=============== Flask-And-Redis ===============
.. image:: https://travis-ci.org/playpauseandstop/Flask-And-Redis.png?branch=master&style=flat :target: https://travis-ci.org/playpauseandstop/Flask-And-Redis :alt: Travis CI
.. image:: https://coveralls.io/repos/github/playpauseandstop/Flask-And-Redis/badge.svg?branch=master :target: https://coveralls.io/github/playpauseandstop/Flask-And-Redis?branch=master :alt: Coverage
.. image:: https://img.shields.io/pypi/v/Flask-And-Redis.svg :target: https://pypi.python.org/pypi/Flask-And-Redis/ :alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/Flask-And-Redis.svg :target: https://pypi.python.org/pypi/Flask-And-Redis/ :alt: Python versions
.. image:: https://img.shields.io/pypi/l/Flask-And-Redis.svg :target: https://github.com/playpauseandstop/Flask-And-Redis/blob/master/LICENSE :alt: BSD License
.. image:: https://readthedocs.org/projects/flask-and-redis/badge/?version=latest :target: http://flask-and-redis.readthedocs.org/en/latest/ :alt: Documentation
Flask-And-Redis provides simple as dead support of Redis <http://redis.io>
database for Flask <http://flask.pocoo.org/>
applications. Extension built
around beautiful redis-py <https://github.com/andymccurdy/redis-py>
_ library
by Andy McCurdy.
on Read the Docs
<http://flask-and-redis.readthedocs.org>
_on GitHub
<https://github.com/playpauseandstop/Flask-And-Redis>
_pip install Flask-And-Redis
.. note:: Flask-And-Redis
named as is, cause Flask-Redis
name already
taken <http://pypi.python.org/pypi/Flask-Redis>
_, but that library didn't
match my needs.
I have been using Flask-And-Redis for some time, and I have noticed that when I use Python-3.10.x it doesn't work and I get this error :
ModuleNotFoundError: No module named 'flask_redis'
It only works if I use
bash
$ python3.9 -m venv venv
Bumps ipython from 7.13.0 to 7.16.3.
d43c7c7
release 7.16.35fa1e40
Merge pull request from GHSA-pq7m-3gw7-gq5x8df8971
back to dev9f477b7
release 7.16.2138f266
bring back release helper from master branch5aa3634
Merge pull request #13341 from meeseeksmachine/auto-backport-of-pr-13335-on-7...bcae8e0
Backport PR #13335: What's new 7.16.28fcdcd3
Pin Jedi to <0.17.2.2486838
release 7.16.120bdc6f
fix conda buildDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Bumps ipython from 7.13.0 to 7.26.0.
Sourced from ipython's releases.
See https://pypi.org/project/ipython/
We do not use GitHub release anymore. Please see PyPI https://pypi.org/project/ipython/
9cc5c34
release 7.26.039f50fb
Merge pull request #13074 from meeseeksmachine/auto-backport-of-pr-13072-on-7.x990c908
Backport PR #13072: update what's new for 7.263e0a411
Merge pull request #13070 from meeseeksmachine/auto-backport-of-pr-13050-on-7.x78bbe19
Backport PR #13050: Make Ipython.utils.timing work with jupyterlitef34978f
Merge pull request #13063 from meeseeksmachine/auto-backport-of-pr-13056-on-7.x4184b39
Merge pull request #13062 from meeseeksmachine/auto-backport-of-pr-13024-on-7.xb182c03
Backport PR #13056: add expiry days option to pastebin magic and change http ...a6c8044
Backport PR #13024: Documentation fixes4dcdce3
Merge pull request #13055 from meeseeksmachine/auto-backport-of-pr-13052-on-7.xDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Bumps tox from 3.14.5 to 3.24.1.
Sourced from tox's changelog.
v3.24.1 (2021-07-31)
Bugfixes
get_requires_for_build_sdist
hook (PEP 517) is assumed to return an empty list if left unimplemented by the backend build system - by oczkoisse #2130Documentation
- The documentation of
install_command
now also mentions that you can provide arbitrary commands - by jugmac00 #2081v3.24.0 (2021-07-14)
Bugfixes
--devenv
no longer modifies the directory in which the.tox
environment is provisioned - by isaac-ped #2065- Fix show config when the package names are not in canonical form - by gaborbernat. #2103
Documentation
- Extended environment variables section - by majiang #2036
Miscellaneous
tox
no longer shows deprecation warnings fordistutils.sysconfig
on Python 3.10 - by 9999years #2100v3.23.1 (2021-05-05)
Bugfixes
- Distinguish between normal Windows Python and MSYS2 Python when looking for virtualenv executable path. Adds os.sep to InterpreterInfo
- by jschwartzentruber #1982
- Fix a
tox-conda
isolation build bug - by AntoineD. #2056Documentation
- Update examples in the documentation to use
setenv
in the[testenv]
sections, not wrongly in the[tox]
main section.
- by AndreyNautilus #1999
Miscellaneous
... (truncated)
8091801
release 3.24.1db5861c
Alow backend build system to omit get_requires_for_build_sdist
hook (#2131)a61a6b6
[pre-commit.ci] pre-commit autoupdate (#2119)62f923f
Update poetry link20d0646
improve documentation for install_command
(#2111)b35565a
[pre-commit.ci] pre-commit autoupdate (#2110)3c576a7
Fix misformed title in changelog7852011
Merge pull request #2105 from tox-dev/release-3.24.0c2e2e34
release 3.24.091dfd3e
Add Python3.10 to CI and handle distutils deprecationDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then.
Dependabot has been fully integrated into GitHub, so you no longer have to install and manage a separate app. This pull request migrates your configuration from Dependabot.com to a config file, using the new syntax. When merged, we'll swap out dependabot-preview
(me) for a new dependabot
app, and you'll be all set!
With this change, you'll now use the Dependabot page in GitHub, rather than the Dependabot dashboard, to monitor your version updates, and you'll configure Dependabot through the new config file rather than a UI.
If you've got any questions or feedback for us, please let us know by creating an issue in the dependabot/dependabot-core repository.
Learn more about migrating to GitHub-native Dependabot
Please note that regular @dependabot
commands do not work on this pull request.
Need to provide Python 2020 infrastructure for the library :), which means,
Flask
& redis
to test againstAs type annotations will be added, py.typed
, and some classifiers looks like there will be 1.1.0
version soon.
inspect.getfullargspec()
if available. Kudos to vibiu for pull request & implementationredis.Redis
as default connection class, when using redis-py >= 3redis.StrictRedis
as connection class by default.REDIS_HOST
.Redis
class. Do not inherit redis.Redis
class, store active redis connection in Redis.connection
attribute and app.extensions['redis']
dict.config_prefix
keyword argument for Redis
or Redis.init_app
methods.REDIS_URL
value, strip unnecessary slashes from database path (like redis://localhost:6379/12/
).I am building web applications with Python 3. Still. On top of that I know how to make engineering teams effective & productive. Ukrainian
GitHub Repository Homepageflask flask-extensions redis python