-
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.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# jadukor | ||
[![Documentation Status](https://readthedocs.org/projects/jadukor/badge/?version=latest)](https://jadukor.readthedocs.io/en/latest/?badge=latest) | ||
|
||
Important links for users: | ||
* [Read official Documentation](https://jadukor.readthedocs.io/en/latest/) | ||
* [Github Releases](https://github.com/atmragib/jadukor/releases) | ||
* [Find on Pypi](https://pypi.org/project/jadukor/) | ||
* [Find on Test PyPi](https://test.pypi.org/project/jadukor/) | ||
|
||
|
||
Important links for developers: | ||
* Python Packaging- [From python.org](https://packaging.python.org/tutorials/packaging-projects/), [From readthedocs.io](https://python-packaging.readthedocs.io/en/latest/minimal.html), [Extra](https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56) | ||
* [Learn About Twine](https://twine.readthedocs.io/en/latest/#installation) | ||
* [PyPi Distribution](https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/) | ||
* [Github Actions](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions) | ||
* [Github Action for PyPi Publish](https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/) | ||
* [License](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository) | ||
* [Versioning](https://semver.org/) | ||
* [Readthedocs Configuration](https://docs.readthedocs.io/en/stable/config-file/v2.html) | ||
* [Online .md Editor](https://dillinger.io/) |