first commit

This commit is contained in:
2020-06-28 14:00:44 +01:00
commit e615a4046d
15 changed files with 866 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
Metadata-Version: 1.2
Name: speedrun
Version: 0.1.0
Summary: Plots speedrun times since a games release.
Home-page: https://github.com/hrfee/speedrun
Author: Harvey Tindall
Author-email: harveyltindall@gmail.com
License: UNKNOWN
Description: # Speedrun
Grabs speedrun data from [speedrun.com](https://speedrun.com) and run times since the release of a chosen game.
# Install
```
git clone https://github.com/hrfee/speedrun.git
cd speedrun
poetry build
pip install dist/<package name
Platform: UNKNOWN
Requires-Python: >=3.6.1,<4.0.0

View File

@@ -0,0 +1,10 @@
README.md
setup.py
speedrun/__init__.py
speedrun.egg-info/PKG-INFO
speedrun.egg-info/SOURCES.txt
speedrun.egg-info/dependency_links.txt
speedrun.egg-info/entry_points.txt
speedrun.egg-info/requires.txt
speedrun.egg-info/top_level.txt
speedrun/templates/index.html

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,3 @@
[console_scripts]
speedrun-serve = speedrun:main

View File

@@ -0,0 +1,5 @@
Flask<2.0.0,>=1.1.2
pandas<2.0.0,>=1.0.5
plotly<5.0.0,>=4.8.2
srcomapi<0.4.0,>=0.3.1
waitress<2.0.0,>=1.4.4

View File

@@ -0,0 +1 @@
speedrun