Metadata-Version: 2.4
Name: kinto
Version: 26.1.1
Dynamic: Description
Dynamic: Description-Content-Type
Summary: Kinto Web Service - Store, Sync, Share, and Self-Host.
Project-URL: Repository, https://github.com/Kinto/kinto
Author-email: Mozilla Services <developers@kinto-storage.org>
License: Copyright 2012 - Mozilla Foundation
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
License-File: LICENSE
Keywords: json,services,storage,sync,web
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >=3.10
Requires-Dist: bcrypt
Requires-Dist: colander
Requires-Dist: dockerflow
Requires-Dist: jsonpatch
Requires-Dist: jsonschema
Requires-Dist: logging-color-formatter
Requires-Dist: pyramid
Requires-Dist: pyramid-multiauth
Requires-Dist: pyramid-tm
Requires-Dist: python-dateutil
Requires-Dist: python-rapidjson
Requires-Dist: requests
Requires-Dist: setuptools<82.0
Requires-Dist: transaction
Requires-Dist: waitress
Provides-Extra: container
Requires-Dist: httpie; extra == 'container'
Requires-Dist: kinto-attachment; extra == 'container'
Requires-Dist: kinto-emailer; extra == 'container'
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: granian; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Provides-Extra: memcached
Requires-Dist: python-memcached; extra == 'memcached'
Provides-Extra: monitoring
Requires-Dist: newrelic; extra == 'monitoring'
Requires-Dist: prometheus-client; extra == 'monitoring'
Requires-Dist: sentry-sdk[sqlalchemy]; extra == 'monitoring'
Requires-Dist: statsd; extra == 'monitoring'
Requires-Dist: werkzeug; extra == 'monitoring'
Provides-Extra: postgresql
Requires-Dist: psycopg2-binary; extra == 'postgresql'
Requires-Dist: sqlalchemy<3; extra == 'postgresql'
Requires-Dist: zope-sqlalchemy; extra == 'postgresql'
Provides-Extra: redis
Requires-Dist: redis; extra == 'redis'
Provides-Extra: test
Requires-Dist: bravado; extra == 'test'
Requires-Dist: playwright; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cache; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: webtest; extra == 'test'
