Skip to main content

Topix is a microframework for creating event streams in Redis

Project description

Topix - Microframework for Redis Streams

Topix is a microframework to create event streams in Redis

Get Started 🚀

Install Topix with the following commands:

virtualenv .env
source .env/bin/activate # Linux/OSX
.env\scripts\activate # Windows
pip install -r requirements.txt
python setup.py install

Development

To get started hacking on Topix, be sure to install it in development mode.

virtualenv .env
source .env/bin/activate # Linux/OSX
.env\scripts\activate # Windows
pip install -r requirements.dev.txt
python setup.py develop

Tests are provided by Pytest. Plugins for pylint and coverage are directly integrated:

pytest # or python setup.py test
# Pytest Output

Coverage Report:

...

====== X Passed, X Skipped in .38 seconds =====

Topix checks types with MyPy. Type check your code like this:

mypy topix

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

topix-0.1.0.linux-x86_64.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distributions

topix-0.1.0-py3.6.egg (10.6 kB view hashes)

Uploaded Source

topix-0.1.0-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

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