Metadata-Version: 2.0
Name: sivtools
Version: 0.0.2
Summary: General purpose toolbox
Home-page: https://github.com/alysivji/sivtools
Author: Aly Sivji
Author-email: alysivji@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/sivtools/
Description-Content-Type: UNKNOWN
Keywords: toolbox utilities
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities

SivTools
========

|Build Status| |codecov|

*Welcome to my toolbox. We got data structures and utilities.*\  *We got
everything you want. Honey, we know the ``__name__``*

Installing Package
------------------

.. code:: console

    pip install sivtools

Creating Development Environment
--------------------------------

Fork and clone

.. code:: console

    pip install -r requirements_dev.txt

Running Tests
-------------

.. code:: console

    detox

.. |Build Status| image:: https://travis-ci.org/alysivji/sivtools.svg?branch=master
   :target: https://travis-ci.org/alysivji/sivtools
.. |codecov| image:: https://codecov.io/gh/alysivji/sivtools/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/alysivji/sivtools


