Metadata-Version: 2.1
Name: jmspack
Version: 0.1.2
Summary: James Data Science package
Home-page: https://github.com/jameshtwose/jmspack
Author: James Twose
Author-email: contact@jamestwose.com
License: BSD (3-clause)
Description-Content-Type: text/markdown
License-File: LICENSE

# jmspack

<p align="center">
<img src="https://raw.githubusercontent.com/jameshtwose/jmspack/main/docs/source/_static/jmspack_logo.png" alt="drawing" width="150"/>
</p>

## Python package of functions that James finds useful

[![codecov](https://img.shields.io/codecov/c/github/jameshtwose/jmspack)](https://app.codecov.io/gh/jameshtwose/jmspack)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Actions Passing](https://img.shields.io/badge/python-3.8%20%7C%203.9-blue)](https://github.com/Neurocast/data-science-core/actions)


The documentation for the package can be found [here](https://docs.jms.rocks).
[![Netlify Status](https://api.netlify.com/api/v1/badges/4de4fdcb-e2f0-4178-8f3f-cff4ecbeea3d/deploy-status)](https://app.netlify.com/sites/romantic-franklin-818651/deploys)

The package can be installed via [conda](https://anaconda.org/james.twose/jmspack) using the following code: <br>
`conda install -c james.twose jmspack`

[![Anaconda-Server Badge](https://anaconda.org/james.twose/jmspack/badges/version.svg)](https://anaconda.org/james.twose/jmspack)
[![Anaconda-Server Badge](https://anaconda.org/james.twose/jmspack/badges/platforms.svg)](https://anaconda.org/james.twose/jmspack)
[![Anaconda-Server Badge](https://anaconda.org/james.twose/jmspack/badges/latest_release_relative_date.svg)](https://anaconda.org/james.twose/jmspack)
[![Anaconda-Server Badge](https://anaconda.org/james.twose/jmspack/badges/downloads.svg)](https://anaconda.org/james.twose/jmspack)

The package can be installed via [pip](https://pypi.org/project/jmspack/) using the following code: <br>
`pip install jmspack`

[![PyPI version](https://badge.fury.io/py/jmspack.svg)](https://badge.fury.io/py/jmspack)
[![PyPI download month](https://img.shields.io/pypi/dm/jmspack.svg)](https://pypi.python.org/pypi/jmspack/)

### Installation from github
- Clone the repository
- `git clone git@github.com:jameshtwose/jmspack.git`
- Create a virtual environment
- `python3 -m venv venv`
- Activate the virtual environment
- `source venv/bin/activate`
- Install the requirements
- `pip install -r requirements.txt`
