python-template-cookiecutter-demo


Namepython-template-cookiecutter-demo JSON
Version 0.0.0 PyPI version JSON
download
home_page
SummaryMy package description
upload_time2024-01-22 22:06:02
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords one two
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-course-package

## Quick start

```bash
pip install python-template-cookiecutter-demo
```

```python
from template_demo import ...
```

## Contributing

```bash
# clone the repo
git clone https://github.com/badohoun/python-course-package.git

# install the dev dependencies
make install

# run the tests
make test
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-template-cookiecutter-demo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "one,two",
    "author": "",
    "author_email": "Espoir Badohoun <some-email@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/90/15/d52579540d9c06cd002c223099f608c04c109c27b55cef281cc4ff5982f2/python-template-cookiecutter-demo-0.0.0.tar.gz",
    "platform": null,
    "description": "# python-course-package\n\n## Quick start\n\n```bash\npip install python-template-cookiecutter-demo\n```\n\n```python\nfrom template_demo import ...\n```\n\n## Contributing\n\n```bash\n# clone the repo\ngit clone https://github.com/badohoun/python-course-package.git\n\n# install the dev dependencies\nmake install\n\n# run the tests\nmake test\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "My package description",
    "version": "0.0.0",
    "project_urls": null,
    "split_keywords": [
        "one",
        "two"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "608b99b2f7953238212546e9dcfcfc9501f5ec94506a42e24bd83e5aa5208f8c",
                "md5": "e225c192e327e79af82d12e9b6fd5b5a",
                "sha256": "5dbb3142c598e857be12c7131cde72a9c5898a5f9484371cdaa304a1a06058ce"
            },
            "downloads": -1,
            "filename": "python_template_cookiecutter_demo-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e225c192e327e79af82d12e9b6fd5b5a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3667,
            "upload_time": "2024-01-22T22:06:00",
            "upload_time_iso_8601": "2024-01-22T22:06:00.269245Z",
            "url": "https://files.pythonhosted.org/packages/60/8b/99b2f7953238212546e9dcfcfc9501f5ec94506a42e24bd83e5aa5208f8c/python_template_cookiecutter_demo-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9015d52579540d9c06cd002c223099f608c04c109c27b55cef281cc4ff5982f2",
                "md5": "4535682165b0b2043e04be8490fdd43a",
                "sha256": "21360c5a1ac4db43dbd2d21d2d13c66450c0974cac7191fb8d8554fe9aacb056"
            },
            "downloads": -1,
            "filename": "python-template-cookiecutter-demo-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4535682165b0b2043e04be8490fdd43a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3983,
            "upload_time": "2024-01-22T22:06:02",
            "upload_time_iso_8601": "2024-01-22T22:06:02.404425Z",
            "url": "https://files.pythonhosted.org/packages/90/15/d52579540d9c06cd002c223099f608c04c109c27b55cef281cc4ff5982f2/python-template-cookiecutter-demo-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 22:06:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-template-cookiecutter-demo"
}
        
Elapsed time: 0.22868s