Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timvieira/arsenal
Arsenal of python utilities.
https://github.com/timvieira/arsenal
Last synced: 1 day ago
JSON representation
Arsenal of python utilities.
- Host: GitHub
- URL: https://github.com/timvieira/arsenal
- Owner: timvieira
- Created: 2010-11-12T17:37:36.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T13:53:30.000Z (about 2 months ago)
- Last Synced: 2024-11-08T03:48:09.150Z (6 days ago)
- Language: Python
- Homepage:
- Size: 24.1 MB
- Stars: 272
- Watchers: 15
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The arsenal is an assortment of python utilities that I can't live without.
### Documentation
[Read the Docs](https://python-arsenal.readthedocs.io/en/latest/)### 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`.2) 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.