versionone / VersionOne.SDK.Python

A library for custom Python development against the VersionOne Platform's REST-based API.
BSD 3-Clause "New" or "Revised" License
23 stars 32 forks source link

Latest commit has indentation error #38

Open Atihinen opened 7 years ago

Atihinen commented 7 years ago

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 commented 6 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

mtalexan commented 6 years ago

Duplicate of #34

Atihinen commented 6 years ago

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

mtalexan commented 6 years ago

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.