====== Library for access to Bolidozor data records - bzpost ====== Although all the data records from Bolidozor network are available for public on our [[en:servers|data server]] via HTTP, we recommend to use more suitable tools for an access. Bzpost library solves the following technical problems with browsing the storage place: * Connecting and maintaining the connection with server (speeds up the response during browsing) * Browsing the record files on server * Acquiring records’ auxiliary data ===== Installation ===== git clone https://github.com/bolidozor/python-bolidozor-postprocessing.git cd python-bolidozor-postprocessing/ sudo ./setup.py develop