Moy Nalog API wrapper
Project description
Moy Nalog API
nalog - this module is a Python client library for Moy Nalog API
Installation
Install the current version with PyPI:
pip install nalog
Usage
You need next data from lkfl2.nalog.ru to autharize:
- INN (Taxpayer Identification Number)
- Password
from nalog import NalogAPI
api = NalogAPI(
email="example@email.com",
inn="123456789012",
password="my_secret_password"
)
receipt_id = api.create_receipt(name="Flower pot", price=199)
url = api.get_url(receipt_id)
print(url)
Contributing
Bug reports and/or pull requests are welcome
License
The module is available as open source under the terms of the Apache License, Version 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nalog-0.0.9.tar.gz
(8.9 kB
view details)
File details
Details for the file nalog-0.0.9.tar.gz
.
File metadata
- Download URL: nalog-0.0.9.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb1690be878b931ecc0fb8cf3e3cceda21e98937f9329158bd08b5586060f6fa |
|
MD5 | be35dd3d5b95e8f50b473a8cf0211399 |
|
BLAKE2b-256 | 33037af8b6182595eea50017f75306316e3e0e1343bd1fde492ae53c9601abea |