actfw's additional components using GStreamer
Project description
actfw-gstreamer
actfw's components using GStreamer for implementation. actfw is a framework for Actcast Application written in Python.
Installation
sudo apt-get update
sudo apt-get install -y python3-pip python3-pil
sudo apt-get install libgstreamer1.0-dev libgirepository1.0-dev ibgstreamer-plugins-base1.0-dev libglib2.0-dev
pip3 install actfw-gstreamer
Document
Usage
See actfw-core for basic usage.
Note that an application using actfw-gstreamer must call actfw_gstreamer.init()
at first.
actfw-gstreamer provides:
(no component is provided yet)
Example
(no example is provided yet)
Development Guide
Installation of dev requirements
pip3 install pipenv
pipenv install --dev -e .
Running tests
pipenv run nose2 -v
Releasing package & API doc
CI will automatically do. Follow the following branch/tag rules.
- Make changes for next version in
master
branch (via pull-requests). - Update
actfw_gstreamer/_version.py
with new version inmaster
branch. - Create Git tag from
master
branch's HEAD namedrelease-<New version>
. E.g.release-1.4.0
. - Then CI will build/upload package to PyPI & API doc to GitHub Pages.
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
Close
Hashes for actfw_gstreamer-0.1.0a6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 714ef36690143d63fea97065b2fcccf15d27333261a47c3ada1ee778f748412d |
|
MD5 | f3a75d31ea6a538b282163bb1c1d4f92 |
|
BLAKE2b-256 | a72d7c3798861d67a25fcb37596e2e613ba2736813e2813fef2015ede556d2e1 |