معرفی شرکت ها


epispread-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Tool for visualizing disease spread
ویژگی مقدار
سیستم عامل -
نام فایل epispread-0.1.0
نام epispread
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Sienna <scb2197@columbia.edu>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/epispread/
مجوز MIT License Copyright (c) 2023 Sienna Brent Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# epi-spread-visualizer Tool to visualize disease spread based on input data. ![](https://img.shields.io/github/license/scb-school/epi-spread-visualizer) ![](https://img.shields.io/github/issues/scb-school/epi-spread-visualizer) # Overview With this library, I am creating a tool that will assist in visualizing the spread of a disease according to an inputted line listing of populations becoming sick over time, translating this data into a map that will change based on a slider simulating the passage of time. My library will use data visualization tools already in place, such as Plotly DASH, as well as some data-processing tools like Python Pandas, combining these two to make the final result. [![Build Status](https://github.com/scb-school/epi-spread-visualizer/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/scb-school/epi-spread-visualizer/actions?query=workflow%3A%22Build+Status%22) [![codecov](https://codecov.io/gh/scb-school/epi-spread-visualizer/branch/main/graph/badge.svg)](https://codecov.io/gh/scb-school/epi-spread-visualizer) ## Details This project is a pure python project using modern tooling. It uses a `Makefile` as a command registry, with the following commands: - `make`: list available commands - `make develop`: install and build this library and its dependencies using `pip` - `make build`: build the library using `setuptools` - `make lint`: perform static analysis of this library with `flake8` and `black` - `make format`: autoformat this library using `black` - `make annotate`: run type checking using `mypy` - `make test`: run automated tests with `pytest` - `make coverage`: run automated tests with `pytest` and collect coverage information - `make dist`: package library for distribution ## Installation ```bash $ pip3 install epispread ``` ## Quick Start ```python from epispread import EpiSpread my_epispread_object = EpiSpread(EpiSpread.FILE) epi_instance.world.to_csv('world.csv', index=False) epi_instance.plot_all()


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl epispread-0.1.0:

    pip install epispread-0.1.0.whl


نصب پکیج tar.gz epispread-0.1.0:

    pip install epispread-0.1.0.tar.gz