Flask-StatHat
Install
python pip install Flask-StatHat
Setup
from flask_stathat import StatHat stathat = StatHat() stathat.init_app(app) # or stathat = StatHat(app)
Usage
@app.route('/')
def index():
stathat.count('some_stat', 1)
stathat.value('some_value', 9001)
# The stathat requests won't be sent until the flask request
# has been processed and no exceptions were raised
...
Configuration
app.config.update(STATHAT_EZ_KEY='STAHAT_EZ_KEY')
Async
Flask-StatHat will use grequests if it’s installed
License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-StatHat-0.1.2.tar.gz
(2.2 kB
view details)
File details
Details for the file Flask-StatHat-0.1.2.tar.gz.
File metadata
- Download URL: Flask-StatHat-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d143f52816676c46edb98d8976d83e5e4e39c068a9c190222ab41bfe8a0603b
|
|
| MD5 |
dc72b3338ea6f39588ffdf92f183b141
|
|
| BLAKE2b-256 |
35c969bc1ebbe3fc86eab842a50f2d121b40143bae795c96a41f0777715d77c6
|