Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celsobonutti/pypi-visualizer
Simple PyPi package visualizer
https://github.com/celsobonutti/pypi-visualizer
elm pypi-packages
Last synced: about 2 months ago
JSON representation
Simple PyPi package visualizer
- Host: GitHub
- URL: https://github.com/celsobonutti/pypi-visualizer
- Owner: celsobonutti
- Created: 2021-01-26T00:33:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T13:52:31.000Z (about 4 years ago)
- Last Synced: 2024-12-12T08:39:35.323Z (about 2 months ago)
- Topics: elm, pypi-packages
- Language: Elm
- Homepage: https://pypi.cel.so
- Size: 159 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The PyPi visualizer
This project is a simple webapp to visualize information about PyPi packages. It can be seen live [here](https://pypi.cel.so).
It is currently limited to three of them: `requests`, `Pendulum`, and `xhtml2pdf`, but more can be added by editing `Config.elm`.
## Running locally
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.
## Building for production
Simply run `yarn build`.
## Running tests
To run the tests, you're going to need [`elm-test`](https://github.com/rtfeldman/node-test-runner) installed. Then, run `elm-test` in the project's root folder.