Metadata-Version: 2.4
Name: pclab4
Version: 4.0.0
Summary: Pedal Curves Lab Version 4
Home-page: https://pypi.org/project/pclab4/
Author: S_My
Author-email: mingyang3sun@hotmail.com
License: Copyright (c) 2025-2026, S_My Programming Team & KitPy Developers
                    
        Permission is hereby granted, free of charge, to any person 
        obtaining a copy of this software and associated documentation 
        files (the “Software”), to deal in the Software without 
        restriction, including without limitation the rights to use, 
        copy, modify, merge, publish, distribute, sublicense, and/or 
        sell copies of the Software, and to permit persons to whom the 
        Software is furnished to do so, subject to the following 
        conditions:
        
        The above copyright notice and this permission notice shall be 
        included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, 
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 
        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 
        OTHER DEALINGS IN THE SOFTWARE.
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: numpy>=1.26.4
Requires-Dist: matplotlib>=3.9.2
Requires-Dist: scipy>=1.13.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


pclab4
======

A Python Library of pedal curves.

How to use
----------
We recommend you to import `pclab4`:

  >>> import pclab4
  >>> pclab4.deriv(lambda x: x**3, 2)
  12.000099999999847
  
Use the built-in ``help`` function to view a function's docstring:

  >>> help(pclab4.deriv)
  ... # doctest: +SKIP
  
Click `pclab4 Homepage <https://pypi.org/project/pclab4/>`_ to explore.
