scumpy
Advanced tools
| # scumpy |
+22
-2
| Metadata-Version: 2.4 | ||
| Name: scumpy | ||
| Version: 2.6 | ||
| Requires-Dist: sympy>=1.13.1 | ||
| Version: 0.1.0 | ||
| Summary: A library for solving mathematical problems and saving solutions to clipboard. | ||
| Home-page: https://github.com/your_username/scumpy | ||
| Author: Scumpy Team | ||
| 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 | ||
| Requires-Dist: sympy | ||
| Requires-Dist: numpy | ||
| Requires-Dist: scipy | ||
| Requires-Dist: pyperclip | ||
| Dynamic: author | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: home-page | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
| Dynamic: summary | ||
| # scumpy |
| Metadata-Version: 2.4 | ||
| Name: scumpy | ||
| Version: 2.6 | ||
| Requires-Dist: sympy>=1.13.1 | ||
| Version: 0.1.0 | ||
| Summary: A library for solving mathematical problems and saving solutions to clipboard. | ||
| Home-page: https://github.com/your_username/scumpy | ||
| Author: Scumpy Team | ||
| 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 | ||
| Requires-Dist: sympy | ||
| Requires-Dist: numpy | ||
| Requires-Dist: scipy | ||
| Requires-Dist: pyperclip | ||
| Dynamic: author | ||
| Dynamic: classifier | ||
| Dynamic: description | ||
| Dynamic: description-content-type | ||
| Dynamic: home-page | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
| Dynamic: summary | ||
| # scumpy |
@@ -1,1 +0,4 @@ | ||
| sympy>=1.13.1 | ||
| sympy | ||
| numpy | ||
| scipy | ||
| pyperclip |
@@ -0,4 +1,4 @@ | ||
| README.md | ||
| setup.py | ||
| scumpy/__init__.py | ||
| scumpy/scumpy.py | ||
| scumpy.egg-info/PKG-INFO | ||
@@ -5,0 +5,0 @@ scumpy.egg-info/SOURCES.txt |
+0
-0
@@ -0,0 +0,0 @@ [egg_info] |
+19
-4
@@ -5,7 +5,22 @@ from setuptools import setup, find_packages | ||
| name='scumpy', | ||
| version=2.6, | ||
| version='0.1.0', | ||
| packages=find_packages(), | ||
| install_requires=[ | ||
| 'sympy>=1.13.1' | ||
| ] | ||
| ) | ||
| 'sympy', | ||
| 'numpy', | ||
| 'scipy', | ||
| 'pyperclip', | ||
| ], | ||
| author='Scumpy Team', | ||
| description='A library for solving mathematical problems and saving solutions to clipboard.', | ||
| long_description=open('README.md').read(), | ||
| long_description_content_type='text/markdown', | ||
| url='https://github.com/your_username/scumpy', | ||
| classifiers=[ | ||
| 'Programming Language :: Python :: 3', | ||
| 'License :: OSI Approved :: MIT License', | ||
| 'Operating System :: OS Independent', | ||
| ], | ||
| python_requires='>=3.6', | ||
| ) | ||
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
86025
-41.91%1449
-41.53%