Giter Club home page Giter Club logo

panoply-python-sdk's People

Contributors

alonbrody avatar avinoamr avatar danylo-panoply avatar gregrospanoply avatar hanzarnante avatar herzaso avatar ivankahitin avatar kensaggy avatar kirill-panoply avatar liorrozen avatar mattpanoply avatar solomiya-hatalyak avatar stas-hrytsyshyn avatar yonivy avatar zoriana2021 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

panoply-python-sdk's Issues

Support Python 3

execfile was removed in python 3 and as such the setup.py won't run.

execfile('panoply/constants.py')

This can be easily fixed by changing this line to:

exec(open("panoply/constants.py").read())

I'm not sure if this is the only thing required to support python 3 because I haven't delved far into it, but if you're open to receiving a PR I'd be happy to explore it a bit further.

Windows10 Py2.7 simple test

This did not work for me. I've given Panoply about 20 minutes for the data to show up, nothing yet. I am running the file containing this code from an Anaconda prompt in a fresh Py2.7 environment. Fixing dependencies did not make my data transmit to Panoply. I also tried creating the table in Panoply ahead of time.

# -*- coding: utf-8 -*-
"""
Spyder Editor

"""

import panoply
conn = panoply.SDK( "panoply/keykey...key", "secret...secret" )
conn.write( "tablename0", { "foo": "bar" } )

due to the warnings below, I added import setuptools to the beginning of setup.py . Should I put in a pull request to this effect?

The installation finished up with:
`Installed e:\anaconda3\envs\py27_panop\lib\site-packages\httplib2-0.12.0-py2.7.egg
Searching for six==1.12.0
Best match: six 1.12.0
Adding six 1.12.0 to easy-install.pth file

Using e:\anaconda3\envs\py27_panop\lib\site-packages
Finished processing dependencies for panoply-python-sdk==1.6.0`


With setup.py provided, I received these warnings:
python setup.py install E:\Anaconda3\envs\py27_panop\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'extras_require' warnings.warn(msg) E:\Anaconda3\envs\py27_panop\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py running install_lib running install_egg_info Removing ...\py27_panop\Lib\site-packages\panoply_python_sdk-1.6.0-py2.7.egg-info Writing ...\py27_panop\Lib\site-packages\panoply_python_sdk-1.6.0-py2.7.egg-info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.