Added delete option to database storage.

This commit is contained in:
Batuhan Berk Başoğlu 2020-10-12 12:10:01 -04:00
parent 308604a33c
commit 963b5bc68b
1868 changed files with 192402 additions and 13278 deletions

View file

@ -0,0 +1 @@
pip

View file

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2008-2019 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,80 @@
urllib3-1.25.10.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
urllib3-1.25.10.dist-info/LICENSE.txt,sha256=fA0TbuBYU4mt8tJWcbuZaHofdZKfRlt_Fu4_Ado3JV4,1115
urllib3-1.25.10.dist-info/METADATA,sha256=tv61SJJpS7JLu3P3aZNptXZkzWEr8W_KikKQ4X9TpZw,40518
urllib3-1.25.10.dist-info/RECORD,,
urllib3-1.25.10.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
urllib3-1.25.10.dist-info/top_level.txt,sha256=EMiXL2sKrTcmrMxIHTqdc3ET54pQI2Y072LexFEemvo,8
urllib3/__init__.py,sha256=l9RFu7qmtjg-6VGsmRTrwgmTpmdLM5nO_C52l0zipJs,2720
urllib3/__pycache__/__init__.cpython-36.pyc,,
urllib3/__pycache__/_collections.cpython-36.pyc,,
urllib3/__pycache__/_version.cpython-36.pyc,,
urllib3/__pycache__/connection.cpython-36.pyc,,
urllib3/__pycache__/connectionpool.cpython-36.pyc,,
urllib3/__pycache__/exceptions.cpython-36.pyc,,
urllib3/__pycache__/fields.cpython-36.pyc,,
urllib3/__pycache__/filepost.cpython-36.pyc,,
urllib3/__pycache__/poolmanager.cpython-36.pyc,,
urllib3/__pycache__/request.cpython-36.pyc,,
urllib3/__pycache__/response.cpython-36.pyc,,
urllib3/_collections.py,sha256=GouVsNzwg6jADZTmimMI6oqmwKSswnMo9dh5tGNVWO4,10792
urllib3/_version.py,sha256=upSX07tILi_T4nB2RFA3sRjroZqROd_792cCJSflMLM,64
urllib3/connection.py,sha256=lJvxFNbJUlgPP7ZgdjvlBztUWkNkyhntLujIw7C6gmQ,14499
urllib3/connectionpool.py,sha256=BBDskM_M0FA8oz68uQqu8grTyTCqytlzKf0jV0AAJTI,35776
urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
urllib3/contrib/__pycache__/__init__.cpython-36.pyc,,
urllib3/contrib/__pycache__/_appengine_environ.cpython-36.pyc,,
urllib3/contrib/__pycache__/appengine.cpython-36.pyc,,
urllib3/contrib/__pycache__/ntlmpool.cpython-36.pyc,,
urllib3/contrib/__pycache__/pyopenssl.cpython-36.pyc,,
urllib3/contrib/__pycache__/securetransport.cpython-36.pyc,,
urllib3/contrib/__pycache__/socks.cpython-36.pyc,,
urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957
urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
urllib3/contrib/_securetransport/__pycache__/__init__.cpython-36.pyc,,
urllib3/contrib/_securetransport/__pycache__/bindings.cpython-36.pyc,,
urllib3/contrib/_securetransport/__pycache__/low_level.cpython-36.pyc,,
urllib3/contrib/_securetransport/bindings.py,sha256=URAgu4CiPXc8aSnSLlEl6ZfRGzRTdT9oyZyw3xswB84,17426
urllib3/contrib/_securetransport/low_level.py,sha256=V7GnujxnWZh2N2sMsV5N4d9Imymokkm3zBwgt77_bSE,11956
urllib3/contrib/appengine.py,sha256=9RyUW5vKy4VPa2imtwBNWYKILrypr-K6UXEHUYsf0JY,11010
urllib3/contrib/ntlmpool.py,sha256=a402AwGN_Ll3N-4ur_AS6UrU-ycUtlnYqoBF76lORg8,4160
urllib3/contrib/pyopenssl.py,sha256=qQKqQXvlSvpCa2yEPxpdv18lS71SMESr9XzH9K9x3KI,16565
urllib3/contrib/securetransport.py,sha256=vBDFjSnH2gWa-ztMKVaiwW46K1mlDZKqvo_VAonfdcY,32401
urllib3/contrib/socks.py,sha256=nzDMgDIFJWVubKHqvIn2-SKCO91hhJInP92WgHChGzA,7036
urllib3/exceptions.py,sha256=D2Jvab7M7m_n0rnmBmq481paoVT32VvVeB6VeQM0y-w,7172
urllib3/fields.py,sha256=kroD76QK-GdHHW7f_AUN4XxDC3OQPI2FFrS9eSL4BCs,8553
urllib3/filepost.py,sha256=vj0qbrpT1AFzvvW4SuC8M5kJiw7wftHcSr-7b8UpPpw,2440
urllib3/packages/__init__.py,sha256=h4BLhD4tLaBx1adaDtKXfupsgqY0wWLXb_f1_yVlV6A,108
urllib3/packages/__pycache__/__init__.cpython-36.pyc,,
urllib3/packages/__pycache__/six.cpython-36.pyc,,
urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
urllib3/packages/backports/__pycache__/__init__.cpython-36.pyc,,
urllib3/packages/backports/__pycache__/makefile.cpython-36.pyc,,
urllib3/packages/backports/makefile.py,sha256=005wrvH-_pWSnTFqQ2sdzzh4zVCtQUUQ4mR2Yyxwc0A,1418
urllib3/packages/six.py,sha256=adx4z-eM_D0Vvu0IIqVzFACQ_ux9l64y7DkSEfbxCDs,32536
urllib3/packages/ssl_match_hostname/__init__.py,sha256=ywgKMtfHi1-DrXlzPfVAhzsLzzqcK7GT6eLgdode1Fg,688
urllib3/packages/ssl_match_hostname/__pycache__/__init__.cpython-36.pyc,,
urllib3/packages/ssl_match_hostname/__pycache__/_implementation.cpython-36.pyc,,
urllib3/packages/ssl_match_hostname/_implementation.py,sha256=6dZ-q074g7XhsJ27MFCgkct8iVNZB3sMZvKhf-KUVy0,5679
urllib3/poolmanager.py,sha256=iWEAIGrVNGoOmQyfiFwCqG-IyYy6GIQ-jJ9QCsX9li4,17861
urllib3/request.py,sha256=hhoHvEEatyd9Tn5EbGjQ0emn-ENMCyY591yNWTneINA,6018
urllib3/response.py,sha256=bo3o4_fxqeFcKa06eBgunclJ-ULyTSeZA7rHSQQZyxg,28216
urllib3/util/__init__.py,sha256=bWNaav_OT-1L7-sxm59cGb59rDORlbhb_4noduM5m0U,1038
urllib3/util/__pycache__/__init__.cpython-36.pyc,,
urllib3/util/__pycache__/connection.cpython-36.pyc,,
urllib3/util/__pycache__/queue.cpython-36.pyc,,
urllib3/util/__pycache__/request.cpython-36.pyc,,
urllib3/util/__pycache__/response.cpython-36.pyc,,
urllib3/util/__pycache__/retry.cpython-36.pyc,,
urllib3/util/__pycache__/ssl_.cpython-36.pyc,,
urllib3/util/__pycache__/timeout.cpython-36.pyc,,
urllib3/util/__pycache__/url.cpython-36.pyc,,
urllib3/util/__pycache__/wait.cpython-36.pyc,,
urllib3/util/connection.py,sha256=NsxUAKQ98GKywta--zg57CdVpeTCI6N-GElCq78Dl8U,4637
urllib3/util/queue.py,sha256=myTX3JDHntglKQNBf3b6dasHH-uF-W59vzGSQiFdAfI,497
urllib3/util/request.py,sha256=C-6-AWffxZG03AdRGoY59uqsn4CVItKU6gjxz7Hc3Mc,3815
urllib3/util/response.py,sha256=_WbTQr8xRQuJuY2rTIZxVdJD6mnEOtQupjaK_bF_Vj8,2573
urllib3/util/retry.py,sha256=3wbv7SdzYNOxPcBiFkPCubTbK1_6vWSepznOXirhUfA,15543
urllib3/util/ssl_.py,sha256=3YVk19uhEUW8YyepryGpKfYTWKSACylidMG3uv8u0cc,14796
urllib3/util/timeout.py,sha256=3qawUo-TZq4q7tyeRToMIOdNGEOBjOOQVq7nHnLryP4,9947
urllib3/util/url.py,sha256=jvkBGN64wo_Mx6Q6JYpFCGxamxbI2NdFoNQVTr7PUOM,13964
urllib3/util/wait.py,sha256=k46KzqIYu3Vnzla5YW3EvtInNlU_QycFqQAghIOxoAg,5406

View file

@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View file

@ -0,0 +1 @@
urllib3