Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Mathematical interdisciplinary toolbox for helping engineers, researchers and scientist

License

NotificationsYou must be signed in to change notification settings

mathLab/Smithers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMITHERS: Smithers' a Mathematical Interdisciplinary Toolbox for Helping Engineers Researchers and Scientist

Smithers is a generic library for scientific computing developed in Pythonthat aims to facilitate the development of many typical routines. It issubstantially a multi-purpose toolbox that inherits functionality from otherpackages to make easier and compact the coding of recurrent workflows.

Dependencies and installation

Smithers requiresnumpy,scipy andmatplotlib, which are the common libraries for scientific computing in the Python community.All the other dependencies ofSmithers are importedat runtime.

Installing via PIP

Mac and Linux users can install pre-built binary packages using pip. To install the package just type:

> pip install git+https://github.com/mathLab/smithers.git

To uninstall the package:

> pip uninstall smithers

Installing from source

The official distribution is on GitHub, and you can clone the repository using

> git clone https://github.com/mathLab/Smithers

To install the package just type:

> python setup.py install

To uninstall the package you have to rerun the installation and record the installed files in order to remove them:

> python setup.py install --record installed_files.txt> cat installed_files.txt| xargs rm -rf

Testing

We are using Travis CI for continuous intergration testing. You can check out the current statushere.

To run tests locally (nose is required):

> python test.py

License

See theLICENSE file for license rights and limitations (MIT).


[8]ページ先頭

©2009-2025 Movatter.jp