Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.42 KB

SourceCred Python

PyPI version GitHub actions status

This will be a Python implementation of the sourcecred algorithm, intended to better inspire and include data scientists and those familiar with the Python programming language.

under development

Development

My development strategy is to mirror sourcecred to the largest extent possible. As a developer, if there is a change in (what I consider the upstream language) I would want it to be seamless to identify the "same" file here and make the change.

Testing

To start, we will just have linting. Testing will be the largest driver of "does this work as we expect" so akin to the overall development strategy, I want to try and use the "same" tests to validate we are okay.

Pull Requests

I'll put some skeleton files here, and largely work on the @vsoch fork on the add/sourcecred-core. This way, I can open a pull request proper to get feedback (and trigger tests, etc.), and I won't bother folks with notifications here for activity that I do.