Metadata-Version: 2.4
Name: burr
Version: 0.42.0
Summary: This package has moved to apache-burr. Install apache-burr instead.
License-Expression: Apache-2.0
Project-URL: Homepage, https://burr.apache.org/
Project-URL: Documentation, https://burr.apache.org/docs
Project-URL: Repository, https://github.com/apache/burr
Project-URL: Bug Tracker, https://github.com/apache/burr/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: apache-burr==0.42.0
Provides-Extra: aiosqlite
Requires-Dist: apache-burr[aiosqlite]==0.42.0; extra == "aiosqlite"
Provides-Extra: asyncpg
Requires-Dist: apache-burr[asyncpg]==0.42.0; extra == "asyncpg"
Provides-Extra: bedrock
Requires-Dist: apache-burr[bedrock]==0.42.0; extra == "bedrock"
Provides-Extra: cli
Requires-Dist: apache-burr[cli]==0.42.0; extra == "cli"
Provides-Extra: developer
Requires-Dist: apache-burr[developer]==0.42.0; extra == "developer"
Provides-Extra: documentation
Requires-Dist: apache-burr[documentation]==0.42.0; extra == "documentation"
Provides-Extra: examples
Requires-Dist: apache-burr[examples]==0.42.0; extra == "examples"
Provides-Extra: graphviz
Requires-Dist: apache-burr[graphviz]==0.42.0; extra == "graphviz"
Provides-Extra: hamilton
Requires-Dist: apache-burr[hamilton]==0.42.0; extra == "hamilton"
Provides-Extra: haystack
Requires-Dist: apache-burr[haystack]==0.42.0; extra == "haystack"
Provides-Extra: inappexamples
Requires-Dist: apache-burr[inappexamples]==0.42.0; extra == "inappexamples"
Provides-Extra: learn
Requires-Dist: apache-burr[learn]==0.42.0; extra == "learn"
Provides-Extra: opentelemetry
Requires-Dist: apache-burr[opentelemetry]==0.42.0; extra == "opentelemetry"
Provides-Extra: postgresql
Requires-Dist: apache-burr[postgresql]==0.42.0; extra == "postgresql"
Provides-Extra: psycopg2
Requires-Dist: apache-burr[psycopg2]==0.42.0; extra == "psycopg2"
Provides-Extra: pydantic
Requires-Dist: apache-burr[pydantic]==0.42.0; extra == "pydantic"
Provides-Extra: pymongo
Requires-Dist: apache-burr[pymongo]==0.42.0; extra == "pymongo"
Provides-Extra: ray
Requires-Dist: apache-burr[ray]==0.42.0; extra == "ray"
Provides-Extra: redis
Requires-Dist: apache-burr[redis]==0.42.0; extra == "redis"
Provides-Extra: release
Requires-Dist: apache-burr[release]==0.42.0; extra == "release"
Provides-Extra: start
Requires-Dist: apache-burr[start]==0.42.0; extra == "start"
Provides-Extra: streamlit
Requires-Dist: apache-burr[streamlit]==0.42.0; extra == "streamlit"
Provides-Extra: tests
Requires-Dist: apache-burr[tests]==0.42.0; extra == "tests"
Provides-Extra: tracking
Requires-Dist: apache-burr[tracking]==0.42.0; extra == "tracking"
Provides-Extra: tracking-client
Requires-Dist: apache-burr[tracking-client]==0.42.0; extra == "tracking-client"
Provides-Extra: tracking-client-s3
Requires-Dist: apache-burr[tracking-client-s3]==0.42.0; extra == "tracking-client-s3"
Provides-Extra: tracking-server
Requires-Dist: apache-burr[tracking-server]==0.42.0; extra == "tracking-server"
Provides-Extra: tracking-server-s3
Requires-Dist: apache-burr[tracking-server-s3]==0.42.0; extra == "tracking-server-s3"

<!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you 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.
-->

# burr has moved to apache-burr

This package is a redirect. Burr is now developed under the Apache
Software Foundation as **Apache Burr (incubating)**.

## Migration

Replace `burr` with `apache-burr` in your dependencies:

```bash
pip install apache-burr
```

Extras carry over identically (`apache-burr[start]`, `apache-burr[tracking-server]`,
etc.). The Python import path is unchanged — `from burr.core import ...`
keeps working — because installing `apache-burr` installs the same `burr`
Python module.

For documentation and getting started, see:
- https://burr.apache.org/
- https://github.com/apache/burr

This `burr` package on PyPI exists to keep `pip install burr` working for
users on muscle memory or pinned dependencies. It contains no source code;
it simply pins `apache-burr` of the matching version.
