Metadata-Version: 2.1
Name: maysics
Version: 0.1.1
Summary: A framework for calculating and modeling
Home-page: https://github.com/HOKOTATE-pzw/maysics.git
Author: HOKOTATE
Author-email: pangzewei2010@foxmail.com
License: MIT
Description: 
        # maysics
        本库是用于科学计算和快速建模
        
        maysics主要包括六个模块：<br/>
        1、algorithm 封装了几种算法，用于简易模拟；<br/>
        2、constant 储存了部分常数；<br/>
        3、models 封装了几种常用的数学物理定律、方程、模型以便快速构建数理模型；<br/>
        4、model_selection 用于评估和选择模型；<br/>
        5、operator 封装了常见的算符算子，辅助数学运算；<br/>
        6、transformation 封装了常用的坐标转换及其他数学变换。<br/>
        
        
        This package is used for scientific calculating and fast modeling
        
        maysics includes six packages:<br/>
        1. "algorithm" packages several algorithms for simple simulation;<br/>
        2. "constant" stores common constants;<br/>
        3. "models" packages several coommon laws and equations of physics and models for fast modeling;<br/>
        4. "model_selection" used for estimating and selecting models;<br/>
        5. "operator" packaes common operatoes;<br/>
        6. "transformation" packages common coordinate transformations and other mathematical transformations.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
