Metadata-Version: |
2.1 |
Name: |
flask-aerospike |
Version: |
0.0.1 |
Summary: |
Flask extension that provides integration with Aerospike. |
Author-Email: |
Ido Shraga <idoshraga[at]gmail.com> |
Maintainer-Email: |
Ido Shraga <idoshraga[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/idoshr/flask-aerospike |
Project-Url: |
Documentation, https://flask-aerospike.readthedocs.io/en/latest/ |
Project-Url: |
Repository, https://github.com/idoshr/flask-aerospike |
Project-Url: |
Changelog, https://github.com/idoshr/flask-aerospike/releases |
License: |
BSD 3-Clause License |
Keywords: |
flask,forms,aerospike,extension |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
Environment :: Web Environment |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Topic :: Internet :: WWW/HTTP :: Dynamic Content |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Framework :: Flask |
Platform: |
any |
Requires-Python: |
>=3.8 |
Requires-Dist: |
Flask (>=2.2) |
Requires-Dist: |
aerospike |
Requires-Dist: |
importlib-metadata; python_version < "3.8" |
Requires-Dist: |
black (==24.4.2); extra == "dev" |
Requires-Dist: |
pre-commit; extra == "dev" |
Requires-Dist: |
pytest; extra == "dev" |
Requires-Dist: |
pytest-cov; extra == "dev" |
Requires-Dist: |
pytest-mock; extra == "dev" |
Requires-Dist: |
nox; extra == "dev" |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |
License-File: |
AUTHORS.md |