sakib-helpers


Namesakib-helpers JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://w3code.tech
Summarypython helper functions/methods
upload_time2023-08-07 03:10:58
maintainer
docs_urlNone
authorSakib Malik
requires_python>=3.6
license
keywords arithmetic math mathematics python tutorial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django filter

## Requirments

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install all the requirements.
Just follow the commands below:

Upgrade Setuptoos:
```bash
python -m pip install --upgrade twine setuptools
```

Install Wheel:
```bash
pip install wheel
```

Make a build for your Library/Package:
```bash
python setup.py sdist bdist_wheel
```

Install twine:
```bash
pip install twine
```

Upload Your Library:
```bash
twine upload dist/*
```

If the above command fail to upload:
```bash
python -m twine upload dist/*
```



If you want to upload through Git repo,
Add this code after import statements
```python
here = os.path.abspath(os.path.dirname(__file__))

with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
    long_description = "\n" + fh.read()
```
After add this code you have to add an Readme.md file and the just follow the commands above.

            

Raw data

            {
    "_id": null,
    "home_page": "https://w3code.tech",
    "name": "sakib-helpers",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "arithmetic,math,mathematics,python tutorial",
    "author": "Sakib Malik",
    "author_email": "maliksakib347@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/29/82/c6b13fb9a2def54e73242c31c698cb26ad232ddddfcb8d62fd75063d32dc/sakib_helpers-0.0.3.tar.gz",
    "platform": null,
    "description": "# django filter\r\n\r\n## Requirments\r\n\r\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install all the requirements.\r\nJust follow the commands below:\r\n\r\nUpgrade Setuptoos:\r\n```bash\r\npython -m pip install --upgrade twine setuptools\r\n```\r\n\r\nInstall Wheel:\r\n```bash\r\npip install wheel\r\n```\r\n\r\nMake a build for your Library/Package:\r\n```bash\r\npython setup.py sdist bdist_wheel\r\n```\r\n\r\nInstall twine:\r\n```bash\r\npip install twine\r\n```\r\n\r\nUpload Your Library:\r\n```bash\r\ntwine upload dist/*\r\n```\r\n\r\nIf the above command fail to upload:\r\n```bash\r\npython -m twine upload dist/*\r\n```\r\n\r\n\r\n\r\nIf you want to upload through Git repo,\r\nAdd this code after import statements\r\n```python\r\nhere = os.path.abspath(os.path.dirname(__file__))\r\n\r\nwith codecs.open(os.path.join(here, \"README.md\"), encoding=\"utf-8\") as fh:\r\n    long_description = \"\\n\" + fh.read()\r\n```\r\nAfter add this code you have to add an Readme.md file and the just follow the commands above.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "python helper functions/methods",
    "version": "0.0.3",
    "project_urls": {
        "Docs": "https://w3code.tech",
        "Homepage": "https://w3code.tech"
    },
    "split_keywords": [
        "arithmetic",
        "math",
        "mathematics",
        "python tutorial"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fcdcb84fd16c9ed51cd6ef22918048cc686925caf7d86fff5cfec579e9cca4f",
                "md5": "0f6a6ff54ed91d789f3c65c3e8618481",
                "sha256": "f3a8e58e698fd500d85ebecc022043a9e921332ab19a491f8b238af087a84836"
            },
            "downloads": -1,
            "filename": "sakib_helpers-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f6a6ff54ed91d789f3c65c3e8618481",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6741,
            "upload_time": "2023-08-07T03:10:56",
            "upload_time_iso_8601": "2023-08-07T03:10:56.135479Z",
            "url": "https://files.pythonhosted.org/packages/8f/cd/cb84fd16c9ed51cd6ef22918048cc686925caf7d86fff5cfec579e9cca4f/sakib_helpers-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2982c6b13fb9a2def54e73242c31c698cb26ad232ddddfcb8d62fd75063d32dc",
                "md5": "4a2552878daf4a3381573ce02d4c954c",
                "sha256": "a3941f06e267f06b28075c33a6eb21cab0f13624e2ebc455aa4def1ea3c757e4"
            },
            "downloads": -1,
            "filename": "sakib_helpers-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4a2552878daf4a3381573ce02d4c954c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6725,
            "upload_time": "2023-08-07T03:10:58",
            "upload_time_iso_8601": "2023-08-07T03:10:58.605254Z",
            "url": "https://files.pythonhosted.org/packages/29/82/c6b13fb9a2def54e73242c31c698cb26ad232ddddfcb8d62fd75063d32dc/sakib_helpers-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 03:10:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sakib-helpers"
}
        
Elapsed time: 0.22611s