aske


Nameaske JSON
Version 0.5.1 PyPI version JSON
download
home_pageNone
SummaryPlatform Architect Development Framework
upload_time2025-02-23 02:47:48
maintainerNone
docs_urlNone
authorASKE Team
requires_python>=3.9
licenseMIT License Copyright (c) 2024 ASKE Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords platform architecture development framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ASKE - Platform Architect Development Framework

ASKE is a command-line tool designed to simplify and accelerate the process of initializing and managing development projects. Initially, ASKE focuses on Python, providing an automated way to set up a Python environment complete with virtual environments, git initialization, and essential project files. This allows developers to focus on coding rather than repetitive setup tasks.

## Why ASKE?

In modern development, setting up a new project can be time-consuming with manual steps for configuration and environment setup. ASKE was created to:

- **Automate Repetitive Tasks:** Quickly initialize a new project with a standardized structure.

- **Boost Productivity:** Reduce setup time so you can concentrate on development.

- **Lay the Foundation for Multi-Framework Support:** While ASKE currently focuses on Python, future versions will support additional frameworks such as Node.js, 
Ruby, Java, Go, and PHP.

## Installation

### Using pip

Install ASKE globally via pip:

```pip install aske```

Using Homebrew

Alternatively, if you prefer Homebrew (note that the Homebrew formula is pending integration into the official Homebrew-core):

```brew tap caraveo/aske && brew install aske```

Usage

To create a new Python project, use the following command:

```aske python project-name```

Available commands:

```aske node project-name```

```aske next project-name```

```aske express project-name```

```aske ruby project-name```

Initialize a projects git repository and add a .gitignore file:

```aske init```


### This command will:
	- Create a new project directory named project-name.
	- Set up a Python virtual environment inside the directory.
	- Generate essential project files (e.g., requirements.txt, .env, and a starter app.py).
	- Initialize a Git repository for version control.

## Future Framework Support

### ASKE is built with extensibility in mind. Planned future enhancements include support for:
	- Ruby: (e.g., Rails, Sinatra)
	- Java: (e.g., Spring Boot)
	- Go: (e.g., Gin, Echo)
	- PHP: (e.g., Laravel)

These additions will make ASKE a versatile initializer for a wide range of development environments.

## Contributing

Contributions are welcome! If you have ideas for improvements or additional features, please fork the repository and submit a pull request. For major changes, feel free to open an issue first to discuss your ideas.

## License

ASKE is released under the MIT License. See the LICENSE file for more details.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aske",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "platform, architecture, development, framework",
    "author": "ASKE Team",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7d/ac/5d4343874b2937e1b79fbe664bb9dd3b1aeb3466897ed2ea56bb48b7a00d/aske-0.5.1.tar.gz",
    "platform": null,
    "description": "# ASKE - Platform Architect Development Framework\n\nASKE is a command-line tool designed to simplify and accelerate the process of initializing and managing development projects. Initially, ASKE focuses on Python, providing an automated way to set up a Python environment complete with virtual environments, git initialization, and essential project files. This allows developers to focus on coding rather than repetitive setup tasks.\n\n## Why ASKE?\n\nIn modern development, setting up a new project can be time-consuming with manual steps for configuration and environment setup. ASKE was created to:\n\n- **Automate Repetitive Tasks:** Quickly initialize a new project with a standardized structure.\n\n- **Boost Productivity:** Reduce setup time so you can concentrate on development.\n\n- **Lay the Foundation for Multi-Framework Support:** While ASKE currently focuses on Python, future versions will support additional frameworks such as Node.js, \nRuby, Java, Go, and PHP.\n\n## Installation\n\n### Using pip\n\nInstall ASKE globally via pip:\n\n```pip install aske```\n\nUsing Homebrew\n\nAlternatively, if you prefer Homebrew (note that the Homebrew formula is pending integration into the official Homebrew-core):\n\n```brew tap caraveo/aske && brew install aske```\n\nUsage\n\nTo create a new Python project, use the following command:\n\n```aske python project-name```\n\nAvailable commands:\n\n```aske node project-name```\n\n```aske next project-name```\n\n```aske express project-name```\n\n```aske ruby project-name```\n\nInitialize a projects git repository and add a .gitignore file:\n\n```aske init```\n\n\n### This command will:\n\t- Create a new project directory named project-name.\n\t- Set up a Python virtual environment inside the directory.\n\t- Generate essential project files (e.g., requirements.txt, .env, and a starter app.py).\n\t- Initialize a Git repository for version control.\n\n## Future Framework Support\n\n### ASKE is built with extensibility in mind. Planned future enhancements include support for:\n\t- Ruby: (e.g., Rails, Sinatra)\n\t- Java: (e.g., Spring Boot)\n\t- Go: (e.g., Gin, Echo)\n\t- PHP: (e.g., Laravel)\n\nThese additions will make ASKE a versatile initializer for a wide range of development environments.\n\n## Contributing\n\nContributions are welcome! If you have ideas for improvements or additional features, please fork the repository and submit a pull request. For major changes, feel free to open an issue first to discuss your ideas.\n\n## License\n\nASKE is released under the MIT License. See the LICENSE file for more details.\n\n",
    "bugtrack_url": null,
    "license": "MIT License\n         \n         Copyright (c) 2024 ASKE Contributors\n         \n         Permission is hereby granted, free of charge, to any person obtaining a copy\n         of this software and associated documentation files (the \"Software\"), to deal\n         in the Software without restriction, including without limitation the rights\n         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n         copies of the Software, and to permit persons to whom the Software is\n         furnished to do so, subject to the following conditions:\n         \n         The above copyright notice and this permission notice shall be included in all\n         copies or substantial portions of the Software.\n         \n         THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n         SOFTWARE.",
    "summary": "Platform Architect Development Framework",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://github.com/caraveo/aske"
    },
    "split_keywords": [
        "platform",
        " architecture",
        " development",
        " framework"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7dac5d4343874b2937e1b79fbe664bb9dd3b1aeb3466897ed2ea56bb48b7a00d",
                "md5": "f41ea9891d4f0f2aeb114af8968be760",
                "sha256": "0a3988a12b99052064243b5b8ffd9dad30f5cfb20ca21bbe42e23ccca459313c"
            },
            "downloads": -1,
            "filename": "aske-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f41ea9891d4f0f2aeb114af8968be760",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15074,
            "upload_time": "2025-02-23T02:47:48",
            "upload_time_iso_8601": "2025-02-23T02:47:48.485637Z",
            "url": "https://files.pythonhosted.org/packages/7d/ac/5d4343874b2937e1b79fbe664bb9dd3b1aeb3466897ed2ea56bb48b7a00d/aske-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-23 02:47:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "caraveo",
    "github_project": "aske",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aske"
}
        
Elapsed time: 1.26296s