• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

askomics / flaskomics / 8143972779

04 Mar 2024 04:54PM UTC coverage: 83.219%. Remained the same
8143972779

Pull #449

github

web-flow
Merge 6d2bc1d30 into 91939bc97
Pull Request #449: Bump xml2js and parse-bmfont-xml

6283 of 7550 relevant lines covered (83.22%)

0.83 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/setup.py
1
from setuptools import setup, find_packages
×
2

3
with open('requirements.txt') as f:
×
4
    requires = f.read().splitlines()
×
5

6
setup(
×
7
    name='askomics',
8
    version='4.5.0',
9
    description='''
10
        AskOmics is a visual SPARQL query interface supporting both intuitive
11
        data integration and querying while shielding the user from most of the
12
        technical difficulties underlying RDF and SPARQL
13
    ''',
14
    classifiers=[
15
        "Programming Language :: Python",
16
        "Framework :: Flask",
17
        "Topic :: Internet :: WWW/HTTP",
18
        "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
19
    ],
20
    maintainer='Mateo Boudet',
21
    maintainer_email='mateo.boudet@inrae.fr',
22
    url='https://github.com/askomics/flaskomics',
23
    keyword='rdf sparql query data integration',
24
    packages=find_packages(),
25
    include_package_data=True,
26
    install_requires=requires,
27
)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc