Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.1 KB

python-template

This is an example python repository that can be used as a template for other projects

Code style: black Building

Installation

You can install the package by running the following commands:

pip install -e .

Testing

You can run the package tests by running the following commands:

pip install .[test]
pytest

Issues

Please use the GitHub issue tracker to submit bugs or request features.

Contributions

If you would like to help contribute to python-template, please read our contribution guide and code of conduct.

License

Copyright Rosalind Franklin Institute, 2024.

Distributed under the terms of the Apache-2.0 license, python-template is free and open source software.