Metadata-Version: 2.1
Name: fs-pochta-api
Version: 1.2.1
Summary: Библиотека для работы с API Почты России
Home-page: https://github.com/fogstream/fs-pochta-api
Maintainer: fadedDexofan
Maintainer-email: fadeddexofan@gmail.com
License: MIT
Description: 
        fs-pochta-api
        ==========
        
        [![PyPI Version](https://img.shields.io/pypi/v/fs-pochta-api.svg)](https://pypi.python.org/pypi/fs-pochta-api)
        
        Описание
        ------------
        Библиотека для работы с API [Почты России](https://www.pochta.ru/support/business/api).
        
        Документация
        ------------
        [Ссылка](https://fogstream.github.io/fs-pochta-api/) на документацию библиотеки.
        
        Установка библиотеки
        ------------
        Для работы требуется Python 3.6+
        Для установки используйте [pipenv](http://pipenv.org/) (или pip):
        
        ```bash
        $ pipenv install fs-pochta-api
        $ pip install fs-pochta-api
        ```
        
        Реализованные методы API
        -----------
        1. Трекинг (Модуль `pochta.tracking`)
            * [x] Единичный доступ
            * [x] Пакетный доступ 
        2. Доставка (Модуль `pochta.delivery`)
            * [x] Заказы
            * [x] Партии
            * [x] Документы
            * [x] Архив
            * [x] Поиск ОПС
            * [x] Долгосрочное хранение
            * [x] Настройки
            * [x] Данные
        
        
Keywords: pochta,api,wrapper,fs-pochta-api,sdk,integration,fogstream,lib
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: dev
