Metadata-Version: 1.0
Name: tilda-api
Version: 0.1
Summary: A python implementation of the Tilda.cc API
Home-page: https://github.com/dotzero/tilda-api-python
Author: dotzero
Author-email: mail@dotzero.ru
License: MIT
Description: # Python Tilda.cc API
        
        ![Build Status](https://travis-ci.org/dotzero/tilda-api-python.svg?branch=master)
        
        As complete as possible implementation of Tilda.cc API.
        
        The project provides an almost exhaustive access to the Tilda.cc API, through an *object oriented* Python interface.
        
        ## Features
        
        * Get projects list
        * Get project info
        * Get project info for export
        * Get pages list
        * Get short page info and body html code
        * Get full page info and full html code
        * Get short page info for export and body html code
        * Get full page info for export and body html code
        
        ## Requires
        
        * python >= 2.6
        * python >= 3.2
        
        ## Installation
        
        ### From Pypi
        
        You can install python-telegram-bot using:
        
        ```bash
        pip install tilda-api
        ```
        
        ### From source
        
        ```bash
        git clone https://github.com/dotzero/tilda-api-python
        cd tilda-api-python
        python setup.py install --user  # to install in the user directory (~/.local)
        sudo python setup.py install    # to install globally
        ```
        
        ## Usage
        
        TODO
        
Platform: UNKNOWN
