Skip to content

timvieira/arsenal

Repository files navigation

Arsenal

The arsenal is an assortment of python utilities that I can't live without.

Documentation

Read the Docs

Setup

Optional: Create and activate a virtual environment:

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

To install the latest release:

pip install arsenal

To install the latest version from GitHub:

pip install git+https://github.com/timvieira/arsenal.git

Alternatively,

git clone https://github.com/timvieira/arsenal.git
cd arsenal
pip install -e .

Running Tests

To run the test suite:

python -m unittest discover arsenal/tests

You can also run specific test files:

python -m unittest arsenal/tests/test_specific.py

About

Arsenal of python utilities.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors