Metadata-Version: 2.1
Name: pilar
Version: 0.0.1
Summary: Python packaging made easy
Home-page: https://pypi.org/project/pilar
Author: Fulan@ de Tal
Author-email: fulano.de.tal@macondo.co
License: MIT
Keywords: Python Package
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# PILAR
## Python Interface to Land Atmosphere Reservoir model

<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> 
[![version](https://img.shields.io/pypi/v/pilar?color=blue)](https://pypi.org/project/pilar/)
[![downloads](https://img.shields.io/pypi/dw/pilar)](https://pypi.org/project/pilar/)

Always start the README explaining clearly what your package do.  If
you can include here some beautiful image to call the attention of the
potential user do it!

This is an example:

<p align="center"><img src="https://drive.google.com/uc?export=view&id=1XWnQLEt_oBJjVzMLFVGEAm_uh4zmiYvC" alt="Logo""/></p>

## Download and install

Describe here how the package can be downloaded and install it in
different arquitectures.

If you are using `PyPI` installation it's as simple as:

```
pip install pilar
```


## Quick start

In this section you should provide the most simple instructions to use
your package.

For instance:

```
import pilar
print(pilar.version)
```

## Code examples

Provide some detailed examples for more advanced users.

For instance:

```
import pilar
obj = MyClass()
```

## What's new

If your package will be frequently updated with new features include a
section describing the new features added to it:

Version 0.0.*:

- First version of the package.

------------

This package has been designed and written by Fulanit@ de Tal (C) 202X
