From 5af1e7262d704ec79cc40ecc2f61bcd8d1dd02d7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 19 Jun 2022 09:06:23 +0200 Subject: Merging upstream version 0.2.0. Signed-off-by: Daniel Baumann --- PKG-INFO | 57 --------------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 PKG-INFO (limited to 'PKG-INFO') diff --git a/PKG-INFO b/PKG-INFO deleted file mode 100644 index d6c6777..0000000 --- a/PKG-INFO +++ /dev/null @@ -1,57 +0,0 @@ -Metadata-Version: 2.1 -Name: pydyf -Version: 0.1.2 -Summary: A low-level PDF generator. -Keywords: pdf,generator -Author-email: CourtBouillon -Maintainer-email: CourtBouillon -Requires-Python: >=3.6 -Description-Content-Type: text/x-rst -Classifier: Development Status :: 4 - Beta -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: BSD License -Classifier: Operating System :: OS Independent -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3 :: Only -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 -Classifier: Programming Language :: Python :: 3.8 -Classifier: Programming Language :: Python :: 3.9 -Classifier: Programming Language :: Python :: Implementation :: CPython -Classifier: Programming Language :: Python :: Implementation :: PyPy -Requires-Dist: sphinx ; extra == "doc" -Requires-Dist: sphinx_rtd_theme ; extra == "doc" -Requires-Dist: pytest ; extra == "test" -Requires-Dist: pytest-cov ; extra == "test" -Requires-Dist: pytest-flake8 ; extra == "test" -Requires-Dist: pytest-isort ; extra == "test" -Requires-Dist: coverage[toml] ; extra == "test" -Requires-Dist: pillow ; extra == "test" -Project-URL: Changelog, https://github.com/CourtBouillon/pydyf/releases -Project-URL: Code, https://github.com/CourtBouillon/pydyf -Project-URL: Documentation, https://doc.courtbouillon.org/pydyf/ -Project-URL: Donation, https://opencollective.com/courtbouillon -Project-URL: Homepage, https://www.courtbouillon.org/pydyf -Project-URL: Issues, https://github.com/CourtBouillon/pydyf/issues -Provides-Extra: doc -Provides-Extra: test - -pydyf is a low-level PDF generator written in Python and based on PDF -specification 1.7. - -* Free software: BSD license -* For Python 3.6+, tested on CPython and PyPy -* Documentation: https://doc.courtbouillon.org/pydyf -* Changelog: https://github.com/CourtBouillon/pydyf/releases -* Code, issues, tests: https://github.com/CourtBouillon/pydyf -* Code of conduct: https://www.courtbouillon.org/code-of-conduct -* Professional support: https://www.courtbouillon.org -* Donation: https://opencollective.com/courtbouillon - -Copyrights are retained by their contributors, no copyright assignment is -required to contribute to pydyf. Unless explicitly stated otherwise, any -contribution intentionally submitted for inclusion is licensed under the BSD -3-clause license, without any additional terms or conditions. For full -authorship information, see the version control history. - -- cgit v1.2.3