Skip to main content

Moy Nalog API wrapper

Project description

Moy Nalog API

PyPI Python 3.6, 3.4, 3.8

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:

  • Email
  • 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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page