projgen


Nameprojgen JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryProject Manager
upload_time2024-05-09 19:36:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords programming projects
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ProjGen: The Project Manager Forcing You To Make Cool Stuff
As I want to make cool projects, but never finish them, I've made
this program. Every 30 days a new project will be generated, and you
get 30 days to build that.

## Getting Started
```bash
pip install projgen
projgen new-db
projgen show-database
projgen status
```

## Adding things to the database
```bash
projgen add-db-item "type" "Cli Tool"
projgen add-db-requirement "type" "Cli Tool" "cliToolAction"
projgen add-db-item "cliToolAction" "Git Info Viewer"
projgen add-db-item "cliToolAction" "Project Manager Forcing You To Make Cool Stuff"
```

## Getting a project
During the thirty days, you can't get a new project. Once these 30 days are over, 
you can get a new project by running
```bash
projgen update
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "projgen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "programming, projects",
    "author": null,
    "author_email": "Ceayo <ceayo@duck.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/43/c5422f6c3e182a0b61572b88e1cb6b4026643ab3a8e484f4b49bde5e63fd/projgen-0.1.0.tar.gz",
    "platform": null,
    "description": "# ProjGen: The Project Manager Forcing You To Make Cool Stuff\nAs I want to make cool projects, but never finish them, I've made\nthis program. Every 30 days a new project will be generated, and you\nget 30 days to build that.\n\n## Getting Started\n```bash\npip install projgen\nprojgen new-db\nprojgen show-database\nprojgen status\n```\n\n## Adding things to the database\n```bash\nprojgen add-db-item \"type\" \"Cli Tool\"\nprojgen add-db-requirement \"type\" \"Cli Tool\" \"cliToolAction\"\nprojgen add-db-item \"cliToolAction\" \"Git Info Viewer\"\nprojgen add-db-item \"cliToolAction\" \"Project Manager Forcing You To Make Cool Stuff\"\n```\n\n## Getting a project\nDuring the thirty days, you can't get a new project. Once these 30 days are over, \nyou can get a new project by running\n```bash\nprojgen update\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "Project Manager",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "programming",
        " projects"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18feba80d392caa37a6d408f961baefbe44aaa319524045796e856e7e65adabd",
                "md5": "bc8f8b60594c0c1f8bb6d9508a6821da",
                "sha256": "c56e81eab18e45120ec9b23a882791143834f48a1ff85335866624454e6012fa"
            },
            "downloads": -1,
            "filename": "projgen-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc8f8b60594c0c1f8bb6d9508a6821da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2974,
            "upload_time": "2024-05-09T19:36:02",
            "upload_time_iso_8601": "2024-05-09T19:36:02.977071Z",
            "url": "https://files.pythonhosted.org/packages/18/fe/ba80d392caa37a6d408f961baefbe44aaa319524045796e856e7e65adabd/projgen-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d643c5422f6c3e182a0b61572b88e1cb6b4026643ab3a8e484f4b49bde5e63fd",
                "md5": "3b1402ae139ad92fc9fcc58739329691",
                "sha256": "60ce7efd60f59df0846c09183f641d7f4056e7d612ab0b6b95292aa1e8242f6a"
            },
            "downloads": -1,
            "filename": "projgen-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3b1402ae139ad92fc9fcc58739329691",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2249,
            "upload_time": "2024-05-09T19:36:05",
            "upload_time_iso_8601": "2024-05-09T19:36:05.222293Z",
            "url": "https://files.pythonhosted.org/packages/d6/43/c5422f6c3e182a0b61572b88e1cb6b4026643ab3a8e484f4b49bde5e63fd/projgen-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 19:36:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "projgen"
}
        
Elapsed time: 0.23274s