Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darribas/darribas-python-tools
Collection of diverse tools written in python with no particular connection between each other
https://github.com/darribas/darribas-python-tools
Last synced: about 2 months ago
JSON representation
Collection of diverse tools written in python with no particular connection between each other
- Host: GitHub
- URL: https://github.com/darribas/darribas-python-tools
- Owner: darribas
- License: other
- Created: 2011-02-24T04:19:00.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-15T17:05:30.000Z (over 12 years ago)
- Last Synced: 2024-10-13T19:42:44.828Z (3 months ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
'''
darribas-python-tools
'''
__author__ = "Dani Arribas-Bel [email protected]"description =
'''
This is a collection of several tools I have written in Python for a diverse
range of tasks, likely not interconnected between them.
'''installation =
'''
If you want to access them from your computer, clone a copy of the repo
and add it to your ~/.bashrc or ~/.bash_profile with the following
command:export PYTHONPATH=${PYTHONPATH}:"/path/to/folder/darribas-python-tools/"
'''Current tools include:
> maptrix: visualization of matrices
> som: utils to work with Self-Organizing Maps