A Django model for analyzing RSS/Atom feeds.
Project description
[![](https://img.shields.io/pypi/v/django-feedz.svg)](https://pypi.python.org/pypi/django-feedz) [![Build Status](https://img.shields.io/travis/chrisspen/django-feedz.svg?branch=master)](https://travis-ci.org/chrisspen/django-feedz) [![](https://pyup.io/repos/github/chrisspen/django-feedz/shield.svg)](https://pyup.io/repos/github/chrisspen/django-feedz)
A Django model for storing and analyzing RSS/Atom feeds.
Development
To run unittests across multiple Python versions, install:
sudo add-apt-repository ppa:fkrull/deadsnakes sudo apt-get update sudo apt-get install python-dev python3-dev python3.3-minimal python3.3-dev python3.4-minimal python3.4-dev python3.5-minimal python3.5-dev python3.6 python3.6-dev
To run all [tests](http://tox.readthedocs.org/en/latest/):
export TESTNAME=; tox
To run tests for a specific environment (e.g. Python 2.7 with Django 1.8):
export TESTNAME=; tox -e py27-django18
To run a specific test:
export TESTNAME=.test_importers.TestFeedImporter.test_entry_limit; tox -e py27-django18
To run the [documentation server](http://www.mkdocs.org/#getting-started) locally:
mkdocs serve -a :9999
To [deploy documentation](http://www.mkdocs.org/user-guide/deploying-your-docs/), run:
mkdocs gh-deploy –clean
To build and deploy a versioned package to PyPI, verify [all unittests are passing](https://travis-ci.org/chrisspen/django-feedz), and then run:
python setup.py sdist python setup.py sdist upload
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-feedz-2.1.6.tar.gz
.
File metadata
- Download URL: django-feedz-2.1.6.tar.gz
- Upload date:
- Size: 321.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0281d18f4e8c72118b1e5491071aace13a0838dde121283f9061b3a53548cc51 |
|
MD5 | 6d901296aff66d9f9b87191df16e75b7 |
|
BLAKE2b-256 | 334e42c5439779e58374758654799d818c4edfe3a31ab8614eeb3b10c9d6a7cf |