{ "info": { "author": "Jotham Apaloo", "author_email": "jotham.apaloo@tesera.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: Scientific/Engineering" ], "description": "Master: |Codeship Status for tesera/gypsy master| Dev: |Codeship Status for tesera/gypsy dev|\n\n|Coverage Status| |Documentation Status| |PyPI License| |DOI|\n\n**Conda-forge**\n\n|Anaconda-Server Version| |Anaconda-Server Downloads|\n\nLinux: |Circle CI| OSX: |TravisCI| Windows: |AppVeyor|\n\n**PyPI**\n\n|PyPI version| |PyPI Downloads| |PyPI Python Versions| |PyPI Format|\n\npygypsy\n=======\n\npygypsy is a python implementation of the forest **Growth and Yield Projection\nSYstem** [HuangEtAl2009]_.\n\nIts main usage mode is a command line interface; it also has a an API for\nprogrammatic use.\n\nIt's benefits over other offerings are:\n\n- configurable\n- control over the implementation\n- fast\n- easy to simulate multiple plots\n\n\n.. [HuangEtAl2009] Huang, Meng, Yang (2009). A Growth and Yield Projection System for Natural and Post-Harvest Stands in Alberta. Retrieved from http://www1.agric.gov.ab.ca/$department/deptdocs.nsf/all/formain15784/$file/GYPSY-Natural-PostHarvestStands-Alberta-May21-2009.pdf?OpenElement\n\nInstallation\n------------\n\npygypsy is available in the following package repositories\n\n1. PyPI\n\n::\n\n pip install pygypsy\n\n2. conda-forge\n\n::\n\n conda config --add channels conda-forge\n conda install pygypsy\n\nConda is the recommended environment for using gypsy on windows. Installation\nfrom PyPI currently requires compilation of cython extensions and C code; on\nLinux and OSX this is rarely problematic.\n\nIt is recommended to install in a\n`virtualenv `__ or\n`conda env `__ to avoid\nclobbering system or other projects' python pacakges.\n\nUsage\n-----\n\npygypsy provides a command line interface for convenient usage\n\nThe complete documentation can be accessed with ``pygypsy -h``:\n\n::\n\n Usage: pygypsy [OPTIONS] COMMAND [ARGS]...\n\n Growth and Yield Projection System\n\n Note: 'prep' subcommand must be run before 'simulate'\n\n Options:\n -v, --verbose\n -o, --output-dir PATH\n -h, --help Show this message and exit.\n\n Commands:\n generate_config Generate a configuration file Generates a...\n plot Create charts for all files in pygypsy...\n prep Prepare stand data for use in pygpysy...\n simulate Run pygypsy simulation\n\nDocumentation for subcommands is available via\n``pygypsy SUBCOMMAND -h``:\n\nGetting help\n------------\n\nIf you are interesting in using or developing pygypsy and would like\nassistance:\n\n1. Check the |pygypsy docs|\n2. Check the |pygypsy issue tracker|\n3. Open a |new pygypsy issue|\n\nContributing\n------------\n\nIf you would like to contribute to pygypsy, start by reviewing the `contributing guide `__. If you need help getting started, see `Getting help`_.\n\n\n.. |pygypsy issue tracker| replace:: `pygypsy issue tracker `__\n.. |new pygypsy issue| replace:: `new pygypsy issue `__\n.. |pygypsy docs| replace:: `pygypsy docs `__\n\n.. |Codeship Status for tesera/gypsy master| image:: https://app.codeship.com/projects/79989040-748f-0134-c8fb-56e5180c42b3/status?branch=master\n :target: https://app.codeship.com/projects/179242\n.. |Codeship Status for tesera/gypsy dev| image:: https://app.codeship.com/projects/79989040-748f-0134-c8fb-56e5180c42b3/status?branch=dev\n :target: https://app.codeship.com/projects/179242\n.. |Coverage Status| image:: https://coveralls.io/repos/github/tesera/pygypsy/badge.svg?branch=dev\n :target: https://coveralls.io/github/tesera/pygypsy?branch=dev\n.. |Documentation Status| image:: https://readthedocs.org/projects/pygypsy/badge/?version=latest\n :target: http://pygypsy.readthedocs.io/en/latest/?badge=latest\n.. |PyPI License| image:: https://img.shields.io/pypi/l/pygypsy.svg\n :target: https://img.shields.io/pypi/l/pygypsy.svg\n.. |Anaconda-Server Version| image:: https://anaconda.org/conda-forge/pygypsy/badges/version.svg\n :target: https://anaconda.org/conda-forge/pygypsy\n.. |Anaconda-Server Downloads| image:: https://anaconda.org/conda-forge/pygypsy/badges/downloads.svg\n :target: https://anaconda.org/conda-forge/pygypsy\n.. |Circle CI| image:: https://circleci.com/gh/conda-forge/pygypsy-feedstock.svg?style=shield\n :target: https://circleci.com/gh/conda-forge/pygypsy-feedstock\n.. |TravisCI| image:: https://travis-ci.org/conda-forge/pygypsy-feedstock.svg?branch=master\n :target: https://travis-ci.org/conda-forge/pygypsy-feedstock\n.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/github/conda-forge/pygypsy-feedstock?svg=True\n :target: https://ci.appveyor.com/project/conda-forge/pygypsy-feedstock/branch/master\n.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/pygypsy.svg\n :target: https://img.shields.io/pypi/dm/pygypsy.svg\n.. |PyPI version| image:: https://badge.fury.io/py/pygypsy.svg\n :target: https://badge.fury.io/py/pygypsy\n.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/pygypsy.svg\n :target: https://img.shields.io/pypi/pyversions/pygypsy.svg\n.. |PyPI Format| image:: https://img.shields.io/pypi/format/pygypsy.svg\n :target: https://img.shields.io/pypi/format/pygypsy.svg\n.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.197110.svg\n :target: https://doi.org/10.5281/zenodo.197110", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pygypsy", "package_url": "https://pypi.org/project/pygypsy/", "platform": "", "project_url": "https://pypi.org/project/pygypsy/", "project_urls": null, "release_url": "https://pypi.org/project/pygypsy/0.4.0/", "requires_dist": null, "requires_python": "", "summary": "Forestry Growth and Yield Projection System", "version": "0.4.0" }, "last_serial": 2607762, "releases": { "0.2.3": [ { "comment_text": "", "digests": { "md5": "47db8c1f988571644adef1e14efd99ad", "sha256": "862974b5d1d099d3a0bee2b5008aec55efb1728ebc2b9fdadb2aa4f751479314" }, "downloads": -1, "filename": "pygypsy-0.2.3.tar.gz", "has_sig": false, "md5_digest": "47db8c1f988571644adef1e14efd99ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106684, "upload_time": "2016-12-05T20:03:05", "url": "https://files.pythonhosted.org/packages/fe/9f/6a31ea7da814261bea5afdac43d22d7f31d342d07a5f821bb6b4c704d08b/pygypsy-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "90368adaac5920845dc4e53508f013ef", "sha256": "c255d4d9938a5e15e98d950492ffbecec71ba7343317f1136a53e1d26aa6665b" }, "downloads": -1, "filename": "pygypsy-0.2.4.tar.gz", "has_sig": false, "md5_digest": "90368adaac5920845dc4e53508f013ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101887, "upload_time": "2016-12-05T22:06:41", "url": "https://files.pythonhosted.org/packages/2a/c1/539a943ad4147fe7934bc8315c9161a1ae9048953b15de66a7297fbd3b9c/pygypsy-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "7d6d57e422e049974ac4d24da245655e", "sha256": "d9c72f5885d441438b3a74aa550fe150a75440178f15b5c8548e175cc3fe84af" }, "downloads": -1, "filename": "pygypsy-0.2.5.tar.gz", "has_sig": false, "md5_digest": "7d6d57e422e049974ac4d24da245655e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102980, "upload_time": "2016-12-06T00:18:52", "url": "https://files.pythonhosted.org/packages/35/18/589a61babb556a0709e00ec008d3156f8eef26c904145145765ac0addd15/pygypsy-0.2.5.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "836fd6291b3a6d4c4507a14dc24523bd", "sha256": "4894b7ef3c6c0079002323058068f625722ebf155a7e8b4ad15426aa12533d79" }, "downloads": -1, "filename": "pygypsy-0.2.7.tar.gz", "has_sig": false, "md5_digest": "836fd6291b3a6d4c4507a14dc24523bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103760, "upload_time": "2016-12-07T17:56:26", "url": "https://files.pythonhosted.org/packages/c4/8e/9da7e8f11bfdccdcdf7f6bf61a87a7cf4676c4e2f0118de4395987ba7a47/pygypsy-0.2.7.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "69ed8e8d8bfa085609afe7c5c3394b4a", "sha256": "aabaa61594853d077acf98803d837fcb5e089e928fd29ccda299b33aa203d211" }, "downloads": -1, "filename": "pygypsy-0.2.8.tar.gz", "has_sig": false, "md5_digest": "69ed8e8d8bfa085609afe7c5c3394b4a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100144, "upload_time": "2016-12-08T19:17:12", "url": "https://files.pythonhosted.org/packages/16/12/7d79caae5bce77bdd01df41115c904ca9af2d2951d45821c8c64607488c4/pygypsy-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "f9aaf1c2e402d69e7405a5c7df46aaa6", "sha256": "a0f4e0444fda2e3205f91468c2f765ad5bdc303538668bbafa7e12f5cbf21941" }, "downloads": -1, "filename": "pygypsy-0.2.9.tar.gz", "has_sig": false, "md5_digest": "f9aaf1c2e402d69e7405a5c7df46aaa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101031, "upload_time": "2016-12-14T18:11:10", "url": "https://files.pythonhosted.org/packages/6b/81/eb9f16a1f5f5e80dac73669ac09a525941caa02b0a6da82dc157ae5a2b3e/pygypsy-0.2.9.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "6ba198d4ac96680348476cc81ebce86e", "sha256": "a7b4e77fc7fbe4e7d8c60a2792ca0eacef21dac17997f33c0d5da368ed1cdd11" }, "downloads": -1, "filename": "pygypsy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "6ba198d4ac96680348476cc81ebce86e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99816, "upload_time": "2017-01-12T18:43:47", "url": "https://files.pythonhosted.org/packages/0f/60/70366afd533533788a10bc412d7a34bb2c4e1e4de36383cdcb2d49a4fe21/pygypsy-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "3593808c369dbe6a52374263eb654b57", "sha256": "f78a9267cde1424c84140bd32399966174f670bccddfd3632a88ec74813c08f0" }, "downloads": -1, "filename": "pygypsy-0.4.0.tar.gz", "has_sig": false, "md5_digest": "3593808c369dbe6a52374263eb654b57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102218, "upload_time": "2017-01-30T22:30:53", "url": "https://files.pythonhosted.org/packages/7a/21/f556183e1d156195006bb03fdf09c33479c486ebf71433b1570cf7c0471f/pygypsy-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3593808c369dbe6a52374263eb654b57", "sha256": "f78a9267cde1424c84140bd32399966174f670bccddfd3632a88ec74813c08f0" }, "downloads": -1, "filename": "pygypsy-0.4.0.tar.gz", "has_sig": false, "md5_digest": "3593808c369dbe6a52374263eb654b57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102218, "upload_time": "2017-01-30T22:30:53", "url": "https://files.pythonhosted.org/packages/7a/21/f556183e1d156195006bb03fdf09c33479c486ebf71433b1570cf7c0471f/pygypsy-0.4.0.tar.gz" } ] }