Metadata-Version: 2.0
Name: math-tokenizer
Version: 1.0.0
Summary: Simple and lightweighted tokenizer for mathematical functions
Home-page: https://github.com/DahlitzFlorian/math-tokenizer
Author: Florian Dahlitz
Author-email: f2dahlitz@freenet.de
License: MIT
Keywords: tokenizer math math-functions token analysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

Math-tokenizer
==============

|Build Status|

Description
-----------

This is a simple and lightweighted tokenizer for mathematical functions
written in pure Python. It was tested with Python 3.4.

version 1.0.0

Features
--------

-  tokenize mathematical function

Future features
---------------

-  tokenizer with own rules

.. |Build Status| image:: https://travis-ci.org/DahlitzFlorian/math-tokenizer.svg?branch=master
   :target: https://travis-ci.org/DahlitzFlorian/math-tokenizer

