-
Notifications
You must be signed in to change notification settings - Fork 0
Fix package structure, update badges, and resolve gitignore blocking source code #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
52c192e
5866646
6d6b48f
8ebc0d7
5d9a01a
347f521
b7a9008
ae28c3a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,21 +5,24 @@ Un toolkit Python complet pour l'analyse statistique et le traitement des donné | |
| ## 🏆 Qualité du Code | ||
|
||
|
|
||
| [](https://www.python.org/downloads/) | ||
| [](https://pypi.org/project/py-stats-toolkit/) | ||
| [](https://pypi.org/project/py-stats-toolkit/) | ||
| [](https://pypi.org/project/py-stats-toolkit/) | ||
| [](https://opensource.org/licenses/MIT) | ||
| [](https://github.com/ThePhoenixAgency/py-stats-toolkit/actions/workflows/tests.yml) | ||
| [](https://github.com/ThePhoenixAgency/py-stats-toolkit/actions/workflows/publish.yml) | ||
| [](https://github.com/psf/black) | ||
| [](https://pycqa.github.io/isort/) | ||
| [](https://flake8.pycqa.org/) | ||
| [](https://mypy-lang.org/) | ||
| [](https://bandit.readthedocs.io/) | ||
| [](https://docs.pytest.org/) | ||
| [](https://codecov.io/) | ||
|
|
||
| ## 🚀 Installation | ||
|
|
||
| ### Installation depuis PyPI (recommandé) | ||
|
|
||
| ```bash | ||
| pip install py-stats-toolkit==1.0.3 | ||
|
||
| pip install py-stats-toolkit | ||
| ``` | ||
|
|
||
| ### Installation depuis les sources | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| """ | ||
|
|
||
| # Version du toolkit | ||
| __version__ = "1.0.1" | ||
| __version__ = "1.0.4" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
|
|
||
| # Imports des modules principaux | ||
| try: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je n'ai pas mis ces tirets!