A common language independent and cross-network social-media data scheme.
Project description
from protobuf:
LBSNSTRUCTURE
A python compiled version of the common location based social network (LBSN) data structure concept (ProtoBuf) to handle cross network Social Media data in Python. There are several motivations for prividing a common LBSN interchange data structure. Firstly, the GDPR directly requests Social Media Network operators to allow users to transfer accounts and data inbetween services. While there are attempts by Google, Facebook etc. (see data-transfer-project), it is not currently possible. With this structure concept, we follow an independent road. A primary goal is to systematically characterize LBSN data aspects in a common scheme that enables privacy-by-design for connected software, transfer scripts and database design.
The Github-repository of this protobuf-derived package can be found here: https://github.com/Sieboldianus/lbsnstructure-python
Quick Start
Install with:
pip install --upgrade lbsnstructure
Import to python project with:
import lbsnstructure as lbsn
post = lbsn.Post()
place = lbsn.Place()
.. or compile newest version from Protofiles
- Clone git Repository
git clone git@gitlab.vgiscience.de/lbsn/concept
- Install Protocoll Buffers
- Compile structure to python package
protoc --python_out=examples/python lbsnstructure/structure.proto
- Install with
pip install .
in examples/python
Developers
For development & testing, make a local clone of this repository
git clone git@gitlab.vgiscience.de:lbsn/structure/python.git
Go to subfolder examples\python
and (e.g.) symlink the folder to your
Python's site-packages folder with:
pip install --editable .
Now, lbsnstructure should be available through your python path and directly link to the local git clone directory.
Versioning
For the releases available, see the tags on this repository. The versioning (major.minor.patch) is automated using python-semantic-release. Commit messages that follow the Angular Commit Message Conventions will be automatically interpreted, followed by version bumps if necessary.
License
This project is licensed under the MIT License.
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
Built Distribution
File details
Details for the file lbsnstructure-1.3.0.tar.gz
.
File metadata
- Download URL: lbsnstructure-1.3.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca0e563a67f18d03d5093ef7338a387fcbf25bbc7cecdd1a46cbdb5d7ce1de5d |
|
MD5 | 97b44ad3d4ec4565b84bc48827b62884 |
|
BLAKE2b-256 | 2f64fb770bee74bc2a7777bf4ee935c3006dd2edec833b73709016037d662a6c |
File details
Details for the file lbsnstructure-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: lbsnstructure-1.3.0-py3-none-any.whl
- Upload date:
- Size: 24.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3438b356c7e66c825ea843fedda17955010db2a7346ca30b81138d72d1291169 |
|
MD5 | fe450d115855646bcb2be13f6fa651e4 |
|
BLAKE2b-256 | 56f7ffb87670dc84d38fb636ea0a87a7cd4a5e45785bac29c9545cf57be43437 |