Metadata-Version: 2.0
Name: tabtools
Version: 0.3.2
Summary: Utility to operate with tab separated files
Home-page: https://github.com/pavlov99/tabtools
Author: Kirill Pavlov
Author-email: kirill.pavlov@phystech.edu
License: MIT
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
Requires-Dist: wheel
Requires-Dist: tox
Requires-Dist: nose
Requires-Dist: testfixtures (==4.1.2)

.. image:: https://travis-ci.org/pavlov99/tabtools.png
    :target: https://travis-ci.org/pavlov99/tabtools
    :alt: Build Status

.. image:: https://coveralls.io/repos/pavlov99/tabtools/badge.png
    :target: https://coveralls.io/r/pavlov99/tabtools
    :alt: Coverage Status

.. image:: https://pypip.in/v/tabtools/badge.png
    :target: https://crate.io/packages/tabtools
    :alt: Version

.. image:: https://pypip.in/d/tabtools/badge.png
    :target: https://crate.io/packages/tabtools
    :alt: Downloads

Documentation: http://tabtools.readthedocs.org

Install
-------

.. code-block:: python

    pip install tabtools

Tests
-----

.. code-block:: python

    tox

Preface
-------

Utils for tab separated files management were developed in `Yandex <http://yandex.com>`_.
Core functionality was designed and implemented by Alex Akimov.
I was working as developer there and used utils.
During that period I decided to use tab separated files format in `pmll <https://github.com/pavlov99/pmll>`_ library to handle datasets for machine learning.
After I left Yandex, I asked team to open source package.
Guys agreed, but did not do it.
As far as I needed some functionality, I started my own implementation of simple package version.
Then `Andrey Fyodorov <https://github.com/andreifyodorov>`_ (developer from the team) released `tabkit <https://github.com/andreifyodorov/tabkit>`_ version (very similar to one we had).
I dont know, whether tabkit code is supported or not, if supported, who is responsible for that.
I would like to continue development with Alex Akimov, if he would like to join.
As of now, there is implementation I write according to pep standards with python2 and python3 support.


