Metadata-Version: 2.1
Name: lolicon
Version: 0.0.5a0
Summary: A STEM project that provides useful utility methods for engineering sciences and educational purposes.
Home-page: https://hentaichan.pythonanywhere.com/projects/lolicon
Author: hentai-chan
Author-email: dev.hentai-chan@outlook.com
License: UNKNOWN
Project-URL: Documentation, https://hentaichan.pythonanywhere.com/projects/lolicon
Project-URL: Source Code, https://github.com/hentai-chan/lolicon
Project-URL: Bug Reports, https://github.com/hentai-chan/lolicon/issues
Project-URL: Changelog, https://github.com/hentai-chan/lolicon/blob/master/CHANGELOG.md
Description: <p align="center">
          <a title="Project Logo">
            <img height="150" style="margin-top:15px" src="https://raw.githubusercontent.com/Advanced-Systems/vector-assets/master/advanced-systems-logo-annotated.svg">
          </a>
        </p>
        
        <p align="center">
            <a href="https://github.com/hentai-chan/lolicon/actions?query=workflow%3ACI" title="Continuous Integration">
                <img src="https://github.com/hentai-chan/lolicon/workflows/CI/badge.svg">
            </a>
            <a href="https://github.com/hentai-chan/lolicon/actions?query=workflow%3ACodeQL" title="Code QL Analysis">
                <img src="https://github.com/hentai-chan/lolicon/workflows/CodeQL/badge.svg">
            </a>
            <a href="https://github.com/hentai-chan/lolicon/actions?query=workflow%3APyPI" title="PyPI Build">
                <img src="https://github.com/hentai-chan/lolicon/workflows/PyPI/badge.svg">
            </a>
            <a href="https://pypi.org/project/lolicon/" title="Release Version">
                <img src="https://img.shields.io/pypi/v/lolicon?label=Release">
            </a>
            <a href="https://www.codefactor.io/repository/github/hentai-chan/lolicon" title="Code Factor">
                <img src="https://www.codefactor.io/repository/github/hentai-chan/lolicon/badge?s=73446cb8092f75fb1c893e480473680065734a05">
            </a>
            <a href="https://codecov.io/gh/hentai-chan/lolicon" title="Code Coverage">
                <img src="https://codecov.io/gh/hentai-chan/lolicon/branch/master/graph/badge.svg?token=7KX4DQSZBV">
            </a>
            <a title="Supported Python Versions">
                <img src="https://img.shields.io/badge/Python-%203.8%20%7C%203.9-blue">
            </a>
            <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" title="License Information">
                <img src="https://img.shields.io/badge/License-GPLv3-blue.svg">
            </a>
            <a href="https://pypi.org/project/lolicon/" title="Download (monthly)">
                <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/lolicon">
            </a>
            <a href="https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/hentai-chan/lolicon.git" title="Software Heritage Archive" target="_blank">
                <img src="https://archive.softwareheritage.org/badge/origin/https://github.com/hentai-chan/lolicon.git/">
            </a>
        </p>
        
        ## Abstract
        
        Lolicon is a general purpose library for solving common STEM-related problems
        students frequently encounter in highschool and their undergraduate studies. It's
        main purpose is to create a beginner-friendly interface with rich documentation
        that hopefully lowers the barrier of entrance into the world of programming.
        
        ## Documentation
        
        There's no official documentation available yet, but the changelog alongside with
        all doc strings should give you a pretty good picture on how to utilize this module.
        Naturally, this will be worked on before the first major release comes out.
        
        ## Note
        
        This is a work in progress, as a result of which the API is still target of disruptive
        changes. As it stands now, this library is not ready for production use yet.
        
        ## Contact
        
        You can reach me at <dev.hentai-chan@outlook.com> for questions related to this
        project.
        
Keywords: math physics chemistry engineering computer science
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
