معرفی شرکت ها


dynamic_stock_model-1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python class for efficient handling of dynamic stock models
ویژگی مقدار
سیستم عامل -
نام فایل dynamic_stock_model-1.0
نام dynamic_stock_model
نسخه کتابخانه 1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Stefan Pauliuk
ایمیل نویسنده stefan.pauliuk@ntnu.no
آدرس صفحه اصلی https://github.com/stefanpauliuk/dynamic_stock_model
آدرس اینترنتی https://pypi.org/project/dynamic_stock_model/
مجوز Copyright (c) 2014-15, Stefan Pauliuk All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
dynamic_stock_model ===== Python class for efficient handling of dynamic stock models This project contains a class and a connected unit test for modelling dynamic stocks of materials or products, as used in dynamic material flow analysis and industrial ecology. Created on Mon Jun 30 17:21:28 2014 @main author: stefan pauliuk, NTNU Trondheim, Norway <br> with contributions from <br> Chris Mutel, PSI, Villingen, CH<br> <b>Dependencies:</b> <br> numpy >= 1.9<br> scipy >= 0.14<br> <br> <b>Tutorial:</b><br> http://nbviewer.ipython.org/github/stefanpauliuk/dynamic_stock_model/blob/master/Doc/dynamic_stock_model_Documentation.ipynb <br><b>Documenation of all methods and functions:</b><br> http://htmlpreview.github.com/?https://github.com/stefanpauliuk/dynamic_stock_model/blob/master/Doc/dynamic_stock_model.html <br> <b> Below, a quick installation guide and a link to the tutorial are provided:</b><br><br> <b>a) Installation from the web repository:</b> <br> This is the easiest way of installing dynamic_stock_model. Github hosts an installation package for dynamic_stock_model, which can be downloaded directly from the command line using pip: <br> > pip install dynamic_stock_model <b>b) Installation as package:</b> <br> Pull package via git pull or download as .zip file and unpack. Choose a convenient location (Here: 'C:\MyPythonPackages\'). Then open a console, change to the directory ../dynamic_stock_model-master/, and install the package from the command line: <br> > python setup.py install This makes the package available to Python. At any other place in a system with the same python installation, dynamic_stock_model is now ready to be imported simply by <br> > import dynamic_stock_model This setup also allows us to run the unit test: <br> > import unittest > import dynamic_stock_model > import dynamic_stock_model.tests > unittest.main(dynamic_stock_model.tests, verbosity=2) Or, to run a specific test > unittest.main(dynamic_stock_model.tests.test_known_results, verbosity=2) <br> <b>c) Manual installation, by modifying the python path</b><br> Pull package via git pull or download as .zip file and unpack. Choose a convenient location (Here: 'C:\MyPythonPackages\'). Then include in your code the following lines <br> > import sys > sys.path.append('C:\\MyPythonPackages\\dynamic_stock_model-master\\dynamic_stock_model\\') > from dynamic_stock_model import DynamicStockModel


نحوه نصب


نصب پکیج whl dynamic_stock_model-1.0:

    pip install dynamic_stock_model-1.0.whl


نصب پکیج tar.gz dynamic_stock_model-1.0:

    pip install dynamic_stock_model-1.0.tar.gz