Skip to main content

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.

Build Status codecov

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

$ 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

epispread-0.1.0.tar.gz (2.9 MB view details)

Uploaded Source

File details

Details for the file epispread-0.1.0.tar.gz.

File metadata

  • Download URL: epispread-0.1.0.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for epispread-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8fc18cafb5087c0fe9cd113560359f56c5c6f5470153411551d7c6ef683f140e
MD5 8b1295668daf2fbf65670d6d6f48c7db
BLAKE2b-256 edb9a0938cf3fd6d2daad927a8eeb93ac3ce9b73079d4674133e378d5effe88a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page