• Stars
    star
    268
  • Rank 152,259 (Top 4 %)
  • Language
    Python
  • Created almost 14 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Arsenal of python utilities.

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

Documentation

Read the Docs

Installation

Below are two method to install this repo.

  1. Clone and pip-install
$ git clone https://github.com/timvieira/arsenal.git
$ cd arsenal 
$ pip install .

Now, if you like, you can delete the directory rm -rf ../arsenal.

  1. Use pip for the whole thing.
$ pip install -r https://raw.githubusercontent.com/timvieira/arsenal/master/requirements.txt
$ pip install git+https://github.com/timvieira/arsenal.git 

Unforuntately, just running the second command fails to identify the requirements file.