Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petebachant/PXL
A collection of small bits of code useful for dealing with data, plotting, etc.
https://github.com/petebachant/PXL
Last synced: 1 day ago
JSON representation
A collection of small bits of code useful for dealing with data, plotting, etc.
- Host: GitHub
- URL: https://github.com/petebachant/PXL
- Owner: petebachant
- License: gpl-3.0
- Created: 2014-07-01T01:38:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T20:17:22.000Z (almost 9 years ago)
- Last Synced: 2024-09-17T12:23:37.642Z (about 2 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PXL
A collection of bits of Python code I've found useful for working with data,
plotting, etc., which aren't (to my knowledge) part of NumPy, Scipy, pandas, or
matplotlib.## Installation
Run
pip install pxl
or clone this directory and run
python setup.py install