Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Why should you use morphine

Gurkirat Singh edited this page Sep 26, 2018 · 2 revisions

As told earlier morphine helps to create setup script more efficiently and moreover it has some core features that allows you to create error free and well formatted code

Features like

  1. Validation: The validations are as per pypi rules and general (for example, validation email)
  2. Only one type of documentation: Earlier it was recommended to add .rst format for the module. But from this version you can use same readme.md that you are using for github or any .md file
  3. Code Formatting: Morphine uses a module named yapf to format the code for setup file
Clone this wiki locally