# novacore


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

<figure>
<a href="https://builds.sr.ht/~eugenetriguba/novacore"><img
src="https://builds.sr.ht/~eugenetriguba/novacore.svg" /></a>
<figcaption>builds.sr.ht status</figcaption>
</figure>

## Installation

Install latest from the SourceHut
[repository](https://git.sr.ht/~eugenetriguba/novacore):

``` sh
$ pip install git+https://git.sr.ht/~eugenetriguba/novacore.git
```

or from [conda](https://anaconda.org/novacore)

``` sh
$ conda install -c novacore
```

or from [pypi](https://pypi.org/project/novacore/)

``` sh
$ pip install novacore
```

## Documentation

Documentation can be found hosted on this GitHub
[repository](https://git.sr.ht/~eugenetriguba/novacore)’s
\[pages\]\[docs\]. Additionally you can find package manager specific
guidelines on [conda](https://anaconda.org/novacore) and
[pypi](https://pypi.org/project/novacore/) respectively.

[repo](https://git.sr.ht/~eugenetriguba/novacore): \[docs\]:
https://.github.io/novacore/ [pypi](https://pypi.org/project/novacore/):
https://pypi.org/project/novacore/
[conda](https://anaconda.org/novacore): https://anaconda.org//novacore

## Development Guide

``` sh
# make sure novacore package is installed in development mode
$ pip install -e '.[dev]'

# make changes under nbs/ directory
# ...

# compile to have changes apply to novacore
$ nbdev-prepare
```

If you are new to using `nbdev` here are some useful pointers to get you
started.
