Open Atihinen opened 7 years ago
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
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#L126IndentationError: 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?