-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Predictby deriving a basic classPredictoris more preferable (Pythonic) class name instead ofPredictInterface, I think
- To be able to implement your own logger by deriving a basic class
- To be able to implement gRPC server like Flask
- To be able to implement
- 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-protoas a submodule in order to compile gRPC Protocol Buffers
- Add
- Test registration (on test PyPI)
- Make the codes registered in PyPI
- Kind command interface
- Boot scripts like Flask
- Implement basic features
- Unittest (Optional)
- Successfully boot gRPC server
- Successfully initialize model assignment
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request