-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🌏 Add community maintenance message * 💄 Format and lint package * 💄 Style and lint test modules * 💄 Style docs * ❌ Deprecate support for Python 2 * ➕ Add pandas as extras_require * 💄 Style setup.py * 🏗️ Upgrade project infrastructure * Add pytest * Add pylint * Use pip-tools for dependency management * Update travis CI versions/commands * ✏️ Fix formatting for HISTORY.rst * 📰 Add release notes for 1.1.2 * 🤝 Add Contributing section to README * ✏️ Add long_description_content_type to setup.py
- Loading branch information
1 parent
7303cc0
commit 833e259
Showing
19 changed files
with
1,184 additions
and
827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,6 @@ _site/ | |
*.swp | ||
.vscode/ | ||
ve/ | ||
.venv | ||
.coverage | ||
.noseids |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[MASTER] | ||
ignore=docs,setup.py | ||
|
||
[MESSAGES CONTROL] | ||
|
||
# Disable the message, report, category or checker with the given id(s). You | ||
# can either give multiple identifiers separated by comma (,) or put this | ||
# option multiple times (only on the command line, not in the configuration | ||
# file where it should appear only once).You can also use "--disable=all" to | ||
# disable everything first and then reenable specific checks. For example, if | ||
# you want to run only the similarities checker, you can use "--disable=all | ||
# --enable=similarities". If you want to run only the classes checker, but have | ||
# no Warning level messages displayed, use"--disable=all --enable=classes | ||
# --disable=W" | ||
|
||
# disabled as long as we support python 2 | ||
disable=useless-object-inheritance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Constrain dev requirements against production requirements | ||
-c requirements.txt | ||
pandas | ||
pytest | ||
pytest-cov | ||
pytest-black | ||
pytest-pylint | ||
Sphinx | ||
numpydoc | ||
wheel | ||
responses | ||
twine |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile '.\dev-requirements.in' | ||
# | ||
alabaster==0.7.12 # via sphinx | ||
appdirs==1.4.4 # via black | ||
astroid==2.4.2 # via pylint | ||
atomicwrites==1.4.0 # via pytest | ||
attrs==20.2.0 # via pytest | ||
babel==2.8.0 # via sphinx | ||
black==20.8b1 # via pytest-black | ||
bleach==3.2.1 # via readme-renderer | ||
certifi==2020.6.20 # via -c .\requirements.txt, requests | ||
chardet==3.0.4 # via -c .\requirements.txt, requests | ||
click==7.1.2 # via black | ||
colorama==0.4.4 # via pylint, pytest, sphinx, twine | ||
coverage==5.3 # via pytest-cov | ||
docutils==0.16 # via readme-renderer, sphinx | ||
idna==2.10 # via -c .\requirements.txt, requests | ||
imagesize==1.2.0 # via sphinx | ||
iniconfig==1.1.1 # via pytest | ||
isort==5.6.4 # via pylint | ||
jinja2==2.11.2 # via numpydoc, sphinx | ||
keyring==21.4.0 # via twine | ||
lazy-object-proxy==1.4.3 # via astroid | ||
markupsafe==1.1.1 # via jinja2 | ||
mccabe==0.6.1 # via pylint | ||
mypy-extensions==0.4.3 # via black | ||
numpy==1.19.4 # via pandas | ||
numpydoc==1.1.0 # via -r .\dev-requirements.in | ||
packaging==20.4 # via bleach, pytest, sphinx | ||
pandas==1.1.4 # via -r .\dev-requirements.in | ||
pathspec==0.8.0 # via black | ||
pkginfo==1.6.1 # via twine | ||
pluggy==0.13.1 # via pytest | ||
py==1.9.0 # via pytest | ||
pygments==2.7.2 # via readme-renderer, sphinx | ||
pylint==2.6.0 # via pytest-pylint | ||
pyparsing==2.4.7 # via packaging | ||
pytest-black==0.3.12 # via -r .\dev-requirements.in | ||
pytest-cov==2.10.1 # via -r .\dev-requirements.in | ||
pytest-pylint==0.17.0 # via -r .\dev-requirements.in | ||
pytest==6.1.2 # via -r .\dev-requirements.in, pytest-black, pytest-cov, pytest-pylint | ||
python-dateutil==2.8.1 # via pandas | ||
pytz==2020.4 # via babel, pandas | ||
pywin32-ctypes==0.2.0 # via keyring | ||
readme-renderer==28.0 # via twine | ||
regex==2020.10.28 # via black | ||
requests-toolbelt==0.9.1 # via twine | ||
requests==2.24.0 # via -c .\requirements.txt, requests-toolbelt, responses, sphinx, twine | ||
responses==0.12.0 # via -r .\dev-requirements.in | ||
rfc3986==1.4.0 # via twine | ||
six==1.15.0 # via astroid, bleach, packaging, python-dateutil, readme-renderer, responses | ||
snowballstemmer==2.0.0 # via sphinx | ||
sphinx==3.3.0 # via -r .\dev-requirements.in, numpydoc | ||
sphinxcontrib-applehelp==1.0.2 # via sphinx | ||
sphinxcontrib-devhelp==1.0.2 # via sphinx | ||
sphinxcontrib-htmlhelp==1.0.3 # via sphinx | ||
sphinxcontrib-jsmath==1.0.1 # via sphinx | ||
sphinxcontrib-qthelp==1.0.3 # via sphinx | ||
sphinxcontrib-serializinghtml==1.1.4 # via sphinx | ||
toml==0.10.2 # via black, pylint, pytest, pytest-black, pytest-pylint | ||
tqdm==4.51.0 # via twine | ||
twine==3.2.0 # via -r .\dev-requirements.in | ||
typed-ast==1.4.1 # via black | ||
typing-extensions==3.7.4.3 # via black | ||
urllib3==1.25.11 # via -c .\requirements.txt, requests, responses | ||
webencodings==0.5.1 # via bleach | ||
wheel==0.35.1 # via -r .\dev-requirements.in | ||
wrapt==1.12.1 # via astroid | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
Oops, something went wrong.