Metadata-Version: 2.4
Name: girder
Version: 3.2.9.dev16
Summary: Web-based data management platform
Home-page: https://girder.readthedocs.org
Author: Kitware, Inc.
Author-email: kitware@kitware.com
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: botocore
Requires-Dist: CherryPy
Requires-Dist: click
Requires-Dist: click-plugins
Requires-Dist: dogpile.cache<1.4
Requires-Dist: filelock
Requires-Dist: jsonschema
Requires-Dist: Mako
Requires-Dist: passlib[bcrypt,totp]
Requires-Dist: packaging
Requires-Dist: pymongo>=4
Requires-Dist: PyYAML
Requires-Dist: psutil
Requires-Dist: pyOpenSSL
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: requests
Provides-Extra: sftp
Requires-Dist: paramiko; extra == "sftp"
Provides-Extra: mount
Requires-Dist: cachetools; extra == "mount"
Requires-Dist: diskcache; extra == "mount"
Requires-Dist: fusepy>=3.0; extra == "mount"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

|logo| Girder |build-status| |docs-status| |license-badge| |codecov-badge|
==========================================================================

**Data Management Platform**

Girder is a free and open source web-based data management platform, developed by
`Kitware <https://kitware.com>`_.

|kitware-logo|

Documentation of the Girder platform can be found at
https://girder.readthedocs.io.

For questions, comments, or to get in touch with the maintainers, head to our `Discussion forum <https://github.com/orgs/girder/discussions>`_.

We'd love for you to `contribute to Girder <CONTRIBUTING.rst>`_.

.. |logo| image:: girder/web_client/static/img/Girder_Favicon.png

.. |kitware-logo| image:: https://www.kitware.com/main/wp-content/uploads/2021/10/Kitware-Wordmark.svg
    :target: https://kitware.com
    :alt: Kitware Logo
    :width: 180

.. |build-status| image:: https://circleci.com/gh/girder/girder.png?style=shield
    :target: https://circleci.com/gh/girder/girder
    :alt: Build Status

.. |docs-status| image:: https://readthedocs.org/projects/girder/badge?version=latest
    :target: https://girder.readthedocs.org
    :alt: Documentation Status

.. |license-badge| image:: docs/license.png
    :target: https://pypi.python.org/pypi/girder
    :alt: License

.. |codecov-badge| image:: https://img.shields.io/codecov/c/github/girder/girder.svg
    :target: https://codecov.io/gh/girder/girder
    :alt: Coverage Status
