-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reworked main library __init__() to include author and helper links
- Loading branch information
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
"""This library exposes functions used by tox tasks to automate project development and provides a cli-interface for | ||
calling these functions. | ||
The library is not designed to be used directly. Instead, it is meant to be used with 'tox' and other helper packages | ||
like 'mypy', 'ruff', 'stubgen'. The functions exposed through this library augment the functionality of these | ||
helpers by either setting-up, tearing-down or otherwise supporting their runtime. | ||
All functions in this library assume the project they work with is formatted according to Sun Lab standards. Therefore, | ||
significant refactoring may be required to use this library for projects that do not follow those standards. | ||
See https://github.com/Sun-Lab-NBB/ataraxis-automation for more details. | ||
API documentation: https://ataraxis-automation-api-docs.netlify.app/ | ||
Author: Ivan Kondratyev (Inkaros) | ||
""" |