Chore: Initial commit 16/71216/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 8 Feb 2023 14:28:45 +0000 (14:28 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 8 Feb 2023 14:55:04 +0000 (14:55 +0000)
commit25eaa504429452f4cbe3cf837d9c3a7b1acc336a
tree14535f32c917847af6a7801f6bf1b595bb4dddcb
parent8d434d5740c63ad1844c0e76bb51928d646e072f
Chore: Initial commit

Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Change-Id: I27814ec48804fcb3ec0a618f9b2ed6f2cdc12ceb
31 files changed:
.coveragerc [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitlint [new file with mode: 0644]
.gitreview [new file with mode: 0644]
.isort.cfg [new file with mode: 0644]
.pre-commit-config.yaml [new file with mode: 0644]
.readthedocs.yml [new file with mode: 0644]
AUTHORS.rst [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
CONTRIBUTING.rst [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.rst [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/_static/.gitignore [new file with mode: 0644]
docs/authors.rst [new file with mode: 0644]
docs/changelog.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/contributing.rst [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/license.rst [new file with mode: 0644]
docs/readme.rst [new file with mode: 0644]
docs/requirements.txt [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/python_one_password/__init__.py [new file with mode: 0644]
src/python_one_password/skeleton.py [new file with mode: 0644]
tests/conftest.py [new file with mode: 0644]
tests/test_skeleton.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]