Tool for visualizing disease spread
Project description
epi-spread-visualizer
Tool to visualize disease spread based on input data.
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.
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 commandsmake develop
: install and build this library and its dependencies usingpip
make build
: build the library usingsetuptools
make lint
: perform static analysis of this library withflake8
andblack
make format
: autoformat this library usingblack
make annotate
: run type checking usingmypy
make test
: run automated tests withpytest
make coverage
: run automated tests withpytest
and collect coverage informationmake dist
: package library for distribution
Installation
$ pip3 install epispread
Quick Start
from epispread import EpiSpread
my_epispread_object = EpiSpread(EpiSpread.FILE)
epi_instance.world.to_csv('world.csv', index=False)
epi_instance.plot_all()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file epispread-1.0.0.tar.gz
.
File metadata
- Download URL: epispread-1.0.0.tar.gz
- Upload date:
- Size: 651.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27978aab7f904edb85206a06eadb04e3e9268e3098e7d7605f593e43ea536960 |
|
MD5 | d4ba966917854fd184001782c2767333 |
|
BLAKE2b-256 | c0a19f27b970c8452efc5727e3e7852cd13a58049c6be8f6fe02aff53d382360 |