-
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.
Merge pull request #1 from byBenPuls/version-0.1.5
Version 0.1.5
- Loading branch information
Showing
3 changed files
with
21 additions
and
2 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 @@ | ||
# Moy Nalog | ||
|
||
|
||
Usage example: | ||
|
||
```python | ||
import asyncio | ||
from moy_nalog import MoyNalog | ||
|
||
nalog = MoyNalog("inn", "pass") | ||
|
||
|
||
async def main(): | ||
await data.add_income( | ||
"Предоставление информационных услуг #970/2495", amount=1000, quantity=1 | ||
) | ||
|
||
|
||
asyncio.run(main()) | ||
``` |
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,6 1,6 @@ | ||
[tool.poetry] | ||
name = "moy-nalog" | ||
version = "0.1.0" | ||
version = "0.1.5" | ||
description = "Async Python API for lknpd.nalog.ru" | ||
authors = ["Ben Puls <[email protected]>"] | ||
readme = "README.md" | ||
|
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