FactorioSolver


NameFactorioSolver JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryTools to solve the Factorio problem
upload_time2024-11-03 14:43:43
maintainerNone
docs_urlNone
authorNim
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FactorioSolver

Python helper to produce production graphs from the game recipes. Default data is Factorio 2.0. Space Exploration data also available.

## Source

`https://gitlab.com/Santerre/factoriosolver`

## Installation

`pyhon -m pip install FactorioSolver`

## Basic usage

To print a production graph, use : 
```py
import FactorioSolver.FactorioSolver as fs
fs.print_production({"automation-science-pack": 1})
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "FactorioSolver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nim",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/56/57/41b557611b5f1623ce117d890384d63224320b08f43e734861a233acf80d/factoriosolver-0.1.0.tar.gz",
    "platform": null,
    "description": "# FactorioSolver\r\n\r\nPython helper to produce production graphs from the game recipes. Default data is Factorio 2.0. Space Exploration data also available.\r\n\r\n## Source\r\n\r\n`https://gitlab.com/Santerre/factoriosolver`\r\n\r\n## Installation\r\n\r\n`pyhon -m pip install FactorioSolver`\r\n\r\n## Basic usage\r\n\r\nTo print a production graph, use : \r\n```py\r\nimport FactorioSolver.FactorioSolver as fs\r\nfs.print_production({\"automation-science-pack\": 1})\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools to solve the Factorio problem",
    "version": "0.1.0",
    "project_urls": {
        "Repository": "https://gitlab.com/Santerre/factoriosolver"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01523dd53684c9ebd7ca548e05aff9378efbaf26007f68959fff5ae87a07950e",
                "md5": "197787f4c3583327b5a68d88b93221c6",
                "sha256": "5a7c47549b369181e783c046618c71eafbe7918d1981037662769e6b26c5990a"
            },
            "downloads": -1,
            "filename": "FactorioSolver-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "197787f4c3583327b5a68d88b93221c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 65270,
            "upload_time": "2024-11-03T14:43:42",
            "upload_time_iso_8601": "2024-11-03T14:43:42.238777Z",
            "url": "https://files.pythonhosted.org/packages/01/52/3dd53684c9ebd7ca548e05aff9378efbaf26007f68959fff5ae87a07950e/FactorioSolver-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "565741b557611b5f1623ce117d890384d63224320b08f43e734861a233acf80d",
                "md5": "9149708824da1c34e3ef05735e4d66a2",
                "sha256": "3682a75d3e9799ccdcea74a1f017404ae3ccfb3e8e8c78da23b78c951af9427b"
            },
            "downloads": -1,
            "filename": "factoriosolver-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9149708824da1c34e3ef05735e4d66a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 63889,
            "upload_time": "2024-11-03T14:43:43",
            "upload_time_iso_8601": "2024-11-03T14:43:43.658455Z",
            "url": "https://files.pythonhosted.org/packages/56/57/41b557611b5f1623ce117d890384d63224320b08f43e734861a233acf80d/factoriosolver-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 14:43:43",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "Santerre",
    "gitlab_project": "factoriosolver",
    "lcname": "factoriosolver"
}
        
Nim
Elapsed time: 0.33852s