Metadata-Version: 2.1
Name: mjwt
Version: 0.0.3
Summary: Python package with coding tools, code snippets and notes from Menno Witteveen
Home-page: https://github.com/mennowitteveen/mjwt
Author: Menno Witteveen
Author-email: menno102@hotmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

mjwt
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Construction newest readme. JUne14-15:51. Hurr durr, this will become my
readme it says. is this now mjws readmoi? This is new text 14-6
thunderbird

## Install

``` sh
pip install mjwt
```

## How to use

Im now gonna do a short code example:

``` python
1+1
```

    2

``` python
# import numpy as np
# from mjwt.utils import legimplot
# legimplot(np.random.randn(5,5), show=True)
```

Bang, an implot above.

``` python
print('something')
```

    something
