Metadata-Version: 1.1
Name: drugs
Version: 0.0.1
Summary: Utility to operate with tab separated files
Home-page: https://github.com/pavlov99/drugs
Author: Kirill Pavlov
Author-email: kirill.pavlov@phystech.edu
License: MIT
Description: .. image:: https://travis-ci.org/pavlov99/drugs.png
            :target: https://travis-ci.org/pavlov99/drugs
            :alt: Build Status
        
        .. image:: https://coveralls.io/repos/pavlov99/drugs/badge.png
            :target: https://coveralls.io/r/pavlov99/drugs
            :alt: Coverage Status
        
        .. image:: https://pypip.in/v/drugs/badge.png
            :target: https://crate.io/packages/drugs
            :alt: Version
        
        .. image:: https://pypip.in/d/drugs/badge.png
            :target: https://crate.io/packages/drugs
            :alt: Downloads
        
        Documentation: http://drugs.readthedocs.org
        
        Install
        -------
        
        .. code-block:: python
        
            pip install drugs
        
        Tests
        -----
        
        .. code-block:: python
        
            tox
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
