Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest commit has indentation error #38

Open
Atihinen opened this issue Jul 27, 2017 · 4 comments
Open

Latest commit has indentation error #38

Atihinen opened this issue Jul 27, 2017 · 4 comments

Comments

@Atihinen
Copy link

After managed to run python setup.py install -> wrong dependencies etc I got into this:
https://github.com/versionone/VersionOne.SDK.Python/blob/master/v1pysdk/v1meta.py#L126
IndentationError: unindent does not match any outer indentation level

can you fix the whole package in a way that it can be:
A) Installed
B) run?

@mtalexan
Copy link

Lots of forks with fixes since this isn't maintained anymore. Here's one that's tested and confirmed working:
https://github.com/mtalexan/VersionOne.SDK.Python

@mtalexan
Copy link

Duplicate of #34

@Atihinen
Copy link
Author

Can somebody then mark this project as "deprecated" and possibly remove pypi package?

@mtalexan
Copy link

mtalexan commented Jun 15, 2018

From what I can tell, anyone with permissions to modify that information here no longer pays attention to the project.

For the PyPi, coddingtonbear actually did the release of the v1pysdk-unoffiicial. He no longer supports it, but he's given me ownership of it and I just recently pushed the new 'v1pysdk' that's version 0.5 based on my fork at https://github.com/mtalexan/VersionOne.SDK.Python. It's still going thru growing pains as it comes back from being unmaintained for so long, but it's getting there.

The v1pysdk-unofficial branch hasn't been completely merged with my fork yet, but my fork added changes to support Python3 without dropping Python2 support. It also added a number of features I personally needed, and fixed a lot of the setup.py to define proper dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants