depoverflow

View on PyPIReverse Dependencies (0)

0.1.1 depoverflow-0.1.1-py3-none-any.whl

Wheel Details

Project: depoverflow
Version: 0.1.1
Filename: depoverflow-0.1.1-py3-none-any.whl
Download: [link]
Size: 8626
MD5: 7c5c5be4c068138b1d6c0f6dc74eef2a
SHA256: d784a8c6c95b13d0ab20f90fe80a20bb2bdc17081fea917b5795a3840666acd8
Uploaded: 2021-09-04 15:25:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: depoverflow
Version: 0.1.1
Summary: Watches StackOverflow answers and GitHub issues referenced in code for changes
Author: Remi Rampin
Author-Email: remi[at]rampin.org
Home-Page: https://github.com/remram44/depoverflow
Project-Url: Repository, https://github.com/remram44/depoverflow
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7,<4.0
Requires-Dist: requests (<3,>=2)
Requires-Dist: toml (<0.11,>=0.10)
Description-Content-Type: text/markdown
[Description omitted; length: 1506 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.4
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
depoverflow/__init__.py sha256=LauGrkmsogW7apamXJGs_agGMNwB4qbv0huaZ9A5CbY 49
depoverflow/base.py sha256=3Hf6b9-JzO476N8U5MoL28TjZg02YYvkGe3KSTOqKHQ 1312
depoverflow/github.py sha256=5q45vO35cqSjutmAnkGPJGmoN0U4JftlkuEggkPZ_uQ 2889
depoverflow/main.py sha256=V7Y4CyI4-xRF7i6hWbBw--mv4LnXntb6Dklt6ovWUxQ 4972
depoverflow/stackexchange.py sha256=WevBCZF4R--MyPowOlrrYZv7-XkHqFcKj8Iw6tO2v-o 8172
depoverflow/utils.py sha256=IBusVQ_B1W73zT0iQqq5N-GrA0GEjMQ40pZvTviAcjg 174
depoverflow-0.1.1.dist-info/entry_points.txt sha256=PyDkeA7FNJJQDTu_guIfy5QhZMcSht9h5XNrVhUM1vM 303
depoverflow-0.1.1.dist-info/LICENSE.txt sha256=1H1EV8hrLRze2-vMLbMJmPngYxE7gYt0BoJYIs0u_h4 1068
depoverflow-0.1.1.dist-info/WHEEL sha256=N0LZrBtofpkS5mJXgVHTCEy52Sam4D6PHQWC8HnMeTs 83
depoverflow-0.1.1.dist-info/METADATA sha256=6tayAyxs-A3uxEor2iyoAw2uhYY9dqheLuGHbugmMRw 2214
depoverflow-0.1.1.dist-info/RECORD

entry_points.txt

depoverflow = depoverflow.main:main
github-issue = depoverflow.github:GithubIssue
github-pr = depoverflow.github:GithubPullRequest
stackexchange-answer = depoverflow.stackexchange:StackExchangeAnswer
stackexchange-question = depoverflow.stackexchange:StackExchangeQuestion