Skip to content

Latest commit

 

History

History
56 lines (54 loc) · 4.83 KB

CONTENT.rst

File metadata and controls

56 lines (54 loc) · 4.83 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
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
MANIFEST.in Setup file for package data
README.rst Short info string used by Pywikibot Nightlies
ROADMAP.rst PyPI version roadmap file
dev-requirements.txt PIP requirements file for development dependencies
make_dist.py Script to create a Pywikibot distribution
pwb.py Caller script for pwb wrapper script
pyproject.toml Configuration file used by packaging tools and tests
requirements.txt General PIP requirements 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
docs Documentation files
pywikibot Contains some libraries and control files
scripts Contains all bots and utility scripts
tests Some test stuff for the developing team