quicks


Namequicks JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://pypi.org/project/quicks
SummaryQuicks Project Generator
upload_time2024-11-28 22:53:07
maintainerNone
docs_urlNone
authorDanil Akhtarov
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quicks

Project generator

```
pip install quicks

quicks example.yml PROJECT_NAME
```

example.yml Jinja2 style

```yaml
files:
  - ['{{project}}/__init__.py', 'alias']
  - '{{project}}/__main__.py'
  - '{{project}}/requirements.txt'
  - '.gitignore'
  - 'LICENSE'
  - 'Dockerfile'
  - 'README.md'

templates:
  'alias': |
    # auto generate
  'README.md': |
    # {{project}}
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/quicks",
    "name": "quicks",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Danil Akhtarov",
    "author_email": "daxartio@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/d2/519cb09367e2a2c0580497b2c5b083862467614fe2fe50ae4776c7761ef1/quicks-0.0.6.tar.gz",
    "platform": null,
    "description": "# Quicks\n\nProject generator\n\n```\npip install quicks\n\nquicks example.yml PROJECT_NAME\n```\n\nexample.yml Jinja2 style\n\n```yaml\nfiles:\n  - ['{{project}}/__init__.py', 'alias']\n  - '{{project}}/__main__.py'\n  - '{{project}}/requirements.txt'\n  - '.gitignore'\n  - 'LICENSE'\n  - 'Dockerfile'\n  - 'README.md'\n\ntemplates:\n  'alias': |\n    # auto generate\n  'README.md': |\n    # {{project}}\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Quicks Project Generator",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://pypi.org/project/quicks",
        "Repository": "https://github.com/daxartio/quicks"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8ffc0cf43a9dbde1b555342b4090deaf5bf2aff045c4b1e6a487b70774990ac",
                "md5": "f78e490bce9e9537c7af8963bb8b7b98",
                "sha256": "a225dd7d7f950b28450878782e6cbcaa706a0f7ebef0ff813f105ef450657bb4"
            },
            "downloads": -1,
            "filename": "quicks-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f78e490bce9e9537c7af8963bb8b7b98",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4626,
            "upload_time": "2024-11-28T22:53:05",
            "upload_time_iso_8601": "2024-11-28T22:53:05.977623Z",
            "url": "https://files.pythonhosted.org/packages/a8/ff/c0cf43a9dbde1b555342b4090deaf5bf2aff045c4b1e6a487b70774990ac/quicks-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5d2519cb09367e2a2c0580497b2c5b083862467614fe2fe50ae4776c7761ef1",
                "md5": "79e80ecfe0ac04e3e8f3a15905c45e24",
                "sha256": "5e1e6597c657b0e86e3ccc22a15102b826d2363b007580a3b11a6789ef3c12a9"
            },
            "downloads": -1,
            "filename": "quicks-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "79e80ecfe0ac04e3e8f3a15905c45e24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3219,
            "upload_time": "2024-11-28T22:53:07",
            "upload_time_iso_8601": "2024-11-28T22:53:07.521177Z",
            "url": "https://files.pythonhosted.org/packages/a5/d2/519cb09367e2a2c0580497b2c5b083862467614fe2fe50ae4776c7761ef1/quicks-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-28 22:53:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daxartio",
    "github_project": "quicks",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "quicks"
}
        
Elapsed time: 6.80016s