Metadata-Version: 2.1
Name: DRSlib-DavidRodriguezSoaresCUI
Version: 0.2.dev1
Summary: DRSlib - a set of utilities by DavidRodriguezSoaresCUI
Home-page: https://github.com/DavidRodriguezSoaresCUI/DRSlib
Author: DavidRodriguezSoaresCUI
Author-email: fireblaze904+DRSlib@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/DavidRodriguezSoaresCUI/DRSlib/issues
Description: # [DRSlib - a set of utilities by DavidRodriguezSoaresCUI](https://github.com/DavidRodriguezSoaresCUI/DRSlib)
        
        DRSlib is a Python package that provides a wide range of small
        yet powerful set of highly-reusable functions, classes, 
        decorators, etc. Its main purpose is to provide high-level
        "building blocks" that accomplish simple tasks, facilitating
        the writing of elaborate scripts with limited code.
        
        License: see LICENSE file.
        
        Author: DavidRodriguezSoaresCUI
        
        ## Install
        
        You can install DRSlib using the pip package manager:
        - On Unix/macOS: ```python3 -m pip install DRSlib-DavidRodriguezSoaresCUI```
        - On Windows: ```python -m pip install DRSlib-DavidRodriguezSoaresCUI```
        
        You may need to use elevated permissions to install a package, or use a variation of this command on your specific system. There are plenty of tutorials on the Internet if you need help.
        
        ## Versioning
        
        This package adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440), specifically follows version scheme example `"major.minor" versioning with developmental releases, release candidates and post-releases for minor corrections`.
        
        
        ## Packaging
        
        I followed [this python.org tutorial](https://packaging.python.org/tutorials/packaging-projects/). See the [package page on Pypi](https://pypi.org/project/DRSlib-DavidRodriguezSoaresCUI/)
        
        
        ## Documentation
        
        You can find documentation in source code docstrings, or, more practically, by building
        documentation from source:
        
        - On `Windows`: Run `sphinx-full-rebuild.bat` from directory `docs`
        - On `Linux`: If your shell is bash compatible, run `sphinx-full-rebuild.sh` from directory `docs`. If not, you should be capable of adapting it to your system.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
