Skip to main content

MDSANIMA-DEV Python Development Tools

Project description

mdsanima-dev

license-mdsanima latest-version-on-pypi github-top-language pypi-python-version code-style-black

pype-total-downloads github-repo-stars github-open-issues github-closed-issues github-deployments github-pages-documentation

Python package mdsanima-dev is for colorizing, adding emoji and making table on console shell print output. You can find here Python modules that's make coding easier and cooler, includes several useful modules that we're use in various projects. In the future we're add more cool function on this package.

Docomentation available at GitHub Pages, be sure to check it.

Installation

Instructions how to install the Python package mdsanima-dev on your system.

Options PyPI, setup or wheel allows you to install the package globally on your system. If you want to install the package in an isolated environment on your system use the virtualenv options.

Using PyPI

Install latest version:

python3 -m pip install mdsanima-dev

Install specific version:

python3 -m pip install mdsanima-dev==0.1.1

Upgrade package to latest version:

python3 -m pip install --upgrade mdsanima-dev

Reinstall package to latest version:

python3 -m pip install --force-reinstall msdsanima-dev

Uninstall package:

python3 -m pip uninstall mdsanima-dev

Using setup

Install the package using easy install options, but this is an deprecated method and not recommend using this, instead of this method please use wheel options for install.

Clone repository with all number of commits history using HTTPS:

git clone https://github.com/mdsanima-dev/mdsanima-dev.git

Clone repository with the specified number of commits history using SSH:

git clone --depth=1 git@github.com:mdsanima-dev/mdsanima-dev.git

Then go to the repository directory cd mdsanima-dev and install the package:

python3 setup.py install

Using wheel

Build package from source then install it. Clone the repository just like in the using setup statement then type in the terminal:

python3 setup.py sdist bdist_wheel

The package build creates new directories where the installation files are located the build and dist directories. Then install the package just like in the using PyPI statement, but instead of entering the package name, give the path to the .whl file that was built earlier:

python3 -m pip install --force-reinstall dist/mdsanima_dev-0.1.1-py3-none-any.whl

In this case I used the --force-reinstall option because I had an earlier version of this package already installed.

On virtualenv

Create and activate virtual environment in hidden folder, type in the terminal:

virtualenv .venv
source .venv/bin/activate

If you want to create and activate virtual environment with specific Python version, type in the terminal:

virtualenv venv39 -p python3.9
source venv39/bin/activate

Finnaly install the package in virtual environment, type in the terminal:

pip install mdsanima-dev

Also you can use PyPI, setup or wheel options.

Deactivate virtual environment, type in the terminal:

deactivate

You can use also venv instead of this option, just type python3 -m venv venv in the terminal.

Develempent

Instruction for the Python package development. Please check the documentation site for more information.

Showcase

mdsanima-dev-python-show

Follow Me

These are my social media account, be sure to check it. Thanks!

github-followers-mdsanima twitter-follow-toudajew twitter-follow-str9led twitter-follow-mdsanima

subreddit-subscribers-mdsanima youtube-subscribers-mdsanima youtube-views-mdsanima twitch-status-mdsanima discord-chat-mdsanima

License

Python package mdsanima-dev developed by Marcin Różewski is released under the terms of MIT License

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mdsanima_dev-0.1.1.tar.gz (68.3 kB view hashes)

Uploaded Source

Built Distribution

mdsanima_dev-0.1.1-py3-none-any.whl (67.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page