-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
Lots of forks with fixes since this isn't maintained anymore. Here's one that's tested and confirmed working: |
Duplicate of #34 |
Can somebody then mark this project as "deprecated" and possibly remove pypi package? |
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. |
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?
The text was updated successfully, but these errors were encountered: