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

Turn cors-python into PyPi distributable python package. #3

Merged
merged 1 commit into from
May 13, 2015

Conversation

ghost
Copy link

@ghost ghost commented May 1, 2015

  • Add setup.py and relevant package information.
  • Add "regex" validator.
  • Move various CORS related values to string constants.
  • Change validator create function to use isinstance instead of ==.
  • Update tests.
  • Change CorsHandler.handler to be an overridable property.
  • PEP8

* Add setup.py and relevant package information.
* Add "regex" validator.
* Move various CORS related values to string constants.
* Change validator create function to use `isinstance` instead of `==`.
* Update tests.
monsur added a commit that referenced this pull request May 13, 2015
Turn cors-python into PyPi distributable python package.
@monsur monsur merged commit 9eb64ae into monsur:master May 13, 2015
@monsur
Copy link
Owner

monsur commented May 13, 2015

This is awesome, thank you for doing this!

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

Successfully merging this pull request may close these issues.

1 participant