Esempio n. 1
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.storage',
    'canopsis.timeserie',
    'canopsis.old',
    'potsdb'
]

setup(
    description='OpenTSDB for Canopsis',
    install_requires=install_requires,
    keywords='opentsdb'
)
Esempio n. 2
0
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.middleware'
]

setup(
    description='Canopsis remote procedure call',
    install_requires=install_requires,
    keywords='remote procedure call')
Esempio n. 3
0
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.event',
    'canopsis.engines'
    'canopsis.ctxprop'
    'canopsis.old',
]

setup(
    description='Canopsis check event library',
    install_requires=install_requires,
    keywords='check event')
Esempio n. 4
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.common', 'canopsis.storage']

setup(
    description='Canopsis task',
    install_requires=install_requires,
    keywords='task')
Esempio n. 5
0
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.vevent'
]

setup(
    description='Canopsis periodic behavior',
    install_requires=install_requires,
    keywords='pbehavior'
)
Esempio n. 6
0
# --------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.context',
    'canopsis.ctxprop',
    'canopsis.graph',
    'canopsis.event',
    'canopsis.check',
    'canopsis.ccalendar',
    'canopsis.linklist',
    'canopsis.pbehavior',
    'canopsis.timeserie',
    'canopsis.perfdata',
    'canopsis.organisation',
    'canopsis.session',
    'canopsis.topology',
    'canopsis.vevent',
    'canopsis.old'
]

setup(
    description='Canopsis WebCore',
    install_requires=install_requires,
    keywords='webcore'
)
Esempio n. 7
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ["canopsis.old", "canopsis.common"]

setup(description="Canopsis event library", install_requires=install_requires, keywords="event")
Esempio n. 8
0
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.task',
    'canopsis.event',
    'canopsis.check',
    'canopsis.timeserie'
]

setup(
    description='Canopsis alert management',
    install_requires=install_requires,
    keywords='alerts'
)
Esempio n. 9
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.storage',
    'canopsis.timeserie',
    'canopsis.old',
    'whisper'
]

setup(
    description='Whisper for Canopsis',
    install_requires=install_requires,
    keywords='whisper'
)
Esempio n. 10
0
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.timeserie'
]

setup(
    description='Canopsis storage',
    install_requires=install_requires,
    keywords='storage')
Esempio n. 11
0
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

"""graph building script."""

from canopsis.common.setup import setup

install_requires = [
    'canopsis.storage',
    'canopsis.task',
    'canopsis.event',
    'canopsis.check',
    'canopsis.context',
    'canopsis.configuration',
    'canopsis.middleware'
]

setup(
    description='Canopsis graph',
    install_requires=install_requires,
    keywords='graph')
Esempio n. 12
0
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware'
]

setup(
    description='Canopsis session library',
    install_requires=install_requires,
    keywords='session')
Esempio n. 13
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.common']

setup(
    description='Canopsis connectors',
    install_requires=install_requires,
    keywords='connectors')
Esempio n. 14
0
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common'
]

setup(
    description='Old canolibs libraries to migrate in separated project',
    install_requires=install_requires,
    keywords='old canolibs libraries'
)
Esempio n. 15
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ["canopsis.common", "canopsis.configuration"]

setup(description="Canopsis middleware", install_requires=install_requires, keywords="middleware")
Esempio n. 16
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.old',
    'canopsis.perfdata',
    'canopsis.organisation'
]

setup(
    description='Canopsis migration module',
    install_requires=install_requires,
    keywords='migration')
Esempio n. 17
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ["canopsis.old"]

setup(description="Canopsis connectors", install_requires=install_requires, keywords="connectors")
Esempio n. 18
0
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    "canopsis.common",
    "canopsis.configuration",
    "canopsis.middleware",
    "canopsis.context",
    "canopsis.ctxprop",
    "canopsis.graph",
    "canopsis.event",
    "canopsis.check",
    "canopsis.ccalendar",
    "canopsis.linklist",
    "canopsis.pbehavior",
    "canopsis.timeserie",
    "canopsis.perfdata",
    "canopsis.organisation",
    "canopsis.session",
    "canopsis.topology",
    "canopsis.vevent",
    "canopsis.old",
]

setup(description="Canopsis WebCore", install_requires=install_requires, keywords="webcore")
Esempio n. 19
0
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.old'
]

setup(
    description='Canopsis command line',
    install_requires=install_requires,
    keywords='canopsis command line ccli')
Esempio n. 20
0
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.storage',
    'canopsis.timeserie',
    'canopsis.old',
    'influxdb'
]

setup(
    description='Influxdb for Canopsis',
    install_requires=install_requires,
    keywords='influxdb'
)
Esempio n. 21
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage', 'canopsis.task', 'canopsis.graph']

setup(
    description='Canopsis topology',
    install_requires=install_requires,
    keywords='topology'
)
Esempio n. 22
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage']

setup(
    description='SLA for Canopsis',
    install_requires=install_requires,
    keywords='sla')
Esempio n. 23
0
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.old'
]

setup(
    name='schemas',
    description='Canopsis schemas',
    install_requires=install_requires,
    keywords='schema',
    author='Capensis',
    author_email='*****@*****.**',
    test_suite='test',
    )
Esempio n. 24
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.common', 'canopsis.middleware']

setup(
    description='Canopsis messsage oriented middleware',
    install_requires=install_requires,
    keywords='mom middleware message')
Esempio n. 25
0
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.timeserie',
    'canopsis.task',
    'canopsis.engines',
    'canopsis.old'
]

setup(
    description='Canopsis stats library',
    install_requires=install_requires,
    keywords='stats')
Esempio n. 26
0
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.storage',
    'canopsis.context',
    'canopsis.ctxprop',
    'canopsis.monitoring',
    'canopsis.timeserie',
    'canopsis.task'
]

setup(
    description='Canopsis perfdata',
    install_requires=install_requires,
    keywords='perfdata')
Esempio n. 27
0
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.old'
]

setup(
    description='Canopsis schemas',
    install_requires=install_requires,
    keywords='schema'
)
Esempio n. 28
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage']

setup(
    description='Canopsis context',
    install_requires=install_requires,
    keywords='context')
Esempio n. 29
0
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --------------------------------
# Copyright (c) 2015 "Capensis" [http://www.capensis.com]
#
# This file is part of Canopsis.
#
# Canopsis is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Canopsis is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

from canopsis.common.setup import setup

install_requires = ['canopsis.storage']

setup(
    description='Canopsis organisation',
    install_requires=install_requires,
    keywords='organisation')
Esempio n. 30
0
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Canopsis.  If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------

"""engines project building script."""

from canopsis.common.setup import setup

install_requires = [
    'canopsis.common',
    'canopsis.configuration',
    'canopsis.middleware',
    'canopsis.context',
    'canopsis.event',
    'canopsis.check',
    'canopsis.pbehavior',
    'canopsis.schema',
    'canopsis.sla',
    'canopsis.tools',
    'canopsis.old'
]

setup(
    description='Engines library',
    install_requires=install_requires,
    keywords='engines'
)