inoopa_utils


Nameinoopa_utils JSON
Version 4.3.7 PyPI version JSON
download
home_pagehttps://bitbucket.org/inoopa/inoopa_utils/
SummaryCollection of utils used at Inoopa.
upload_time2024-12-03 09:12:57
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/78/54/37de5f4bc118aa5a66d3c99e3e39dc57d28e75332dd53249c309ccca53f8/inoopa_utils-4.3.7.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": "4.3.7",
    "project_urls": {
        "Homepage": "https://bitbucket.org/inoopa/inoopa_utils/",
        "Repository": "https://bitbucket.org/inoopa/inoopa_utils/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9af89d3b5767c867402b54645921bf6738a966e5f6a6930262e7c91f42b9c81",
                "md5": "ace712efb311edd7cb31eb5c75e0fef7",
                "sha256": "2bc682dc96fb10dc7c0268babb241651cbf9adc4854ebe93119be2b97b196091"
            },
            "downloads": -1,
            "filename": "inoopa_utils-4.3.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ace712efb311edd7cb31eb5c75e0fef7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 40080,
            "upload_time": "2024-12-03T09:12:55",
            "upload_time_iso_8601": "2024-12-03T09:12:55.149100Z",
            "url": "https://files.pythonhosted.org/packages/e9/af/89d3b5767c867402b54645921bf6738a966e5f6a6930262e7c91f42b9c81/inoopa_utils-4.3.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "785437de5f4bc118aa5a66d3c99e3e39dc57d28e75332dd53249c309ccca53f8",
                "md5": "e6382138284ad2cf0dac1a0983f88cff",
                "sha256": "2a9173f0e8d5473f1f9b52bfe99000f1d42f80a7eed58ac049906019d253695c"
            },
            "downloads": -1,
            "filename": "inoopa_utils-4.3.7.tar.gz",
            "has_sig": false,
            "md5_digest": "e6382138284ad2cf0dac1a0983f88cff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 32376,
            "upload_time": "2024-12-03T09:12:57",
            "upload_time_iso_8601": "2024-12-03T09:12:57.168766Z",
            "url": "https://files.pythonhosted.org/packages/78/54/37de5f4bc118aa5a66d3c99e3e39dc57d28e75332dd53249c309ccca53f8/inoopa_utils-4.3.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 09:12:57",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "inoopa",
    "bitbucket_project": "inoopa_utils",
    "lcname": "inoopa_utils"
}
        
Elapsed time: 0.43355s