Skip to content

Latest commit

 

History

History
52 lines (50 loc) · 4.46 KB

CONTENT.rst

File metadata and controls

52 lines (50 loc) · 4.46 KB

The contents of the package

README and config files:
AUTHORS.rst List of major contributors to this module
CODE_OF_CONDUCT.rst Code of conduct reference
CONTENT.rst This Content description file
dev-requirements.txt PIP requirements file for development dependencies
Dockerfile Assemble a Docker image, install all dependencies via pip
Dockerfile-dev Docker image including development dependencies
HISTORY.rst PyPI version history file
LICENSE Reference to the MIT license
make_dist.py Script to create a Pywikibot distribution
MANIFEST.in Setup file for package data
pwb.py Caller script for pwb wrapper script
README.rst Short info string used by Pywikibot Nightlies
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