pyproject-deplister

View on PyPIReverse Dependencies (0)

0.1.2 pyproject_deplister-0.1.2-py3-none-any.whl

Wheel Details

Project: pyproject-deplister
Version: 0.1.2
Filename: pyproject_deplister-0.1.2-py3-none-any.whl
Download: [link]
Size: 6017
MD5: fc76875c6ffef89001f8fe9bc1afa87a
SHA256: d1e5dced4773cde34afb0e3fb13104f3673379654b9a41c78d15b909ea8be606
Uploaded: 2024-04-17 15:23:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyproject_deplister
Version: 0.1.2
Summary: pyproject-deplister is a Python package for extracting dependency information from pyproject.toml files and converting it into the format of a requirements.txt file. With its simple and intuitive interface, pyproject-deplister makes it easy to manage and track dependencies for your Python projects, ensuring that you have all the necessary packages installed and up-to-date.
Author-Email: Célien Donzé <celien.donze[at]he-arc.ch>, Jonathan Guerne <jonathan.guerne[at]he-arc.ch>
License: MIT License Copyright (c) 2024 HE-Arc Neuchâtel 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.
Keywords: dependencies,pyproject.toml,extractor,list,requirements.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: tomli
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1750 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pyproject_deplister/__init__.py sha256=XfSvkKL--1E-e2647bYvJQ1tEJXSHT3NQ2xiiOwC1CE 49
pyproject_deplister/__main__.py sha256=ccGzWxsDsMlH27PZhuGv0VC4BC99NpgU3FqNPo7Sthw 1292
pyproject_deplister/_version.py sha256=O1y2i1C4m602NbHgLdHmpflu9TGf21O6bs3ZEn_x0w4 23
pyproject_deplister/utils.py sha256=ca2BrxswbYYRCRDREDBP5SzRuhyhviu9AmjvbyKzrHg 1979
pyproject_deplister-0.1.2.dist-info/LICENSE sha256=cDFX1WZBEkxMLI1L-BiiTcOyOWjtO9XHYrI_VKCOPKk 1093
pyproject_deplister-0.1.2.dist-info/METADATA sha256=qVF5ZxNjeo3K2ZlRvW5QlGvL_jCl2eJBnbbQxWA5upU 4112
pyproject_deplister-0.1.2.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
pyproject_deplister-0.1.2.dist-info/entry_points.txt sha256=Em5lOn6B-_Co8vpV4v77vcjNSJV5NhodqcLB_eSTbZw 74
pyproject_deplister-0.1.2.dist-info/top_level.txt sha256=GDX_Sxq8zm04gEgjcxWsVm7evcDg_y4SNhVey5FPVds 20
pyproject_deplister-0.1.2.dist-info/RECORD

top_level.txt

pyproject_deplister

entry_points.txt

pyproject-deplister = pyproject_deplister.__main__:main