Skip to main content

Type stubs for the Raphtory library

Project description

raphtory-stubs

🚧 WIP! Some of these types are incomplete and/or incorrect 🚧

Type stubs for the Raphtory library.

Description

raphtory-stubs provides type information for the Raphtory library, enabling better IDE support and static type checking when using Raphtory in your Python projects.

Installation

You can install raphtory-stubs using pip:

pip install raphtory-stubs

Usage

After installation, your type checker and IDE should automatically recognize the type information for Raphtory. You don't need to change your import statements; just import Raphtory as usual:

from raphtory import Graph, Node, Edge

# Your IDE should now provide better autocompletion and type information
graph = Graph()

Type Checking

To run type checking on your project that uses Raphtory, you can use a tool like mypy:

mypy your_script.py

Supported Raphtory Version

This stubs package is compatible with Raphtory version 0.9.3. Please ensure you're using a compatible version of Raphtory.

Contributing

Contributions to improve the type stubs are welcome! Please submit a pull request or open an issue on the GitHub repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

This package contains type stubs to support static typing. It does not contain the actual implementation of Raphtory. Please refer to the official Raphtory documentation for usage information.

Contact

If you have any questions or issues, please open an issue on the GitHub repository.

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

raphtory_stubs-0.1.3.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

raphtory_stubs-0.1.3-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

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