Metadata-Version: 2.1
Name: Draugr
Version: 0.9.0
Summary: A package for plotting directly in your terminal
Home-page: https://github.com/cnheider/draugr
Author: Christian Heider Nielsen
Author-email: christian.heider@alexandra.dk
Maintainer: Christian Heider Nielsen
Maintainer-email: christian.heider@alexandra.dk
License: Apache License, Version 2.0
Download-URL: https://github.com/cnheider/draugr/releases
Description: <!--![valknut](.github/images/valknut.svg)-->
        
        <p align="center">
          <img src=".github/images/valknut.svg" alt='Valknut' />
        </p>
        
        <h1 align="center">Draugr</h1>
        
        <!--# Draugr-->
        
        
        | [![Version](https://img.shields.io/static/v1?label=&message=0.1.1&color=377EF0&style=for-the-badge)](https://github.com/pything/draugr/releases) | [![Documentation](https://img.shields.io/static/v1?label=&message=docs&color=EE4C2C&style=for-the-badge)](https://pything.github.io/draugr/)   | [![codecov](https://codecov.io/gh/pything/draugr/branch/master/graph/badge.svg?token=0Y4f7UuEju)](https://codecov.io/gh/pything/draugr) | [![codebeat badge](https://codebeat.co/badges/37a0e631-86fb-443e-9815-117474177cc9)](https://codebeat.co/projects/github-com-pything-draugr-master) | [![PyPI](https://img.shields.io/static/v1?label=&message=PyPI&color=377EF0&style=for-the-badge)](https://pypi.org/project/draugr/) | [![Python](https://img.shields.io/static/v1?label=&message=>=3.7&color=377EF0&style=for-the-badge&logo=python&logoColor=F8C63D)](https://www.python.org/) | [![PyTorch](https://img.shields.io/static/v1?label=&message=>=1.3.0&color=EE4C2C&style=for-the-badge)](https://pytorch.org/) | [![Docker](https://img.shields.io/static/v1?label=&message=docker&color=309cef&style=for-the-badge)](https://hub.docker.com/r/../..) |
        |---|---|---|---|---|---|---|---|
        
        | Workflows |
        |-----------|
        | [![Publish Python 🐍 distributions 📦 to PyPI and TestPyPI](https://github.com/pything/draugr/workflows/Publish%20Python%20%F0%9F%90%8D%20distributions%20%F0%9F%93%A6%20to%20PyPI%20and%20TestPyPI/badge.svg)](https://github.com/pything/draugr/actions?query=workflow%3A%22Publish+Python+%F0%9F%90%8D+distributions+%F0%9F%93%A6+to+PyPI+and+TestPyPI%22) |
        | [![On Push Any Documentation Check](https://github.com/pything/draugr/workflows/On%20Push%20Any%20Documentation%20Check/badge.svg)](https://github.com/pything/draugr/actions?query=workflow%3A%22On+Push+Any+Documentation+Check%22) |
        | [![CodeQL](https://github.com/pything/draugr/workflows/CodeQL/badge.svg)](https://github.com/pything/draugr/actions?query=workflow%3ACodeQL) |
        | [![Tests](https://github.com/pything/draugr/workflows/Python%20package/badge.svg)](https://github.com/pything/draugr/actions?query=workflow%3A%22Python+package%22) |
        
        
        A utility package for...
        
        - pytorch stuff
        - visualisations
        - plotting directly in your terminal
        - python in general
        - opencv images
        - numpy array functions
        
        Many of these utilities might eventually be spun off as their own package onces they grow sufficiently coherent and/or massive.
        
        https://en.wikipedia.org/wiki/Draugr
        
        ```bash
        pip install draugr
        ```
        
        OR
        
        to include any of the dependencies include functionality in extras like so
        
        ```bash
        pip install "draugr[drawer,writers]"
        ```
        
        for drawer and writer functionalities and their dependencies
        
        ### [Drawers](draugr/drawers)
        
        ## [Samples](samples)
        
Keywords: python interface api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: visualisation
Provides-Extra: tests
Provides-Extra: tqdm
Provides-Extra: setup
Provides-Extra: drawers
Provides-Extra: dev
Provides-Extra: torch
Provides-Extra: opencv
Provides-Extra: writers
Provides-Extra: all
