make-your-code-count icon indicating copy to clipboard operation
make-your-code-count copied to clipboard

Create an open-source library in Python for your scientific research.

Results 22 make-your-code-count issues
Sort by recently updated
recently updated
newest added

- Add info on local twine check ``` twine check dist/* ``` - Add list of classifiers at https://pypi.org/classifiers/

enhancement

Add reference on science OSS packaging, https://medium.com/@QuantStack/open-software-packaging-for-science-61cecee7fc23.

Add link to this nice resource https://chrisalbon.com/git_and_github/basics/github_cheatsheet/.

Add link to https://jacobtomlinson.dev/posts/2021/testing-and-continuous-integration-for-python-packages-with-github-actions/

Add a link to this project https://github.com/zenika-open-source/promote-open-source-project/blob/master/README.md

Memo of the protocol to add: - fork the repo - clone your fork locally - add an upstream to your local branch: ``` git remote add upstream https://github.com/main-org/repo ```

enhancement

Updated setup.py file inside mylibrary folder to get the long_description from the README.md file. Also, added minimum steps for twine check dist/*' to work to enable publishing to PyPi.

It could be nice to transform the full guide from .md files into a documentation, thus generating a website such as the ones hosted on Read the Docs. - One...

See this link https://medium.com/@Clovis_app/configuration-of-a-beautiful-efficient-terminal-and-prompt-on-osx-in-7-minutes-827c29391961.

Reflect changes and avoid broken link to `qutip/qutip-doc`.