Git Product home page Git Product logo

Comments (3)

bronte2k7 avatar bronte2k7 commented on June 19, 2024 2

Hello
Your code is very neat. So my example will be in your style.

class PDU:
    def encode(data={}):
        return {'encoded_data': '', 'length': 'int'}  # perhaps some more necessary data

    def decode(data=None):
        return {'decoded_data': '', 'length': 'int'}  # perhaps some more necessary data

# p.s. I really hope that you understand me

Of all the libraries I've seen, only yours works with python 3, but lacks an encoder)))

from smspdudecoder.

alexpirine avatar alexpirine commented on June 19, 2024

Hi @bronte2k7 , could you please describe your use case and give an example of the API you wish you had?

from smspdudecoder.

alexpirine avatar alexpirine commented on June 19, 2024

Closing this for now, since the project is only capable of decoding right now.

If anyone is interested in a Python encoder, it would be helpful to present use cases to move forward. And even better, creating a PR :)

from smspdudecoder.

Related Issues (4)

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.