Metadata-Version: 2.4
Name: askbot
Version: 0.12.7
Summary: Question and Answer forum, like StackOverflow, written in python and Django
Author-email: "Evgeny.Fadeev" <evgeny.fadeev@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, http://askbot.org
Project-URL: Repository, https://github.com/ASKBOT/askbot-devel
Keywords: forum,community,wiki,Q&A
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Natural Language :: Finnish
Classifier: Natural Language :: German
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Serbian
Classifier: Natural Language :: Turkish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Communications :: Usenet News
Classifier: Topic :: Communications :: Email :: Mailing List Servers
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING
License-File: AUTHORS
Requires-Dist: aiohttp<4.0
Requires-Dist: akismet==1.0.1
Requires-Dist: beautifulsoup4<=4.7.1
Requires-Dist: bleach==5.0.1
Requires-Dist: celery==5.3.0
Requires-Dist: django<5.0,>=3.0
Requires-Dist: django-appconf==1.0.5
Requires-Dist: django-avatar>=7.0
Requires-Dist: django-compressor<=4.4,>=3.0
Requires-Dist: django-countries>=3.3
Requires-Dist: django-followit==0.7.0
Requires-Dist: django-jinja>=2.0
Requires-Dist: django-keyedcache3>=1.5.1
Requires-Dist: django-livesettings3==1.6.3
Requires-Dist: django-picklefield<=3.0.1,>=1.0.0
Requires-Dist: django-recaptcha==3.0.0
Requires-Dist: html5lib==1.1
Requires-Dist: Jinja2<3.1,>=2.10
Requires-Dist: jinja2-simple-tags==0.5.0
Requires-Dist: jsonfield>=2.0.0
Requires-Dist: linkify-it-py==2.0.2
Requires-Dist: markdown-it-py==4.0.0
Requires-Dist: markupsafe
Requires-Dist: mdit-py-plugins==0.5.0
Requires-Dist: mock==3.0.5
Requires-Dist: oauth2<=1.9.0.post1
Requires-Dist: okta-jwt-verifier==0.2.3
Requires-Dist: premailer==3.10.0
Requires-Dist: psycopg2-binary>=2.9.6
Requires-Dist: pygments>=2.15.0
Requires-Dist: pyjwt<=1.7.1
Requires-Dist: python-cas<1.7,>=1.4.0
Requires-Dist: python-openid2>=3.0
Requires-Dist: regex
Requires-Dist: requests-oauthlib>=1.2.0
Requires-Dist: requirements-parser>=0.2.0
Requires-Dist: responses<=0.23.1,>=0.9.0
Requires-Dist: unidecode
Requires-Dist: urllib3<1.27,>=1.21.1
Dynamic: license-file

[![Github tests](https://github.com/ASKBOT/askbot-devel/actions/workflows/tests.yml/badge.svg)](https://github.com/ASKBOT/askbot-devel/actions/workflows/tests.yml)

## Askbot - a Django Q&A forum platform

This is Askbot project - open source Q&A system, like StackOverflow, Yahoo Answers and some others.
Askbot is based on code of CNPROG, originally created by Mike Chen
and Sailing Cai and some code written for OSQA.

Demos and hosting are available at http://askbot.com.

Branch `master` - released as versions 0.12.x - supports Django 4.2, Python 3.10+

Branch `0.11.x` - released as versions 0.11.x - supports Django 3.2/Python 3.7 - 3.10

Branch `0.10.x` - supports Django 1.8 - the last version series to support Python 2.7

Branch `0.9.x` supports Django 1.7

Branch `0.8.x` - transitional version for the upgrade of the database to Django 1.7

Branch `0.7.x` - is the latest version supporting Django 1.5


## Installation

Install as follows:

```
pip install --upgrade pip
pip install setuptools-rust
python -m pip install .
askbot-setup # answer the questions or use parameters to askbot-setup
cd <root_dir> # substitute <root_dir> with the actual directory, default is `askbot_site`
python manage.py migrate # assumes that the database specified by askbot-setup is available
```

The last command above will create a working Django project in the project root
directory that you specify with the `askbot-setup` script.

For the deployment, follow the general Django deployment documentation.

## How to contribute

Your pull requests are very welcome, **but please read the few paragraphs below**, it might save our combined efforts.

**Obvious bug fixes will be merged quickly**, however less obvious cases should include a clear description of how to reproduce the bug. Complex cases must be accompanied with the new unit tests.

**Before suggesting PR's for new features - please first discuss those features in the "Issues section"**. We really appreciate your efforts, but PR's may not be accepted and it might be disappointing - so please communicate. The bandwidth for the testing is valuable and limited and we would like to avoid "easter eggs" and the feature overload.

**Please always use feature branches for the PR's**, multiple feature/bugfix PR's are harder to understand and less likely to be accepted.

**Translators: please translate at the Transifex, not via github!!!** https://www.transifex.com/projects/p/askbot/.

All documentation is in the directory askbot/doc

Follow https://help.github.com/articles/fork-a-repo to to learn how to use
`fetch` and `push` as well as other help on using git.

pre-commit
==========

This repository uses [pre-commit](https://pre-commit.com/) to check
some code rules, so please install it:

```
$ pre-commit install
```

It will then check the rules upon `git commit`.


License, copyright and trademarks
=================================
Askbot software is licensed under GPL, version 3.

Copyright Askbot S.p.A and the project contributors, 2010-2026.

"Askbot" is a trademark and service mark registered in the United States, number 4323777.
