معرفی شرکت ها


deadsimplevenv-0.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Dead simle wrapper for venv
ویژگی مقدار
سیستم عامل -
نام فایل deadsimplevenv-0.2.1
نام deadsimplevenv
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده racoonx2p
ایمیل نویسنده racoonx2p@gmail.com
آدرس صفحه اصلی https://github.com/racoonx2p/deadsimplevenv
آدرس اینترنتی https://pypi.org/project/deadsimplevenv/
مجوز MIT
# 💀💀💀 deadsimplevenv > Simple wrapper for python venv If you want to automate python project structure creation and great projects as [POETRY](https://python-poetry.org/) cannot be used in your envinronment, you can try **deadsimplevenv**. It does not add anything special and it stucks with basic python setuptools 🛠. ## How to use ![how to use](examples/cli.gif) ## What it does for me 1. It will create following folder structure by default: ```shell . ├── .cz.toml ├── .git ├── .gitignore ├── .venv ├── LICENSE ├── README.md ├── my_ultra_mega_project │   └── __ini__.py ├── setup.cfg └── setup.py ``` 2. It will create venv and install/upgrade following packages (you can add/remove packages in your [config](#config-file)): - pip - setuptools - wheel - black - pylint - commitizen 3. It will connect to your devops platform (github or gitlab) and create project and make initial commit. ## Installation ```shell # Make dir for deadsimplevenv λ mkdir deadsimplevenv && cd deadsimplevenv # Use python -m venv for the last time :)) λ python -m venv .venv && source .venv/bin/activate # Install deadsimplevenv λ[.venv] pip install deadsimplevenv # OPTIONAL - make alias for deadsimplevenv λ[.venv] which deadsimplevenv /path/to/the/deadsimplevenv/.venv/bin/deadsimplevenv λ[.venv] echo "alias deadsimplevenv=/path/to/the/deadsimplevenv/.venv/bin/deadsimplevenv" >> ~/.bashrc λ[.venv] source ~/.bashrc ``` ## Token needed You need to specify [gitlab](https://docs.gitlab.com/ee///////user/profile/personal_access_tokens.html) or [github](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) token in the [config file](#config-file). ## Options ```shell Usage: deadsimplevenv [OPTIONS] You can load custom config from ~/.config/deadsimplevenv Options: -p, --project PATH Project name -d, --description TEXT Brief project description -u, --username TEXT Your username -n, --name TEXT Your full name -e, --email TEXT Your email adress -l, --license [MIT|GNU|EMPTY] Project license --devops_platform [github|gitlab] Your devops platform --devops_url TEXT Your devops url --devops_group TEXT Your devops group --makerepo Create repo in DEVOPS --norepo Do not create repo in DEVOPS --private / --public Create repo in DEVOPS [default: True] --token TEXT DEVOPS token --help Show this message and exit. ``` ## Config file You can make your own config file in default config locations for each platform: - Other Unix: $XDG_CONFIG_HOME/app and ~/.config/deadsimplevenv - OS X: ~/.config/app and ~/Library/Application Support/deadsimplevenv Check [example config](https://github.com/racoonx2p/deadsimplevenv/blob/master/examples/example_config.yaml) in examples folder for possible parameters.


نیازمندی

مقدار نام
- PyGithub
- alive-progress
- click
- confuse
- gitpython
- jinja2
- python-gitlab
- questionary
- wheel


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl deadsimplevenv-0.2.1:

    pip install deadsimplevenv-0.2.1.whl


نصب پکیج tar.gz deadsimplevenv-0.2.1:

    pip install deadsimplevenv-0.2.1.tar.gz