This project is a simple webapp to visualize information about PyPi packages. It can be seen live here.
It is currently limited to three of them: requests
, Pendulum
, and xhtml2pdf
, but more can be added by editing Config.elm
.
To run this project locally, you need node >= 8
and install create-elm-app
. Then, run elm-app start
in the project's root folder.
Simply run yarn build
.
To run the tests, you're going to need elm-test
installed. Then, run elm-test
in the project's root folder.