Metadata-Version: 2.1
Name: bugsink
Version: 0.1.16
Summary: bugs happen — own ’em
Author-email: "Bugsink B.V." <info@bugsink.com>
License: With regard to the Bugsink Software:
        
        This software and associated documentation files (the "Software") may only be
        used under either of the following 2 conditions:
        
        1. In production, if you (and any entity that you represent) have agreed to,
           and are in compliance with, the Bugsink Subscription Terms of Service,
           available at TODO (the "Terms"), or other agreement governing the use of the
           Software, as agreed by you and Bugsink B.V., and otherwise have a valid
           Bugsink subscription for the correct number of users.
        
        OR
        
        2. In a non-production environment, for a single user, for the purpose of
           evaluating the Software, provided that you are not using or have not used
           the Software in a way that would violate the Terms.
        
        Subject to the foregoing condition, you are free to modify this Software,
        provided that you do not remove the copyright notice and the license notice and
        do not modify the code in a way that would conflict with the Terms.
        
        You are not granted any other rights beyond what is expressly stated herein.
        
        Subject to the foregoing, it is forbidden to copy, merge, publish, distribute,
        sublicense, and/or sell the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        For all third party components incorporated into the Bugsink Software, those
        components are licensed under the original license provided by the owner of the
        applicable component:
        
        * The icons in SVG format, directly included in various html templates are from
          Heroicons by Tailwind Labs, Inc. (MIT License)
        
        * The code in the 'sentry' directory is Copyright 2019 Sentry
          (https://sentry.io) and individual contributors. (BSD 3-Clause License)
        
        * Your package manager (typically pip) will install additional third party
          components upon installing Bugsink. Please refer to the license of the
          respective component in your package manager's repository.
        
Project-URL: homepage, https://www.bugsink.com/
Project-URL: documentation, https://www.bugsink.com/docs/
Project-URL: issues, https://github.com/bugsink/bugsink/issues
Project-URL: repository, https://github.com/bugsink/bugsink
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gunicorn
Requires-Dist: Django==4.2.*
Requires-Dist: sentry-sdk==2.15.*
Requires-Dist: django-tailwind==3.6.*
Requires-Dist: jsonschema==4.19.*
Requires-Dist: semver==3.0.*
Requires-Dist: django-admin-autocomplete-filter==0.7.*
Requires-Dist: pygments==2.16.*
Requires-Dist: inotify_simple
Requires-Dist: brotli
Requires-Dist: python-dateutil
Requires-Dist: whitenoise
Requires-Dist: requests
Requires-Dist: monofy==1.1.*
Requires-Dist: user_agents
Requires-Dist: fastjsonschema
Requires-Dist: verbose_csrf_middleware

# Bugsink: Self-hosted Error Tracking 

Bugsink offers real-time [error tracking](https://www.bugsink.com/error-tracking/) for your applications with full control
through self-hosting. 

* [Built to self-host](https://www.bugsink.com/built-to-self-host/)
* [Sentry-compatible SDKs](https://www.bugsink.com/connect-any-application/)
* [Scalable and reliable](https://www.bugsink.com/scalable-and-reliable/)

### Screenshot

This is what you'll get:

![Screenshot](https://www.bugsink.com/static/images/JsonSchemaDefinitionException.5e02c1544273.png)


### Installation & docs

[Detailed installation instructions](https://www.bugsink.com/docs/installation/) on the Bugsink website, Pythonists
may try their luck without reading the docs by doing a

```
pip install bugsink
```

[More information and documentation](https://www.bugsink.com/)
