dj-beat-drop


Namedj-beat-drop JSON
Version 0.5.5 PyPI version JSON
download
home_pageNone
SummaryAdd your description here
upload_time2024-11-03 19:57:04
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<div align="center">
  <p align="center">
    <img alt="logo" src="https://raw.githubusercontent.com/epicserve/dj-beat-drop/main/images/logo.jpg" alt="Logo" width="250"><br>
    *Placeholder logo*
  </p>
</div>

# dj-beat-drop

`dj-beat-drop` is a CLI utility designed to simplify the creation of new Django projects by organizing all configuration
files into a `config` directory, instead of using Django's default naming convention. This approach avoids the
antipattern of naming the config directory the same as the project name.

<div align="center">
  <p align="center">
    <img alt="logo" src="https://raw.githubusercontent.com/epicserve/dj-beat-drop/main/images/demo.gif" alt="Logo" width="800">
  </p>
</div>

## Project Status

This project is in the very early stages of development, focusing on defining the API. Future releases will include
additional features and improvements.

## Features

- **Simplified Project Structure**: All configuration files are placed in a `config` directory.
- **Latest Django Version**: Currently, the utility uses the latest release of Django.

## Future Goals

- **Third-Party Templates**: Add support for using a third-party template.
- **Polish**: Add lots of polish inspired by `laravel` CLI.
- **Official Django Project**: Aim to have this utility included as an official Django project, potentially renaming the 
  command to `django` for easier usage (e.g., `django new`).
- ~~**Tests**: Add tests to ensure the utility works as expected.~~
- ~~**Environment Variables**: Add support for environment variables to configure the project.~~
- ~~**LTS Version**: Add an option so you can use the latest LTS version of Django instead of the latest release default.~~
- ~~**`pyproject.toml` Integration**: Set up new Django projects with a `pyproject.toml` file that can be used by `uv` to
  run the project.~~

## Installation

```sh
pip install dj-beat-drop
```

## Usage

```sh
# If you just installed dj-beat-drop, then reload your shell to make the command available.
beatdrop new example_project
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dj-beat-drop",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/37/db/c25f3f87a19f7239e22438c9f4c2bb9ef70dba031555a4525eaa925731c3/dj_beat_drop-0.5.5.tar.gz",
    "platform": null,
    "description": "\n<div align=\"center\">\n  <p align=\"center\">\n    <img alt=\"logo\" src=\"https://raw.githubusercontent.com/epicserve/dj-beat-drop/main/images/logo.jpg\" alt=\"Logo\" width=\"250\"><br>\n    *Placeholder logo*\n  </p>\n</div>\n\n# dj-beat-drop\n\n`dj-beat-drop` is a CLI utility designed to simplify the creation of new Django projects by organizing all configuration\nfiles into a `config` directory, instead of using Django's default naming convention. This approach avoids the\nantipattern of naming the config directory the same as the project name.\n\n<div align=\"center\">\n  <p align=\"center\">\n    <img alt=\"logo\" src=\"https://raw.githubusercontent.com/epicserve/dj-beat-drop/main/images/demo.gif\" alt=\"Logo\" width=\"800\">\n  </p>\n</div>\n\n## Project Status\n\nThis project is in the very early stages of development, focusing on defining the API. Future releases will include\nadditional features and improvements.\n\n## Features\n\n- **Simplified Project Structure**: All configuration files are placed in a `config` directory.\n- **Latest Django Version**: Currently, the utility uses the latest release of Django.\n\n## Future Goals\n\n- **Third-Party Templates**: Add support for using a third-party template.\n- **Polish**: Add lots of polish inspired by `laravel` CLI.\n- **Official Django Project**: Aim to have this utility included as an official Django project, potentially renaming the \n  command to `django` for easier usage (e.g., `django new`).\n- ~~**Tests**: Add tests to ensure the utility works as expected.~~\n- ~~**Environment Variables**: Add support for environment variables to configure the project.~~\n- ~~**LTS Version**: Add an option so you can use the latest LTS version of Django instead of the latest release default.~~\n- ~~**`pyproject.toml` Integration**: Set up new Django projects with a `pyproject.toml` file that can be used by `uv` to\n  run the project.~~\n\n## Installation\n\n```sh\npip install dj-beat-drop\n```\n\n## Usage\n\n```sh\n# If you just installed dj-beat-drop, then reload your shell to make the command available.\nbeatdrop new example_project\n```",
    "bugtrack_url": null,
    "license": null,
    "summary": "Add your description here",
    "version": "0.5.5",
    "project_urls": {
        "Documentation": "https://github.com/epicserve/dj-beat-drop",
        "Homepage": "https://github.com/epicserve/dj-beat-drop",
        "Source": "https://github.com/epicserve/dj-beat-drop"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b7182f5170fcfec57b44c7f244f1fbee4f7c0e3c8cae5f391d3333cf11d5f09",
                "md5": "750de8ebbabdd257463706c1f2328fac",
                "sha256": "54508848f055f9c682d197af4f0d9ad97568e069ae5f50649e9d8082e2564f8a"
            },
            "downloads": -1,
            "filename": "dj_beat_drop-0.5.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "750de8ebbabdd257463706c1f2328fac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 26711,
            "upload_time": "2024-11-03T19:57:02",
            "upload_time_iso_8601": "2024-11-03T19:57:02.208347Z",
            "url": "https://files.pythonhosted.org/packages/9b/71/82f5170fcfec57b44c7f244f1fbee4f7c0e3c8cae5f391d3333cf11d5f09/dj_beat_drop-0.5.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37dbc25f3f87a19f7239e22438c9f4c2bb9ef70dba031555a4525eaa925731c3",
                "md5": "293c16ef1fe73926c137fa89654751a1",
                "sha256": "44781ccb918a4896b17070246e4bb2785732b3eaec641c0c147d4b502901af32"
            },
            "downloads": -1,
            "filename": "dj_beat_drop-0.5.5.tar.gz",
            "has_sig": false,
            "md5_digest": "293c16ef1fe73926c137fa89654751a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 894479,
            "upload_time": "2024-11-03T19:57:04",
            "upload_time_iso_8601": "2024-11-03T19:57:04.324587Z",
            "url": "https://files.pythonhosted.org/packages/37/db/c25f3f87a19f7239e22438c9f4c2bb9ef70dba031555a4525eaa925731c3/dj_beat_drop-0.5.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-03 19:57:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "epicserve",
    "github_project": "dj-beat-drop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dj-beat-drop"
}
        
Elapsed time: 5.39520s