Skip to content

Commit

Permalink
Actualización del archivo README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dzul authored and Alex Dzul committed Feb 28, 2015
1 parent df3433b commit 32f1571
Showing 1 changed file with 51 additions and 18 deletions.
69 changes: 51 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,46 @@
pyql-weather
============

### Python Wrapper for YQL an Yahoo Weather.
Python Wrapper for YQL an Yahoo Weather.
----------------------------------------

### Acceso a tablas
Instalación.
-------------

> Se tiene disponible el acceso a las siguientes tablas:
La manera fácil de instalar la librería es a través de la herramienta pip::

pip install pyql-weather

+ geo.continents
+ geo.counties
+ geo.countries
+ geo.seas
+ geo.placetypes
+ geo.placefinder
+ geo.places
+ geo.concordance
+ geo.states
+ geo.oceans
+ geo.districs
+ weather.forecast
o de igual manera se puede descargar el archivo tar.gz desde:

### Otras Características:
1. https://pypi.python.org/pypi/pyql-weather/0.2

y ejecutar el siguiente comando::

python setup.py install


Acceso a tablas
---------------

Se tiene disponible el acceso a las siguientes tablas:


* geo.continents
* geo.counties
* geo.countries
* geo.seas
* geo.placetypes
* geo.placefinder
* geo.places
* geo.concordance
* geo.states
* geo.oceans
* geo.districs
* weather.forecast

Otras Características:
######################

Adicional a estas tablas, existe un objeto llamado:

Expand All @@ -30,8 +49,22 @@ Adicional a estas tablas, existe un objeto llamado:
El cual nos permite ejecutar consultas YQL personalizadas a Yahoo.


### Documentación
Documentación
-------------

Si deseas leer más sobre esta librería, te recomiendo ingresar a:

http://pyql-weather.readthedocs.org
* http://pyql-weather.readthedocs.org


Autor:
=======

Alex Dzul

* Python & Django Developer.


1. http://alexdzul.com
2. http://github.com/alexdzul
3. http://twitter.com/alexjs88

0 comments on commit 32f1571

Please sign in to comment.