Metadata-Version: 2.4
Name: synapse
Version: 3.1.0
Summary: Synapse Intelligence Analysis Framework
Author-email: The Vertex Project LLC <root@vertex.link>
License-Expression: Apache-2.0
Project-URL: Homepage, https://vertex.link
Project-URL: Documentation, https://docs.vertex.link
Project-URL: Repository, https://github.com/vertexproject/synapse
Project-URL: Changelog, https://docs.vertex.link/docs/synapse/latest/changelog.html
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: POSIX :: Linux
Requires-Python: <3.15,>=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography<51.0.0,>=46.0.7
Requires-Dist: msgpack<1.3.0,>=1.2.1
Requires-Dist: xxhash<3.8.0,>=1.4.4
Requires-Dist: lmdb<1.8.0,>=1.7.0
Requires-Dist: tornado<7.0.0,>=6.2.0
Requires-Dist: regex>=2022.9.11
Requires-Dist: PyYAML<6.1.0,>=5.4
Requires-Dist: aiohttp<3.15.0,>=3.14.1
Requires-Dist: aiohttp-socks<0.12.0,>=0.11.0
Requires-Dist: aiosmtplib<6.0.0,>=5.1.2
Requires-Dist: prompt_toolkit<3.1.0,>=3.0.29
Requires-Dist: lark==1.3.1
Requires-Dist: Pygments<2.21.0,>=2.7.4
Requires-Dist: packaging<27.0,>=20.0
Requires-Dist: fastjsonschema<2.22.0,>=2.20.0
Requires-Dist: stix2-validator<3.3.0,>=3.2.0
Requires-Dist: vcrpy<9.0.0,>=8.3.0
Requires-Dist: base58<2.2.0,>=2.1.0
Requires-Dist: python-bitcoinlib<0.13.0,>=0.11.0
Requires-Dist: pycryptodome<3.24.0,>=3.11.0
Requires-Dist: typing-extensions<5.0.0,>=3.7.4
Requires-Dist: scalecodec<1.3.0,>=1.0.2
Requires-Dist: cbor2<5.10.0,>=5.4.1
Requires-Dist: bech32==1.2.0
Requires-Dist: oauthlib<4.0.0,>=3.2.1
Requires-Dist: idna<3.19,>=3.18
Requires-Dist: python-dateutil<3.0,>=2.8
Requires-Dist: pytz<2025.3,>=2023.3
Requires-Dist: beautifulsoup4[html5lib]<5.0,>=4.11.1
Requires-Dist: vtx-yyjson<5.0.0,>=4.3.0
Requires-Dist: markdown-it-py<5.0.0,>=3.0.0
Provides-Extra: dev
Requires-Dist: ruff<1.0.0,>0.15.0; extra == "dev"
Requires-Dist: pytest<10.0.0,>=7.2.0; extra == "dev"
Requires-Dist: autopep8<3.0.0,>=2.0.4; extra == "dev"
Requires-Dist: pytest-cov<5.0.0,>=4.0.0; extra == "dev"
Requires-Dist: bump2version<1.1.0,>=1.0.1; extra == "dev"
Requires-Dist: pytest-xdist<4.0.0,>=3.0.2; extra == "dev"
Requires-Dist: coverage<8.0.0,>=7.0.0; extra == "dev"
Requires-Dist: setproctitle<2.0.0,>=1.0.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: jinja2<4.0.0,>=3.1.4; extra == "docs"
Provides-Extra: build
Requires-Dist: build; extra == "build"
Dynamic: license-file

# Synapse

Synapse is a versatile central intelligence system created to support analyst teams in every stage of the intelligence life cycle.

[![codecov](https://codecov.io/gh/vertexproject/synapse/branch/master/graph/badge.svg?branch=master)](https://v.vtx.lk/synapse-codecov) [![circleci](https://circleci.com/gh/vertexproject/synapse/tree/master.svg?style=svg)](https://v.vtx.lk/synapse-circleci) [![rtd](https://readthedocs.com/projects/vertex-synapse/badge/?version=latest)](https://v.vtx.lk/synapse-docs)

## Learn More About Synapse

- Visit our [website](https://v.vtx.lk/vertex) to learn more about Synapse.
- Watch the [Synapse Guided Tour](https://v.vtx.lk/synapse-tour)!

## Installation & Documentation

- Synapse is available as a Python Package on [pypi](https://v.vtx.lk/synapse-pypi) and as a Docker image on [dockerhub](https://v.vtx.lk/synapse-dockerhub).
  - The Getting Started [guide](https://docs.vertex.link/docs/synapse/latest/quickstart.html) will help get you up and running!
- You can also use [synapse_quickstart](https://github.com/vertexproject/synapse-quickstart) to get up and running quickly on Windows, Mac, or Linux and start using Synapse!
- User Guides and API Documentation can be found [here](https://v.vtx.lk/synapse-docs).

## Connect With Us

- Join the Synapse user community on [Slack](https://v.vtx.lk/join-slack)
- Follow us on [Twitter](https://v.vtx.lk/twitter).
- Follow us on [LinkedIn](https://www.linkedin.com/company/vertexproject).
