Skip to content

Latest commit

 

History

History
56 lines (54 loc) · 4.58 KB

CONTENT.rst

File metadata and controls

56 lines (54 loc) · 4.58 KB

The contents of the package

README and config files:
ChangeLog Log file to keep track of major changes versionwise
CODE_OF_CONDUCT.md Code of conduct reference
CONTENT.rst This Content description file
CREDITS List of major contributors to this module
dev-requirements.txt PIP requirements file for development dependencies
Dockerfile assemble an image, install all dependencies via pip
ez_setup.py Bootstrap distribute installation file, can also be run to install or upgrade setuptools.
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 a 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 Guide to converting bot scripts from version 1 of the Pywikibot framework to version 3
requirements.txt General PIP requirements file
setup.py Installer script for Pywikibot 3.0 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