my-dev-env


Namemy-dev-env JSON
Version 0.9.0 PyPI version JSON
download
home_pagehttps://github.com/shenek/my-dev-env
SummaryThis is a meta package which can be installed to download and install other dependencies used for development in python.
upload_time2022-12-25 22:57:16
maintainer
docs_urlNone
authorStepan Henek
requires_python
licenseBSD
keywords virtualenv dev
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # My Dev Env

This is a meta package which can be installed to download and install other dependencies
used for development in python. It is a kind of collection of development packages used
for various configurations.


## Installation

It is prefered to install this package into your virtual environment after the initialization of the environment. So you can used the development tools right from the start.

To install it, you can simply run:

```bash
pip install my-dev-env
```


This will install just a basic set of packages. You can also install wider range of packages:

```bash
pip install my-dev-env[django]
```


Currently you can install packages from these extra collections:

* `node`
* `django`
* `release`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shenek/my-dev-env",
    "name": "my-dev-env",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "virtualenv dev",
    "author": "Stepan Henek",
    "author_email": "stepan@henek.name",
    "download_url": "",
    "platform": null,
    "description": "# My Dev Env\n\nThis is a meta package which can be installed to download and install other dependencies\nused for development in python. It is a kind of collection of development packages used\nfor various configurations.\n\n\n## Installation\n\nIt is prefered to install this package into your virtual environment after the initialization of the environment. So you can used the development tools right from the start.\n\nTo install it, you can simply run:\n\n```bash\npip install my-dev-env\n```\n\n\nThis will install just a basic set of packages. You can also install wider range of packages:\n\n```bash\npip install my-dev-env[django]\n```\n\n\nCurrently you can install packages from these extra collections:\n\n* `node`\n* `django`\n* `release`\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "This is a meta package which can be installed to download and install other dependencies used for development in python.",
    "version": "0.9.0",
    "split_keywords": [
        "virtualenv",
        "dev"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "68ad883764f3fc40316ce99b51243ce9",
                "sha256": "b22fafa67f91e151b7967706fa53440ba4ed17d3b1b43b7636fb1052bd727a34"
            },
            "downloads": -1,
            "filename": "my_dev_env-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68ad883764f3fc40316ce99b51243ce9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2641,
            "upload_time": "2022-12-25T22:57:16",
            "upload_time_iso_8601": "2022-12-25T22:57:16.657756Z",
            "url": "https://files.pythonhosted.org/packages/47/8f/c61f599cae952ccafc4aa1625137f7c76907d4ab3da15337c9ce371939e5/my_dev_env-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 22:57:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "shenek",
    "github_project": "my-dev-env",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "my-dev-env"
}
        
Elapsed time: 0.02826s