inoopa_utils


Nameinoopa_utils JSON
Version 5.2.1 PyPI version JSON
download
home_pagehttps://bitbucket.org/inoopa/inoopa_utils/
SummaryCollection of utils used at Inoopa.
upload_time2024-12-22 17:06:13
maintainerNone
docs_urlNone
authorDev Inoopa
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Inoopa's helpers

This repo contains helper functions we use in all of our python projects.

## This is pushed publicly to Pypi, so NEVER commit any secret here

## How to use this package in your code

```bash
pip install inoopa_utils
```

```python
from inoopa_utils.mongodb_helpers import DbManagerMongo

db_manager = DbManagerMongo()
```

## How to publish package to Pypi

After any code change, **update the package version** in [pyproject.toml](./pyproject.toml) at the key `version`.

Then, at the root of the repo:

```bash
# Login to Pypi
poetry config pypi-token.pypi <Pypi API token here>

# Build project
poetry build

# Publish
poetry publish
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/inoopa/inoopa_utils/",
    "name": "inoopa_utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dev Inoopa",
    "author_email": "dev@inoopa.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/da/204e8600acdcde7b548df970a161ca398e08306169541ff52fb1e99e7adc/inoopa_utils-5.2.1.tar.gz",
    "platform": null,
    "description": "# Inoopa's helpers\n\nThis repo contains helper functions we use in all of our python projects.\n\n## This is pushed publicly to Pypi, so NEVER commit any secret here\n\n## How to use this package in your code\n\n```bash\npip install inoopa_utils\n```\n\n```python\nfrom inoopa_utils.mongodb_helpers import DbManagerMongo\n\ndb_manager = DbManagerMongo()\n```\n\n## How to publish package to Pypi\n\nAfter any code change, **update the package version** in [pyproject.toml](./pyproject.toml) at the key `version`.\n\nThen, at the root of the repo:\n\n```bash\n# Login to Pypi\npoetry config pypi-token.pypi <Pypi API token here>\n\n# Build project\npoetry build\n\n# Publish\npoetry publish\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collection of utils used at Inoopa.",
    "version": "5.2.1",
    "project_urls": {
        "Homepage": "https://bitbucket.org/inoopa/inoopa_utils/",
        "Repository": "https://bitbucket.org/inoopa/inoopa_utils/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "671df73d260833c0c0545837d1a36d6d2e298a85159d7dc3ddaff9b6d7632993",
                "md5": "c28b8e5e8a206d0682e320b7d673ff86",
                "sha256": "d193671045f12d5bcb551eaed6d2107aa61238559245bc8e67a119127d2f8945"
            },
            "downloads": -1,
            "filename": "inoopa_utils-5.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c28b8e5e8a206d0682e320b7d673ff86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 42371,
            "upload_time": "2024-12-22T17:06:10",
            "upload_time_iso_8601": "2024-12-22T17:06:10.912161Z",
            "url": "https://files.pythonhosted.org/packages/67/1d/f73d260833c0c0545837d1a36d6d2e298a85159d7dc3ddaff9b6d7632993/inoopa_utils-5.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcda204e8600acdcde7b548df970a161ca398e08306169541ff52fb1e99e7adc",
                "md5": "8ef8d0db93e39652a08f5eb980b8b07d",
                "sha256": "796662d2803f5b6c1f87fbdbe9cdfe7ed0f1a4a083cea23a1930fe526a6a4ac1"
            },
            "downloads": -1,
            "filename": "inoopa_utils-5.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "8ef8d0db93e39652a08f5eb980b8b07d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 34063,
            "upload_time": "2024-12-22T17:06:13",
            "upload_time_iso_8601": "2024-12-22T17:06:13.680986Z",
            "url": "https://files.pythonhosted.org/packages/fc/da/204e8600acdcde7b548df970a161ca398e08306169541ff52fb1e99e7adc/inoopa_utils-5.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-22 17:06:13",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "inoopa",
    "bitbucket_project": "inoopa_utils",
    "lcname": "inoopa_utils"
}
        
Elapsed time: 0.58229s