Imported Upstream version 4.8.10

This commit is contained in:
Mario Fetka
2021-10-03 11:06:28 +02:00
parent 10dfc9587b
commit 03a8170b15
2361 changed files with 1883897 additions and 338759 deletions

View File

@@ -0,0 +1,31 @@
Metadata-Version: 2.1
Name: ipapython
Version: 4.8.10
Summary: FreeIPA python support library
Home-page: https://www.freeipa.org/
Author: FreeIPA Developers
Author-email: freeipa-devel@lists.fedorahosted.org
Maintainer: FreeIPA Developers
Maintainer-email: freeipa-devel@redhat.com
License: GPLv3
Download-URL: https://www.freeipa.org/page/Downloads
Description: FreeIPA python support library
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=3.6.0
Provides-Extra: ldap
Provides-Extra: netifaces

View File

@@ -0,0 +1,38 @@
README
__init__.py
admintool.py
certdb.py
config.py
cookie.py
directivesetter.py
dn.py
dn_ctypes.py
dnsutil.py
dogtag.py
errors.py
graph.py
ipa_log_manager.py
ipachangeconf.py
ipaldap.py
ipautil.py
ipavalidate.py
kerberos.py
kernel_keyring.py
nsslib.py
session_storage.py
setup.cfg
setup.py
ssh.py
version.py
../COPYING
install/__init__.py
install/cli.py
install/common.py
install/core.py
install/typing.py
install/util.py
ipapython.egg-info/PKG-INFO
ipapython.egg-info/SOURCES.txt
ipapython.egg-info/dependency_links.txt
ipapython.egg-info/requires.txt
ipapython.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,13 @@
cffi
cryptography>=1.6
dnspython>=1.15
gssapi>=1.2.0
ipaplatform==4.8.10
netaddr
six
[ldap]
python-ldap
[netifaces]
netifaces

View File

@@ -0,0 +1 @@
ipapython