MDSANIMA-DEV Python Development Tools
Project description
mdsanima-dev
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 Options
Instructions how to install the Python package mdsanima-dev on your system.
Options PyPI 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.2.0
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 virtualenv
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
Create isolated environment with specific package version then activate and install requirements, type in terminal:
virtualenv --setuptools 67.7.2 --wheel 0.40.0 --pip 23.1.2 .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
pip install -r requirements-doc.txt
Install build tools for creating distribution, then build package from source, type in terminal:
pip install --upgrade build
python -m build
Finnaly install the package in virtual environment, type in the terminal:
pip install --force-reinstall dist/mdsanima_dev-0.2.0-py3-none-any.whl
In this case I used the --force-reinstall
option because I had an earlier version of this package already installed.
Also you can build Sphinx documentation, type in terminal:
python setup.py build_sphinx
cd build/dirhtml
python -m http.server 8080
Now open localhost to see the documentation.
Deactivate virtual environment, type in the terminal:
deactivate
Develempent
Instruction for the Python package development. Please check the documentation site for more information.
Showcase
Follow Me
These are my social media account, be sure to check it. Thanks!
License
Python package mdsanima-dev developed by Marcin Różewski is released under the terms of MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mdsanima_dev-0.2.0.tar.gz
.
File metadata
- Download URL: mdsanima_dev-0.2.0.tar.gz
- Upload date:
- Size: 34.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96684e1a03c7f709351318b9e9f75b688e037769d967ef51a124021cdd8ca439 |
|
MD5 | 26801be20de2b3bf2964f225c8f5dbc8 |
|
BLAKE2b-256 | 441aa2bb1099482d66eb6c25dc1053b381824791c67141ff5c2f02fac2d50837 |
File details
Details for the file mdsanima_dev-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: mdsanima_dev-0.2.0-py3-none-any.whl
- Upload date:
- Size: 68.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4caae97667d1fc5bbd99ef61b84a8bf4f58ce9c3949fd0072d4e6f0fe3444a2d |
|
MD5 | 4c5de1a57f8d8c7f5329708d473ddee6 |
|
BLAKE2b-256 | 9ffcce5ada3c00770b4f3e614ab45c4243b2d74ef974643fadb62f0f6009a9dc |