pilar


Namepilar JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://pypi.org/project/pilar
SummaryPython packaging made easy
upload_time2023-12-21 21:02:27
maintainer
docs_urlNone
authorFulan@ de Tal
requires_python
licenseMIT
keywords python package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/pilar",
    "name": "pilar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python Package",
    "author": "Fulan@ de Tal",
    "author_email": "fulano.de.tal@macondo.co",
    "download_url": "https://files.pythonhosted.org/packages/57/32/f219f947bb41925109029d9070021e7f3b3eb5a8a189a6348102c64295f4/pilar-0.0.1.tar.gz",
    "platform": null,
    "description": "# PILAR\n## Python Interface to Land Atmosphere Reservoir model\n\n<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> \n[![version](https://img.shields.io/pypi/v/pilar?color=blue)](https://pypi.org/project/pilar/)\n[![downloads](https://img.shields.io/pypi/dw/pilar)](https://pypi.org/project/pilar/)\n\nAlways start the README explaining clearly what your package do.  If\nyou can include here some beautiful image to call the attention of the\npotential user do it!\n\nThis is an example:\n\n<p align=\"center\"><img src=\"https://drive.google.com/uc?export=view&id=1XWnQLEt_oBJjVzMLFVGEAm_uh4zmiYvC\" alt=\"Logo\"\"/></p>\n\n## Download and install\n\nDescribe here how the package can be downloaded and install it in\ndifferent arquitectures.\n\nIf you are using `PyPI` installation it's as simple as:\n\n```\npip install pilar\n```\n\n\n## Quick start\n\nIn this section you should provide the most simple instructions to use\nyour package.\n\nFor instance:\n\n```\nimport pilar\nprint(pilar.version)\n```\n\n## Code examples\n\nProvide some detailed examples for more advanced users.\n\nFor instance:\n\n```\nimport pilar\nobj = MyClass()\n```\n\n## What's new\n\nIf your package will be frequently updated with new features include a\nsection describing the new features added to it:\n\nVersion 0.0.*:\n\n- First version of the package.\n\n------------\n\nThis package has been designed and written by Fulanit@ de Tal (C) 202X\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python packaging made easy",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://pypi.org/project/pilar"
    },
    "split_keywords": [
        "python",
        "package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5732f219f947bb41925109029d9070021e7f3b3eb5a8a189a6348102c64295f4",
                "md5": "fbb3ec3e5986426126de29cc4bec2c00",
                "sha256": "aabff09f85454f1bb54f7104886cfe6d2b916e5e24c1e0406ee15a9a81256609"
            },
            "downloads": -1,
            "filename": "pilar-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fbb3ec3e5986426126de29cc4bec2c00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3400,
            "upload_time": "2023-12-21T21:02:27",
            "upload_time_iso_8601": "2023-12-21T21:02:27.222462Z",
            "url": "https://files.pythonhosted.org/packages/57/32/f219f947bb41925109029d9070021e7f3b3eb5a8a189a6348102c64295f4/pilar-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-21 21:02:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pilar"
}
        
Elapsed time: 0.17823s