Skip to main content

Manager database threat Intelligence

Project description

Open in Dev Containers Open in GitHub Codespaces

threatxmanager

Manager database threat Intelligence

Installing

To install this package, run:

pip install threatxmanager

Using

To view the CLI help information, run:

threatxmanager --help

Contributing

Prerequisites
  1. Generate an SSH key and add the SSH key to your GitHub account.

  2. Configure SSH to automatically load your SSH keys:

    cat << EOF >> ~/.ssh/config
    
    Host *
      AddKeysToAgent yes
      IgnoreUnknown UseKeychain
      UseKeychain yes
      ForwardAgent yes
    EOF
    
  3. Install Docker Desktop.

  4. Install VS Code and VS Code's Dev Containers extension. Alternatively, install PyCharm.

  5. Optional: install a Nerd Font such as FiraCode Nerd Font and configure VS Code or PyCharm to use it.

Development environments

The following development environments are supported:

  1. ⭐️ GitHub Codespaces: click on Open in GitHub Codespaces to start developing in your browser.

  2. ⭐️ VS Code Dev Container (with container volume): click on Open in Dev Containers to clone this repository in a container volume and create a Dev Container with VS Code.

  3. ⭐️ uv: clone this repository and run the following from root of the repository:

    # Create and install a virtual environment
    uv sync --python 3.10 --all-extras
    
    # Activate the virtual environment
    source .venv/bin/activate
    
    # Install the pre-commit hooks
    pre-commit install --install-hooks
    
  4. VS Code Dev Container: clone this repository, open it with VS Code, and run Ctrl/⌘ + + PDev Containers: Reopen in Container.

  5. PyCharm Dev Container: clone this repository, open it with PyCharm, create a Dev Container with Mount Sources, and configure an existing Python interpreter at /opt/venv/bin/python.

Developing
  • This project follows the Conventional Commits standard to automate Semantic Versioning and Keep A Changelog with Commitizen.
  • Run poe from within the development environment to print a list of Poe the Poet tasks available to run on this project.
  • Run uv add {package} from within the development environment to install a run time dependency and add it to pyproject.toml and uv.lock. Add --dev to install a development dependency.
  • Run uv sync --upgrade from within the development environment to upgrade all dependencies to the latest versions allowed by pyproject.toml. Add --only-dev to upgrade the development dependencies only.
  • Run cz bump to bump the package's version, update the CHANGELOG.md, and create a git tag. Then push the changes and the git tag with git push origin main --tags.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

threatxmanager-0.2.0.tar.gz (51.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

threatxmanager-0.2.0-py3-none-any.whl (38.2 kB view details)

Uploaded Python 3

File details

Details for the file threatxmanager-0.2.0.tar.gz.

File metadata

  • Download URL: threatxmanager-0.2.0.tar.gz
  • Upload date:
  • Size: 51.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.5

File hashes

Hashes for threatxmanager-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4ff3d935e840445d141eeaedd5a3b772e74ec3c5afd8187735bca5f4d3b48dd3
MD5 ad1e59b3b063dfdcc2ff8702e3fb2dbc
BLAKE2b-256 d9821378157231e1980b7fc38ac297737d7d191953b83d1f9873fea573f061d8

See more details on using hashes here.

File details

Details for the file threatxmanager-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for threatxmanager-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d2130749917f06d37578f32d3fa644f3fe6107b7dc26d1f536d14c5f62ae1ae9
MD5 3c42b50c4534b2c9245d770bb7a2455d
BLAKE2b-256 7743535546873a301cdd76a5cd0dd707a5f6f21cd22ea3328260d4214252693a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page