An open API service indexing awesome lists of open source software.

https://github.com/macagua/pyve

Documentation from Python Venezuela Community
https://github.com/macagua/pyve

community-project example-code example-project python pyve venezuela

Last synced: 7 months ago
JSON representation

Documentation from Python Venezuela Community

Awesome Lists containing this project

README

          

====
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 git@github.com: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
----------

- Issue Tracker: https://github.com/macagua/pyve/issues

- Source Code: https://github.com/macagua/pyve

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.

.. |LogoPyVe| image:: https://avatars2.githubusercontent.com/u/1817205?s=200&v=4
:target: https://pyve.github.io/

.. |Twitter| image:: https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fmacagua%2Fpyve
:target: https://twitter.com/intent/tweet?text=Download%20and%20use%20%27pyve%27%20package%20for%20doing%20Python%20trainings%20in%20Venezuela%20%F0%9F%87%BB%F0%9F%87%AA%20https://github.com/macagua/pyve

.. |Contributors| image:: https://img.shields.io/github/contributors/macagua/pyve.svg
:target: https://github.com/macagua/pyve/graphs/contributors

.. |GitHubLicense| image:: https://img.shields.io/github/license/macagua/pyve.svg
:target: https://github.com/macagua/pyve/blob/master/LICENSE

.. |GitHubIssues| image:: https://img.shields.io/github/issues/macagua/pyve
:target: https://github.com/macagua/pyve/issues

.. |GitHubForks| image:: https://img.shields.io/github/forks/macagua/pyve
:target: https://github.com/macagua/pyve/network/members

.. |GitHubStars| image:: https://img.shields.io/github/stars/macagua/pyve
:target: https://github.com/macagua/pyve/stargazers

.. |Python35| image:: https://img.shields.io/badge/Python-3.5-blue
:target: https://www.python.org/downloads/release/python-350/

.. |TravisCI| image:: https://travis-ci.org/macagua/pyve.svg?branch=master
:target: https://travis-ci.org/macagua/pyve

.. |CircleCI| image:: https://circleci.com/gh/macagua/pyve.svg?style=svg
:target: https://circleci.com/gh/macagua/pyve

.. |CoverallIO| image:: https://coveralls.io/repos/github/macagua/pyve/badge.svg?branch=master
:target: https://coveralls.io/github/macagua/pyve?branch=master