Skip to content

Latest commit

 

History

History
54 lines (52 loc) · 4.65 KB

CONTENT.rst

File metadata and controls

54 lines (52 loc) · 4.65 KB

The contents of the package

README and config files:
CODE_OF_CONDUCT.rst Code of conduct reference
CONTENT.rst This Content description file
CREDITS.rst List of major contributors to this module
dev-requirements.txt PIP requirements file for development dependencies
Dockerfile Assemble a Docker image, install all dependencies via pip
Dockerfile-dev Docker image including developement dependencies
generate_family_file.py Creates a new family file
generate_user_files.py Creates user-config.py or user-fixes.py
HISTORY.rst PyPI version history file
LICENSE Reference to the MIT license
pwb.py Wrapper script to use Pywikibot in 'directory' mode
README.rst Short info string used by Pywikibot Nightlies
README-conversion.txt Compat to Core branch conversion hints
requirements.txt General PIP requirements file
ROADMAP.rst PyPI version roadmap file
setup.py Installer script for Pywikibot framework
tox.ini Tests config file
user-config.py.sample Example user-config.py file for reference
user-fixes.py.sample Example user-fixes.py file for reference
Directories
pywikibot Contains some libraries and control files
scripts Contains all bots and utility scripts
tests Some test stuff for the developing team