Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoSFReis committed Dec 27, 2024
1 parent 69f8e92 commit 839e5bf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
15 changes: 7 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ reporting.


:Code: `GitHub
<https://github.com/acesseonline/pyreportjasper>`_
<https://github.com/EduardoSFReis/pyreportjasper>`_
:Issue tracker: `GitHub Issues
<https://github.com/acesseonline/pyreportjasper/issues>`_
<https://github.com/EduardoSFReis/pyreportjasper/issues>`_
:Documentation: `Python Docs`_
:License: `GNU GENERAL PUBLIC LICENSE`_
:Build status: |TestsCI|_
Expand All @@ -42,16 +42,15 @@ reporting.

.. |PypiVersion| image:: https://img.shields.io/pypi/v/pyreportjasper?style=flat-square
.. _PypiVersion: https://pypi.org/project/pyreportjasper/
.. |Conda| image:: https://anaconda.org/acesseonline/pyreportjasper/badges/version.svg
.. _Conda: https://anaconda.org/acesseonline/pyreportjasper

.. |TestsCI| image:: https://github.com/acesseonline/pyreportjasper/actions/workflows/tests.yml/badge.svg?branch=master
.. _TestsCI: https://github.com/acesseonline/pyreportjasper/actions?query=workflow%3ATests

.. |TestsCI| image:: https://github.com/EduardoSFReis/pyreportjasper/actions/workflows/tests.yml/badge.svg?branch=master
.. _TestsCI: https://github.com/EduardoSFReis/pyreportjasper/actions?query=workflow%3ATests
.. |pyversions| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue.svg
.. |javaversions| image:: https://img.shields.io/badge/java-%3E=9%20and%20%3C=20-blue.svg
.. |jvm| image:: https://img.shields.io/badge/jvm-OpenJDK%20%7C%20Oracle%20%7C%20Corretto%20%7C%20Temurin-blue.svg
.. |platform| image:: https://img.shields.io/badge/platform-Linux%20%7C%20Windows%20%7C%20Mac-blue
.. _GNU GENERAL PUBLIC LICENSE: https://github.com/acesseonline/pyreportjasper/blob/master/LICENSE
.. _GNU GENERAL PUBLIC LICENSE: https://github.com/EduardoSFReis/pyreportjasper/blob/master/LICENSE
.. _Python Docs: https://pyreportjasper.readthedocs.io/en/latest/
.. |license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: https://github.com/acesseonline/pyreportjasper/blob/master/LICENSE
:target: https://github.com/EduardoSFReis/pyreportjasper/blob/master/LICENSE
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# GNU GENERAL PUBLIC LICENSE
#
# 2023 Jadson Bonfim Ribeiro <[email protected]>
# Versão alterada 2024 Eduardo Soares <[email protected]>
#
from setuptools import setup, find_packages
import io
Expand Down Expand Up @@ -35,7 +36,7 @@ def get_version(package):


setup(
name='pyreportjasper',
name='pyreportjasperbytes',
version=get_version('pyreportjasper'),
url='https://github.com/acesseonline/pyreportjasper',
download_url='https://pypi.python.org/pypi/pyreportjasper/' + get_version('pyreportjasper'),
Expand All @@ -45,10 +46,10 @@ def get_version(package):
('Issue tracker', 'https://github.com/acesseonline/pyreportjasper/issues'),
)),
license='GPLv3',
author='Jadson Bonfim Ribeiro',
author_email='contato@jadsonbr.com.br',
maintainer='Jadson Bonfim Ribeiro',
maintainer_email='contato@jadsonbr.com.br',
author='Eduardo Soares Franco Reis',
author_email='edufrancoreis@hotmail.com',
maintainer='Eduardo Soares Franco Reis',
maintainer_email='edufrancoreis@hotmail.com',
keywords='report jasper python',
description='This package aims to be a solution to compile and process '
'JasperReports (.jrxml & .jasper files).',
Expand Down
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# GNU GENERAL PUBLIC LICENSE
#
# 2023 Jadson Bonfim Ribeiro <[email protected]>
# Versão alterada 2024 Eduardo Soares <[email protected]>
#
1 change: 1 addition & 0 deletions tests/test_pyreportjasper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# GNU GENERAL PUBLIC LICENSE
#
# 2023 Jadson Bonfim Ribeiro <[email protected]>
# Versão alterada 2024 Eduardo Soares <[email protected]>
#

import os
Expand Down
1 change: 1 addition & 0 deletions tests/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# GNU GENERAL PUBLIC LICENSE
#
# 2023 Jadson Bonfim Ribeiro <[email protected]>
# Versão alterada 2024 Eduardo Soares <[email protected]>
#

import os
Expand Down

0 comments on commit 839e5bf

Please sign in to comment.