Fixed an issue that prevented the password reset tokens from working. Added email templates for password reset success and new account creation. Added more dynamic email template support.
40 lines
1.5 KiB
Text
40 lines
1.5 KiB
Text
Metadata-Version: 2.1
|
|
Name: cffi
|
|
Version: 1.17.1
|
|
Summary: Foreign Function Interface for Python calling C code.
|
|
Home-page: http://cffi.readthedocs.org
|
|
Author: Armin Rigo, Maciej Fijalkowski
|
|
Author-email: python-cffi@googlegroups.com
|
|
License: MIT
|
|
Project-URL: Documentation, http://cffi.readthedocs.org/
|
|
Project-URL: Source Code, https://github.com/python-cffi/cffi
|
|
Project-URL: Issue Tracker, https://github.com/python-cffi/cffi/issues
|
|
Project-URL: Changelog, https://cffi.readthedocs.io/en/latest/whatsnew.html
|
|
Project-URL: Downloads, https://github.com/python-cffi/cffi/releases
|
|
Project-URL: Contact, https://groups.google.com/forum/#!forum/python-cffi
|
|
Classifier: Programming Language :: Python
|
|
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 :: 3.12
|
|
Classifier: Programming Language :: Python :: 3.13
|
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
Classifier: License :: OSI Approved :: MIT License
|
|
Requires-Python: >=3.8
|
|
License-File: LICENSE
|
|
Requires-Dist: pycparser
|
|
|
|
|
|
CFFI
|
|
====
|
|
|
|
Foreign Function Interface for Python calling C code.
|
|
Please see the `Documentation <http://cffi.readthedocs.org/>`_.
|
|
|
|
Contact
|
|
-------
|
|
|
|
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
|