Merge pull request #68 from sepandhaghighi/discord_badge

Discord badge
pull/69/head
Sepand Haghighi 2021-10-30 13:10:16 +03:30 zatwierdzone przez GitHub
commit 659bbc0335
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 15 dodań i 3 usunięć

Wyświetl plik

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
- Discord channel
- `load_data` function
- `save_data_file` function
- `save_data` method

Wyświetl plik

@ -8,6 +8,9 @@
<img src="https://codecov.io/gh/sepandhaghighi/samila/branch/master/graph/badge.svg" />
</a>
<a href="https://badge.fury.io/py/samila"><img src="https://badge.fury.io/py/samila.svg" alt="PyPI version" height="18"></a>
<a href="https://discord.com/invite/94bz5QGZWb">
<img src="https://img.shields.io/discord/900055829225562162.svg" alt="Discord Channel">
</a>
</div>
----------
@ -236,10 +239,17 @@ here we uses `Projection.POLAR` so later space will be the polar space and we ha
## Issues & bug reports
Just fill an issue and describe it. We'll check it ASAP!
or send an email to [info@4r7.ir](mailto:info@4r7.ir "info@4r7.ir").
Just fill an issue and describe it. We'll check it ASAP!
* Please complete the issue template
- Please complete the issue template
You can also join our discord server
<div align="center">
<a href="https://discord.com/invite/94bz5QGZWb">
<img src="https://img.shields.io/discord/900055829225562162.svg?style=for-the-badge" alt="Discord Channel">
</a>
</div>
## Dependencies

Wyświetl plik

@ -44,6 +44,7 @@ setup(
project_urls={
'Source': 'https://github.com/sepandhaghighi/samila',
'Tracker': 'https://github.com/sepandhaghighi/samila/issues',
'Discord': 'https://discord.com/invite/94bz5QGZWb',
},
install_requires=get_requires(),
python_requires='>=3.5',