Code Monkey home page Code Monkey logo

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 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 [email protected]:mdsanima-dev/mdsanima-dev.git

Then go to the repository directory:

cd mdsanima-dev

Make sure you have virtualenv installed on your system. If not, enter this command:

sudo apt update && sudo apt install virtualenv
python3 -m pip install --upgrade virtualenv

Creating and activating the development environment, and then installing the necessary packages, enter the following commands in the terminal:

virtualenv --pip=23.3.1 --python=python3.12 .venv
source .venv/bin/activate
pip install ".[dev]"

All dependencies for this project are specified in the project's TOML configuration.

You can install these dependencies using the pip install . command, which will build our package and install the basic dependencies along with the new version of our package. To install dev dependencies, you can use the pip install ".[dev]" command instead of specifying a -r flag and file as mentioned earlier.

After following the above instructions, we can start writing the program. You can also refer to the instructions regarding the configuration of the development environment, which are included in this workflow guide.

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

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

MDSANIMA DEV's Projects

dotfiles icon dotfiles

These dotfiles include configuration settings for various tools for terminal customization, custom libraries, and many more

mdsanima-dev icon mdsanima-dev

The mdsanima-dev Python package offers a range of powerful features, including colorizing text, adding emojis, and creating well-formatted tables in console shell print output

mdsanima-render-time icon mdsanima-render-time

Blender add-on estimates and calculate how long your animation will take to render done based on the rendering time of the only one frame

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.