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

pip version is corrupted #51

Closed
muzhig opened this issue Jul 6, 2018 · 2 comments
Closed

pip version is corrupted #51

muzhig opened this issue Jul 6, 2018 · 2 comments

Comments

@muzhig
Copy link

muzhig commented Jul 6, 2018

pip install openapi-core==0.5.0
installed package contains different structure than this repo on github:

schema
validation
wrappers
__init__.py
components.py
enums.py
exceptions.py
infos.py
media_types.py
models.py
operations.py
parameters.py
paths.py
request_bodies.py
responses.py
schemas.py
servers.py
shortcuts.py
specs.py
validators.py
wrappers.py

Which obviously isn't functioning correctly: for example it has two different modules with same exception classes, which leads to undefined behavior.

When installed from github, the package seems correct.
(Python 3.6, MacOS)

@muzhig
Copy link
Author

muzhig commented Jul 6, 2018

Also seems like README isn't correct as well

@pbasista
Copy link
Contributor

This seems like a duplicate of #47. As of outdated README, I think it should be tracked in a separate issue.

@p1c2u p1c2u closed this as completed Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants