Metadata-Version: 2.0
Name: mtrx
Version: 0.0.3
Summary: A Python ToolBox
Home-page: https://github.com/mostafa-vn/mtrx
Author: Mostafa Vahedi Nejad
Author-email: mostafa.vahedi.nejad@gmail.com
License: MIT
Download-URL: https://github.com/mostafa-vn/mtrx.git
Keywords: mtrx mostafa matrix python v3
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: pyqrcode
Requires-Dist: requests

MTRX
=====


A Python ToolBox for Python Programmers

WebSite: https://mtrx.ir/

Features
=============
 * works with Python 2.4+ and Python 3.x
 * all dates as datetime objects
 * possibility to cache results


$ pip install mtrx
===================

>>> import mtrx

>>> mtrx.__author__
'Mostafa Vahedi Nejad'

>>> mtrx.__version__
'0.0.3'


