Skip to content

Latest commit

 

History

History
128 lines (72 loc) · 3.05 KB

README.rst

File metadata and controls

128 lines (72 loc) · 3.05 KB

pyve

This is package example for support information about the Python Venezuela Community.

LogoPyVe

Twitter Contributors GitHubLicense GitHubIssues GitHubForks GitHubStars

Features

  • Documentation from Python Venezuela Community supported.
  • Social networks references from Python Venezuela Community.

Installation

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

Development

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 [email protected]:macagua/pyve.git
$ cd pyve/
$ make setup

For test, you need to execute the following command:

$ make test

Q/A Status

Python35

TravisCI

CircleCI

CoverallIO

Contribute

Support

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.

License

The project is licensed under the GPLv3.