Skip to content

Project template to use it as a reference to create python projects from scratch

License

Notifications You must be signed in to change notification settings

arbulu89/pyproject-template

Repository files navigation

Build Status Coverage Status Codacy Badge Maintainability

Project template

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.

Dependencies

List of dependencies are specified in the "Requirements file". Items can be installed using pip:

pip install -r requirements.txt

License

See the LICENSE file for license rights and limitations.

Author

Xabier Arbulu Insausti (xarbulu@suse.com)

Reviewers

Pull request preferred reviewers for this project:

About

Project template to use it as a reference to create python projects from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages