GithubHelp home page GithubHelp logo

anossov / openrtb Goto Github PK

View Code? Open in Web Editor NEW
57.0 57.0 31.0 61 KB

A set of Python classes implementing OpenRTB 2.2 and OpenRTB Mobile specifications

License: BSD 2-Clause "Simplified" License

Python 100.00%

openrtb's People

Contributors

anossov avatar aventur avatar gsakkis avatar hashtonmartyn avatar kasnder avatar northisup avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

openrtb's Issues

Python 3 Support

Hello, I was wondering if you are planning any python3 support? or if you know if there are any issues (aside from syntax) which would be hard to change?

Ability to choose OpenRTB API version

It would be extremely helpful to be able to choose which API version. Right now a person using this library has to be on the latest version or would just have to revert the API specific commits locally which is not ideal.

Support for win and loss notifications

As a developer who already depends on this package I would like it to support serializing and de-serializing notifications so that I don't have to roll my own code to do this.

Support for native ads from OpenRTB2.3

Hey @anossov, I'm thinking about adding support for native ads but I'm not sure if I can just add support for those without adding support for the rest of 2.3 as well. Have you got any recommendations on where to start? Alternatively I can just have a go, submit a pull request, then take feedback from that. Thoughts?

Enum fields should only allow integers

The Enum class expects the incoming value to be an int, even defining a custom int method. However, in the case when a non int is passed in, int will return an error. Other functionality, such as the custom str definition, will also never work unless the value that is passed into the enum class is an int.

Thus, the enum class should only allow integer values as part of its init. This will also allow a ValidationError to be raised in the Field class when an openrtb field that is expected to be an int is instead passed a string.

Custom Enum vs Python3 backport?

If there is no objection I was going to convert the custom enum class to use the Enum that was added in python3 for compatibility.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.