Metadata-Version: 2.4
Name: idds-server
Version: 2.2.45
Summary: intelligent Data Delivery Service(iDDS) Package
Author: IRIS-HEP Team
Author-email: atlas-adc-panda@cern.ch
License: GPL
Project-URL: Documentation, https://github.com/HSF/iDDS/wiki
Project-URL: Source, https://github.com/HSF/iDDS
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: pip
Requires-Dist: argcomplete
Requires-Dist: requests
Requires-Dist: SQLAlchemy
Requires-Dist: urllib3
Requires-Dist: retrying
Requires-Dist: mod_wsgi
Requires-Dist: flask
Requires-Dist: stomp.py
Requires-Dist: cx-Oracle
Requires-Dist: oracledb
Requires-Dist: unittest2
Requires-Dist: pep8
Requires-Dist: flake8
Requires-Dist: pytest
Requires-Dist: nose
Requires-Dist: sphinx
Requires-Dist: recommonmark
Requires-Dist: sphinx-rtd-theme
Requires-Dist: nevergrad
Requires-Dist: psycopg2-binary
Requires-Dist: pyjwt
Requires-Dist: cryptography
Requires-Dist: redis
Requires-Dist: alembic
Requires-Dist: deepdiff
Requires-Dist: pyzmq
Requires-Dist: oic
Provides-Extra: mysql
Requires-Dist: mysqlclient; extra == "mysql"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

idds-server
====

idds-server provides the main services for iDDS.
It includes modules such as orm, core, api, rest, daemons and so on.
