blackfynn-python
Python client and command line tool for Blackfynn.
Installation
To install, run
pip install -U blackfynn
See the installation notes for more details.
Release
To release, you should:
- Change CHANGELOG.md with the proper changes for the release
- Modify the version in __init.py__
- Merge the branch into master
- Create a new Github Release
Documentation
Client and command line documentation can be found on Blackfynn’s documentation website.
You can also contribute to Blackfynn's documentation to improve this project and help others learn.
Tests
Install the test requirements before running pytest:
pip install -r requirements-test.txt
pytest
To run the Blackfynn CLI Agent integration tests, you need to install the agent and run the tests with the --agent argument:
pytest --agent
Contribution
Please make sure to read the Contributing Guide before making a pull request.
Changelog
Changes for each release are documented in the release notes.