metaibricks


Namemetaibricks JSON
Version 0.1 PyPI version JSON
download
home_pagehttp://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks
SummaryMet-AI-Bricks : Meteorological AI Bricks
upload_time2022-02-18 11:44:06
maintainer
docs_urlNone
authorLabIA-MF
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MetAIBricks : Meteorological AI Bricks

**Status (develop branch)**

[![Lines of Code](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=ncloc)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![Maintenabilité Sonar](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=sqale_rating)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![Fiabilité Sonar](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=reliability_rating)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![Sécurité Sonar](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=security_rating)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![Coverage](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=coverage)](http://sonar.meteo.fr/dashboard?id=metaibricks)

[![pipeline status](http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks/badges/dev/pipeline.svg)](http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks/-/commits/dev)

MetAIBricks is a package that allows you to easily train a neural network, by providing the basic development bricks you may need.

For now MetAIBricks allows you to download files through FTP protocol.

## Installation

### Dependencies
* Python (>= 3.9.7)
* pydantic (>=1.9.0)

### User installation

To install MetAIBricks, simply :
```bash
$ pip install metaibricks
```

To install the latest development release from MF Nexus:
```bash
$ pip install --index-url http://nexm01-sidev.meteo.fr/repository/pypi-snapshots-metaibricks/simple --trusted-host nexm01-sidev.meteo.fr metaibricks
```

## Documentation

[MetAIBricks documentation](docs/home.md) contains :
 * a [User documentation](docs/user_docs.md)
 * a [Developper documentation](docs/dev_docs.md)

## Changelog

See the [changelog](CHANGELOG.md) for a history of notable changes to MetAIBricks.

## Development

### Important links

* Official source code repo: http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks
* Download releases: https://pypi.org/project/metaibricks/
* Issue tracker: http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks/-/issues
* [Developper documentation](docs/dev_docs.md)

### Source code

You can check the latest sources with the command:

```bash
git clone http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks.git
```

To install the MetAIBricks in dev-mode, checkout the [developper installation guide](docs/dev_docs.md#dev-installation).




            

Raw data

            {
    "_id": null,
    "home_page": "http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks",
    "name": "metaibricks",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "LabIA-MF",
    "author_email": "lab_ia@meteo.fr",
    "download_url": "https://files.pythonhosted.org/packages/42/4b/9a5e36b1482c4ca09508e6aabb3a2a3db7d1dfaa12968f6f53bb0b0d45c1/metaibricks-0.1.tar.gz",
    "platform": "",
    "description": "# MetAIBricks : Meteorological AI Bricks\n\n**Status (develop branch)**\n\n[![Lines of Code](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=ncloc)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![Maintenabilit\u00e9 Sonar](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=sqale_rating)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![Fiabilit\u00e9 Sonar](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=reliability_rating)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![S\u00e9curit\u00e9 Sonar](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=security_rating)](http://sonar.meteo.fr/dashboard?id=metaibricks) [![Coverage](http://sonar.meteo.fr/api/project_badges/measure?project=metaibricks&metric=coverage)](http://sonar.meteo.fr/dashboard?id=metaibricks)\n\n[![pipeline status](http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks/badges/dev/pipeline.svg)](http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks/-/commits/dev)\n\nMetAIBricks is a package that allows you to easily train a neural network, by providing the basic development bricks you may need.\n\nFor now MetAIBricks allows you to download files through FTP protocol.\n\n## Installation\n\n### Dependencies\n* Python (>= 3.9.7)\n* pydantic (>=1.9.0)\n\n### User installation\n\nTo install MetAIBricks, simply :\n```bash\n$ pip install metaibricks\n```\n\nTo install the latest development release from MF Nexus:\n```bash\n$ pip install --index-url http://nexm01-sidev.meteo.fr/repository/pypi-snapshots-metaibricks/simple --trusted-host nexm01-sidev.meteo.fr metaibricks\n```\n\n## Documentation\n\n[MetAIBricks documentation](docs/home.md) contains :\n * a [User documentation](docs/user_docs.md)\n * a [Developper documentation](docs/dev_docs.md)\n\n## Changelog\n\nSee the [changelog](CHANGELOG.md) for a history of notable changes to MetAIBricks.\n\n## Development\n\n### Important links\n\n* Official source code repo: http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks\n* Download releases: https://pypi.org/project/metaibricks/\n* Issue tracker: http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks/-/issues\n* [Developper documentation](docs/dev_docs.md)\n\n### Source code\n\nYou can check the latest sources with the command:\n\n```bash\ngit clone http://gitlab.meteo.fr/deep_learning/ai-lab-tools/met-ai-bricks.git\n```\n\nTo install the MetAIBricks in dev-mode, checkout the [developper installation guide](docs/dev_docs.md#dev-installation).\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Met-AI-Bricks : Meteorological AI Bricks",
    "version": "0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5510f896b20b7b241107fcff20bf2354",
                "sha256": "93eb955f28e915959bd24a51a88fce62ef2d9f952427956f596ab262e6eed85f"
            },
            "downloads": -1,
            "filename": "metaibricks-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5510f896b20b7b241107fcff20bf2354",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12364,
            "upload_time": "2022-02-18T11:44:04",
            "upload_time_iso_8601": "2022-02-18T11:44:04.639184Z",
            "url": "https://files.pythonhosted.org/packages/c9/74/bb9059df5507d212da69f5d26379338755af72ae83037a27148b7035d67f/metaibricks-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "fd607f82dde79d13f1e1cfcf629daf7d",
                "sha256": "eb1b9e9647d53e23bd2a26d83bd74fb22fed6a6fdd881d714e209b98e91399aa"
            },
            "downloads": -1,
            "filename": "metaibricks-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fd607f82dde79d13f1e1cfcf629daf7d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10505,
            "upload_time": "2022-02-18T11:44:06",
            "upload_time_iso_8601": "2022-02-18T11:44:06.133969Z",
            "url": "https://files.pythonhosted.org/packages/42/4b/9a5e36b1482c4ca09508e6aabb3a2a3db7d1dfaa12968f6f53bb0b0d45c1/metaibricks-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-02-18 11:44:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "metaibricks"
}
        
Elapsed time: 0.01934s