Metadata-Version: 2.1
Name: pyllars
Version: 1.0.5
Summary: This package contains supporting utilities for Python 3.
Home-page: https://github.com/bmmalone/pyllars
Author: Brandon Malone
Author-email: bmmalone@gmail.com
License: MIT
Keywords: utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: parquest
Provides-Extra: bio
Provides-Extra: torch
Provides-Extra: all
Provides-Extra: setup
Provides-Extra: docs
Provides-Extra: pypi
License-File: LICENSE

# pyllars

This project contains supporting utilities for Python 3.

**Installation**

This package is available on PyPI.

```
pip3 install pyllars
```

Alternatively, the package can be installed from source.

```
git clone https://github.com/bmmalone/pyllars
cd pyllars
pip3 install .
```

(The "period" at the end is required.)

If possible, I recommend installing inside a virtual environment or with conda. See 
[here](http://www.simononsoftware.com/virtualenv-tutorial-part-2/>), for example.

Please see [the documentation](https://pyllars.readthedocs.io/en/latest/index.html)
for more details.

**pytorch and ray installation**

The `pytorch.torch` submodule requires `pytorch` and `ray-tune`. Due to the
various configuration options (CPU vs. GPU, etc.), the `pyllars` installation
does not attempt to install these dependencies; they need to be installed
manually, though this can be done after installing `pyllars` with no problems.
I suggest using these within an anaconda or similar environment. Please see the
official documentation for installing [`pytorch`](https://pytorch.org/) and
[`ray-tune`](https://anaconda.org/conda-forge/ray-tune) for details.
