Metadata-Version: 2.1
Name: mdsanima-dev
Version: 0.1.0
Summary: MDSANIMA-DEV Python Development Tools
Home-page: https://github.com/mdsanima-dev/mdsanima-dev#readme
Author: Marcin Różewski
Author-email: marcinrozewski@gmail.com
License: MIT
Project-URL: Documentation, https://mdsanima-dev.github.io/mdsanima-dev/
Project-URL: Source, https://github.com/mdsanima-dev/mdsanima-dev
Project-URL: Bug Tracker, https://github.com/mdsanima-dev/mdsanima-dev/issues
Description: # mdsanima-dev
        
        ![GitHub issues](https://img.shields.io/github/issues-raw/mdsanima-dev/mdsanima-dev?style=flat)
        ![GitHub closed issues](https://img.shields.io/github/issues-closed/mdsanima-dev/mdsanima-dev?style=flat)
        ![GitHub](https://img.shields.io/github/license/mdsanima-dev/mdsanima-dev?style=flat)
        ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mdsanima-dev?style=flat)
        ![Lines of code](https://img.shields.io/tokei/lines/github/mdsanima-dev/mdsanima-dev?style=flat)
        ![GitHub top language](https://img.shields.io/github/languages/top/mdsanima-dev/mdsanima-dev)
        
        This is a **mdsanima-dev** developer page. Here you can find various python
        modules. So let me show something.
        
        ## Python Package `mdsanima_dev`
        
        This Python Pacage developed by Marcin Różewski aka
        [MDSANIM](https://mdsanima.com) includes several useful modules thats he uses
        in various projects. Docomentation for **mdsanima-dev** Python Package
        is available at [docs mdsanima-dev](https://mdsanima-dev.github.io/mdsanima-dev/)
        be sure to check it.
        
        ## Installation
        
        Instructions how to install the package.
        
        ### Using PyPi
        
        Install latest version:
        
        ```shell
        python3 -m pip install mdsanima-dev
        ```
        
        Install specific version:
        
        ```shell
        python3 -m pip install mdsanima-dev==0.1.0
        ```
        
        Upgrade pacage to latest version:
        
        ```shell
        python3 -m pip install --upgrade mdsanima-dev
        python3 -m pip install --force-reinstall msdsanima-dev
        ```
        
        Uninstall pacage:
        
        ```shell
        python3 -m pip uninstall mdsanima-dev
        ```
        
        ### Using Setup
        
        ```shell
        git clone https://github.com/mdsanima-dev/mdsanima-dev.git
        cd mdsanima-dev
        python3 setup.py install
        ```
        
        ## Develempent
        
        Help instruction for development. Check [documentation](https://mdsanima-dev.github.io/mdsanima-dev/docs/html/development.html)
        for workflow release and more info.
        
        ### Build documentation
        
        ```shell
        sudo python3 setup.py install build_sphinx
        ```
        
        ### Automation Release
        
        Add a `standard-version` npm pacage to automatically create `CHANGELOG.md`
        and tracking version. This option allow to generate automatically changelog
        file for the project and tracking version on the `mdsanima_dev` based on commit
        messages.
        
        For some reason thats features is only for the development not allow and accecs
        for the `mdsanima_dev` Python Pacage.
        
        Make release run in the console:
        
        ```shell
        standard-version release
        ```
        
        For checking if everything is ok:
        
        ```shell
        standard-version release-test
        ```
        
        ## Showcase
        
        ![python_mdsanima_dev_small_fast](https://user-images.githubusercontent.com/3817871/129311978-e934ab26-85d9-49a1-97a7-dd5eb26b2c72.gif)
        
        ## Connect With Me
        
        Hi there, I'm Marcin Różewski aka [MDSANIMA](https://mdsanima.com).
        These are my social media, check it out please. Thanks.
        
        ![GitHub followers](https://img.shields.io/github/followers/mdsanima?style=social)
        ![Twitter Follow](https://img.shields.io/twitter/follow/toudajew?style=flat-square)
        ![Twitter Follow](https://img.shields.io/twitter/follow/str9led?style=flat-square)
        ![Twitter Follow](https://img.shields.io/twitter/follow/mdsanima?style=flat-square)
        ![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCB5na2BRwrnwx00LCspbG5Q?style=social)
        ![YouTube Channel Views](https://img.shields.io/youtube/channel/views/UCB5na2BRwrnwx00LCspbG5Q?style=social)
        
        ## License
        
        Python Pacage `mdsanima_dev` is released under the terms of
        [MIT License](https://github.com/mdsanima-dev/mdsanima-dev/blob/master/LICENSE)
        
Keywords: mdsanima-dev,python,development,tools,changelog,automatic,versioning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Polish
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Education :: Testing
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System
Classifier: Topic :: System :: Console Fonts
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: System Shells
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: reStructuredText
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
