diff riboplot.egg-info/PKG-INFO @ 3:8e1efafa6277

Updated version * Bugfix: blue lines in some plots (bar colors were not set correctly) * Cookiecutter template * Additional unit tests * Add plot legend
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Wed, 12 Aug 2015 09:27:45 +0100
parents
children 096c6bbf4a04
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/riboplot.egg-info/PKG-INFO	Wed Aug 12 09:27:45 2015 +0100
@@ -0,0 +1,50 @@
+Metadata-Version: 1.1
+Name: riboplot
+Version: 0.1.0
+Summary: Plot read counts of RiboSeq data from BAM format alignment files
+Home-page: https://github.com/vimalkumarvelayudhan/riboplot
+Author: Vimalkumar Velayudhan
+Author-email: vimalkumarvelayudhan@gmail.com
+License: BSD
+Description: ===============================
+        RiboPlot
+        ===============================
+        
+        .. image:: https://img.shields.io/travis/vimalkumarvelayudhan/riboplot.svg
+                :target: https://travis-ci.org/vimalkumarvelayudhan/riboplot
+        
+        .. image:: https://img.shields.io/pypi/v/riboplot.svg
+                :target: https://pypi.python.org/pypi/riboplot
+        
+        
+        Plot read counts of RiboSeq data from BAM format alignment files
+        
+        * Free software: BSD license
+        * Documentation: https://riboplot.readthedocs.org.
+        
+        Features
+        --------
+        
+        * TODO
+        
+        
+        
+        History
+        -------
+        
+        0.1.0 (2015-08-05)
+        ---------------------
+        
+        * First release on PyPI.
+Keywords: riboplot
+Platform: UNKNOWN
+Classifier: Development Status :: 2 - Pre-Alpha
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Natural Language :: English
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4