Initial Configuration Push

This commit is contained in:
CCOSTAN
2016-10-11 16:42:06 +00:00
parent b83eeadfcb
commit 5127bc2109
2145 changed files with 298464 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
pyfttt is a package for interacting with the IFTTT Maker Channel. Currently, it only supports sending events, but a lightweight web server that receives actions may be added in the future.

1
deps/pyfttt-0.3.dist-info/INSTALLER vendored Normal file
View File

@@ -0,0 +1 @@
pip

20
deps/pyfttt-0.3.dist-info/METADATA vendored Normal file
View File

@@ -0,0 +1,20 @@
Metadata-Version: 2.0
Name: pyfttt
Version: 0.3
Summary: Python tools for interacting with the IFTTT Maker Channel
Home-page: https://github.com/briandconnelly/pyfttt
Author: Brian Connelly
Author-email: bdc@bconnelly.net
License: BSD
Keywords: IFTTT automation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: requests (>=2.7)
pyfttt is a package for interacting with the IFTTT Maker Channel. Currently, it only supports sending events, but a lightweight web server that receives actions may be added in the future.

19
deps/pyfttt-0.3.dist-info/RECORD vendored Normal file
View File

@@ -0,0 +1,19 @@
pyfttt/__init__.py,sha256=v7-0zhHxIbCjwMrJdmOhYWli0mL6UI-bzU4ntdDCSnc,162
pyfttt/cmd_script.py,sha256=xoI8ERhi_kgor8TtTff6YQkfW5OstLVUH7zYGend-x8,2620
pyfttt/sending.py,sha256=22dJiaBkQDEbvWzIXKe2Dm5qJnjyfiYxomdXdijjYcw,498
pyfttt/server.py,sha256=xvSUycX4NoSvOP3UcNmNBmiJEUYIzKxHZ7IwwwZuL2s,4646
pyfttt/test_server.py,sha256=Il3KzpA14QHoOZVz_eZxJY3y6mpkl7zPb4kSMO0hfJc,375
pyfttt-0.3.dist-info/DESCRIPTION.rst,sha256=tzJZNe_JO1pg252GthSRxckDnFFq0_EPj-Fhj_OKj-s,191
pyfttt-0.3.dist-info/METADATA,sha256=1WN7vx7xgUTGBsujYkNEnx8sUUJCHHcA8RdpbUv2J4s,750
pyfttt-0.3.dist-info/RECORD,,
pyfttt-0.3.dist-info/WHEEL,sha256=lCqt3ViRAf9c8mCs6o7ffkwROUdYSy8_YHn5f_rulB4,93
pyfttt-0.3.dist-info/entry_points.txt,sha256=BVWK2c4lZAOkKMWIdmD7cVla2dVvGmLRDPXTMI1VTZE,51
pyfttt-0.3.dist-info/metadata.json,sha256=laqciL5nloq5-oY-QDbe7OuJMtIQ68hssz9dEHWs9Tc,915
pyfttt-0.3.dist-info/top_level.txt,sha256=NYqzWtzRLDa8V4FAk4GbliqlNGvv7SdC47m2f7hPQss,7
../../bin/pyfttt,sha256=q3BsbHJlJSX9iKHvikzHfw8YAg0U5WF-w8F6uXv34fw,234
pyfttt-0.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pyfttt/__pycache__/sending.cpython-34.pyc,,
pyfttt/__pycache__/test_server.cpython-34.pyc,,
pyfttt/__pycache__/server.cpython-34.pyc,,
pyfttt/__pycache__/cmd_script.cpython-34.pyc,,
pyfttt/__pycache__/__init__.cpython-34.pyc,,

5
deps/pyfttt-0.3.dist-info/WHEEL vendored Normal file
View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.29.0)
Root-Is-Purelib: true
Tag: cp34-none-any

View File

@@ -0,0 +1,3 @@
[console_scripts]
pyfttt = pyfttt.cmd_script:main

View File

@@ -0,0 +1 @@
{"classifiers": ["Development Status :: 3 - Alpha", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4"], "extensions": {"python.commands": {"wrap_console": {"pyfttt": "pyfttt.cmd_script:main"}}, "python.details": {"contacts": [{"email": "bdc@bconnelly.net", "name": "Brian Connelly", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/briandconnelly/pyfttt"}}, "python.exports": {"console_scripts": {"pyfttt": "pyfttt.cmd_script:main"}}}, "extras": [], "generator": "bdist_wheel (0.29.0)", "keywords": ["IFTTT", "automation"], "license": "BSD", "metadata_version": "2.0", "name": "pyfttt", "run_requires": [{"requires": ["requests (>=2.7)"]}], "summary": "Python tools for interacting with the IFTTT Maker Channel", "version": "0.3"}

View File

@@ -0,0 +1 @@
pyfttt