This is package example for support information about the Python Venezuela Community.
- Documentation from Python Venezuela Community supported.
- Social networks references from Python Venezuela Community.
For install the pyve package from PyPI, you need to execute the following command:
pip install --timeout 120 --user pyve
and later you can use it, into a command shell like this:
python -c"import pyve"
also can try it, into a Python shell like this command:
>>> import pyve
For development process the pyve package, you need to execute the following command:
$ sudo apt update && sudo apt upgrade -y $ sudo apt install python3-dev git $ git clone git@github.com:macagua/pyve.git $ cd pyve/ $ make setup
For test, you need to execute the following command:
$ make test
- Issue Tracker: https://github.com/macagua/pyve/issues
- Source Code: https://github.com/macagua/pyve
If you are having issues, please let us know via the Issue Tracker. We can response questions and comments to leonardocaballero at gmail dot com.
The project is licensed under the GPLv3.