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

Pipnize the packages #2

Closed
2 of 17 tasks
yustoris opened this issue Aug 15, 2018 · 0 comments
Closed
2 of 17 tasks

Pipnize the packages #2

yustoris opened this issue Aug 15, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yustoris
Copy link
Member

yustoris commented Aug 15, 2018

Motivation and goal

Pipnize the cods to enhance usability.

  • To easily implement Predict / gRPC server
  • To easily boot the server

I'll consider the major Python products, such as Flask and

Implementation

Implementation order is not fixed, but possible TODOs are following.

  • Pipnize
    • Implement basic features
      • To be able to implement Predict by deriving a basic class
        • Predictor is more preferable (Pythonic) class name instead of PredictInterface, I think
      • To be able to implement your own logger by deriving a basic class
      • To be able to implement gRPC server like Flask
    • Register
      • Make the codes registered in PyPI
        • Reorganize the directory architecture
        • Write basic config file to register (setup.cfg)
        • Write setup.py
          • Add drucker-grpc-proto as a submodule in order to compile gRPC Protocol Buffers
        • Test registration (on test PyPI)
    • Kind command interface
      • Boot scripts like Flask
  • Unittest (Optional)
    • Successfully boot gRPC server
    • Successfully initialize model assignment
@yustoris yustoris added the enhancement New feature or request label Aug 15, 2018
@yustoris yustoris self-assigned this Aug 15, 2018
@keigohtr keigohtr mentioned this issue Oct 16, 2018
@keigohtr keigohtr closed this as completed Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants