heimdall-tools


Nameheimdall-tools JSON
Version 1.2.2 PyPI version JSON
download
home_pagehttps://github.com/your_username/your_package
SummaryCustom package including all modules required for my application
upload_time2024-10-22 12:05:51
maintainerNone
docs_urlNone
authorRobin Thomas
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Heimdall Tools

This is a custom package created to use different modules in a single place.
The wrapper methods are designed in a way to produce the best results to the application.
This helps in code reusability and to improve the performance of application

# Create or modify package

i. Add the new module in heimdall_tools folder

ii. Modify setup.py 

    ..* add dependencies

iii. Create the update package file

    python setup.py sdist

iv. Upload to pypi using twine
s
    twine upload dist/*

#  How to install package

pip install [--upgrade] heimdall_tools


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/your_username/your_package",
    "name": "heimdall-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Robin Thomas",
    "author_email": "robin@clockhash.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/11/ad35a2401657e788c02fcd9f2c6ace888bbd9e2218b609e32df051d46024/heimdall_tools-1.2.2.tar.gz",
    "platform": null,
    "description": "# Heimdall Tools\n\nThis is a custom package created to use different modules in a single place.\nThe wrapper methods are designed in a way to produce the best results to the application.\nThis helps in code reusability and to improve the performance of application\n\n# Create or modify package\n\ni. Add the new module in heimdall_tools folder\n\nii. Modify setup.py \n\n    ..* add dependencies\n\niii. Create the update package file\n\n    python setup.py sdist\n\niv. Upload to pypi using twine\ns\n    twine upload dist/*\n\n#  How to install package\n\npip install [--upgrade] heimdall_tools\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Custom package including all modules required for my application",
    "version": "1.2.2",
    "project_urls": {
        "Homepage": "https://github.com/your_username/your_package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb11ad35a2401657e788c02fcd9f2c6ace888bbd9e2218b609e32df051d46024",
                "md5": "89e9e77aa04a43085207e85009295757",
                "sha256": "86564ce3007ad6e85690d7d2d6b6063822b97c1cf2a075aa2a0bb29a8ce7e3df"
            },
            "downloads": -1,
            "filename": "heimdall_tools-1.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "89e9e77aa04a43085207e85009295757",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5176,
            "upload_time": "2024-10-22T12:05:51",
            "upload_time_iso_8601": "2024-10-22T12:05:51.097082Z",
            "url": "https://files.pythonhosted.org/packages/fb/11/ad35a2401657e788c02fcd9f2c6ace888bbd9e2218b609e32df051d46024/heimdall_tools-1.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 12:05:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "your_username",
    "github_project": "your_package",
    "github_not_found": true,
    "lcname": "heimdall-tools"
}
        
Elapsed time: 0.36645s