Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

galigeopy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

galigeopy

Galigeo Python SDK

  • 0.0.38
  • PyPI
  • Socket score

Maintainers
1

Galigeopy - A Python Package for Galigeo tools

Jules Pierrat - 02nd of September 2024

Introduction

Fugiat quis occaecat velit ea cillum ad exercitation aute duis tempor id. Sint ex pariatur nostrud amet labore veniam ad adipisicing commodo exercitation aliquip nostrud officia. Officia sint exercitation cupidatat laboris consequat et nisi do commodo occaecat aliquip. Dolor sit exercitation qui mollit excepteur dolore veniam quis.

Setup

Require: Python3

Clone this repository and enter it :

# Clone repository
git clone https://github.com/JPTGGO/galigeopy.git

# Enter repository
cd galigeopy

Create virtual environment and install dependencies

# Create virtual environment
python3 -m venv env

# Install dependencies
./env/bin/python3 -m pip install -r requirements.txt

Activate environment

# Activate virtual environment
source ./env/bin/activate

Deactivate environment

# Activate virtual environment
deactivate

Build

Build the wheel package

# Build the wheel package
./env/bin/python3 setup.py bdist_wheel

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc