Skip to content

Use the world's most popular open source reporting engine on your python project.

License

Notifications You must be signed in to change notification settings

rafaelreuber/pyjasperstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create amazing reports using JasperReports.

JasperStarter is an opensource command line launcher for JasperReports.

Usage

from jasperstarter import Jasper
from jasperstarter.query import DbapiAdapter

jasper = Jasper('Emproyees.jrxml')
adapter = DbapiAdapter(jasper)
data = adapter.run(self.conn)

file = employees.execute(data=data, format='pdf', compile=True)

About

Use the world's most popular open source reporting engine on your python project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages