toolsos


Nametoolsos JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryOS tools
upload_time2025-08-22 09:24:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords tools onderzoek & statistiek
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tools Onderzoek & Statistiek

This package contains the tools used by the data scientists/researchers working at Onderzoek & Statistiek.

## Tools

- Huisstijl:
  - Tables: create `huisstijl` formatted excel files
  - Huisstijl: create `huisstijl` figures
- Database
  - Database connection: tools to connect to database
  - Database transfer: easily transfer tables between databases using sqlalchemy to reflect metadata
- Download: quickly download specific branch of repo to local folder
- Geo: some helpers to download geo data
- Polars helpers:
- Create tables: create tables that can be published with custom rounding

## Installation instructions

The package can be installed using:
    - pip
      - Use pip install "toolsos[all]". This will install the package including all the dependencies
    - conda.
      - Use pip install toolsos. The user has to download the dependencies themselves. At a later stage we might native support for conda

## Building the package

Instructions on building a package can be found [here](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

- py -m pip install --upgrade build
- py -m build

## Uploading the package to PyPi

- make a pypi account
- ask to be added as collaborator to toolsos
- first update twine: py -m pip install --upgrade twine
- upload to pypi: twine upload dist/* --skip-existing

## Install to local enviroment for testing

- python -m venv local (maak een lokale venv aan)
- local\Scripts\activate (activeer de venv)
- pip install -e . (installer toolsos)
- pip install -r local_requirements.txt (installeer de benodigde dependencies)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "toolsos",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "tools, Onderzoek & Statistiek",
    "author": null,
    "author_email": "OS <d.schmitz@amsterdam.nl>",
    "download_url": "https://files.pythonhosted.org/packages/2a/1b/8c9c0a1073f6282086bd062941ae406805a58cbadfaa93f8e1dab96461e1/toolsos-0.3.2.tar.gz",
    "platform": null,
    "description": "# Tools Onderzoek & Statistiek\r\n\r\nThis package contains the tools used by the data scientists/researchers working at Onderzoek & Statistiek.\r\n\r\n## Tools\r\n\r\n- Huisstijl:\r\n  - Tables: create `huisstijl` formatted excel files\r\n  - Huisstijl: create `huisstijl` figures\r\n- Database\r\n  - Database connection: tools to connect to database\r\n  - Database transfer: easily transfer tables between databases using sqlalchemy to reflect metadata\r\n- Download: quickly download specific branch of repo to local folder\r\n- Geo: some helpers to download geo data\r\n- Polars helpers:\r\n- Create tables: create tables that can be published with custom rounding\r\n\r\n## Installation instructions\r\n\r\nThe package can be installed using:\r\n    - pip\r\n      - Use pip install \"toolsos[all]\". This will install the package including all the dependencies\r\n    - conda.\r\n      - Use pip install toolsos. The user has to download the dependencies themselves. At a later stage we might native support for conda\r\n\r\n## Building the package\r\n\r\nInstructions on building a package can be found [here](https://packaging.python.org/en/latest/tutorials/packaging-projects/)\r\n\r\n- py -m pip install --upgrade build\r\n- py -m build\r\n\r\n## Uploading the package to PyPi\r\n\r\n- make a pypi account\r\n- ask to be added as collaborator to toolsos\r\n- first update twine: py -m pip install --upgrade twine\r\n- upload to pypi: twine upload dist/* --skip-existing\r\n\r\n## Install to local enviroment for testing\r\n\r\n- python -m venv local (maak een lokale venv aan)\r\n- local\\Scripts\\activate (activeer de venv)\r\n- pip install -e . (installer toolsos)\r\n- pip install -r local_requirements.txt (installeer de benodigde dependencies)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "OS tools",
    "version": "0.3.2",
    "project_urls": null,
    "split_keywords": [
        "tools",
        " onderzoek & statistiek"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37183828024a92943faec1809055338f7a28b3d8eb8c2398d389d6bece31dea2",
                "md5": "d81ac982b6486a6d75dd23db42c6df12",
                "sha256": "d9729e5fac96c8a92264eb4463687b56bc61d63570db0978372117eac7764557"
            },
            "downloads": -1,
            "filename": "toolsos-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d81ac982b6486a6d75dd23db42c6df12",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 24331,
            "upload_time": "2025-08-22T09:24:48",
            "upload_time_iso_8601": "2025-08-22T09:24:48.866786Z",
            "url": "https://files.pythonhosted.org/packages/37/18/3828024a92943faec1809055338f7a28b3d8eb8c2398d389d6bece31dea2/toolsos-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a1b8c9c0a1073f6282086bd062941ae406805a58cbadfaa93f8e1dab96461e1",
                "md5": "0945b4fe026ad35646cbb6b20ae7bac2",
                "sha256": "7af7f16e6cd679ea7e17ae70f10de11fc124aac22c28123d6d5e63c221a9f77b"
            },
            "downloads": -1,
            "filename": "toolsos-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0945b4fe026ad35646cbb6b20ae7bac2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21245,
            "upload_time": "2025-08-22T09:24:50",
            "upload_time_iso_8601": "2025-08-22T09:24:50.112646Z",
            "url": "https://files.pythonhosted.org/packages/2a/1b/8c9c0a1073f6282086bd062941ae406805a58cbadfaa93f8e1dab96461e1/toolsos-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 09:24:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "toolsos"
}
        
Elapsed time: 2.54909s