The aim of this project is to show how a project should be started from scratch containing all of the recommended files and folder.
You can copy the content of this project in your new repository and update the next files to start.
- Remove myproject folder and create your own python file or pacakge
- Remove the test files from tests folder
- Update CHANGELOG.md, CONTRIBUTING.md, LICENSE and README.md files content. You can remove these files, but it's totally recommended to have them.
- Update setup.py and pytest.ini information to match with your project.
List of dependencies are specified in the "Requirements file". Items can be installed using pip:
pip install -r requirements.txt
See the LICENSE file for license rights and limitations.
Xabier Arbulu Insausti ([email protected])
Pull request preferred reviewers for this project:
- Xabier Arbulu Insausti ([email protected])