Tools collection for EVE game plays.
Project description
EVE Tools for trading
Trading tools collection for EVE Online.
Author: Hanbo Guo
Contact: hb.evetools@gmail.com
What is EVE Tools
EVE Tools is a Python package that simplifies EVE ESI. The goal is to write easier and faster Python scripts that analyze EVE data for ISK making.
Installations
0. Have a working Python environment.
1. Install using PyPI
pip3 install eve_tools
or
1. Install manually
1.1 Download everything under this repo
1.2 Run requirements.txt file with pip install.
cd path/to/your/download/eve_tools-master
pip3 install -r requirements.txt
1.3 Setup
python setup.py install
2. Try with example.py
Download examples.py by cp/paste it to an empty Python file, run it by:
- double clicking it (in Windows)
- or go to a Python IDE to launch it
- or use cmd line, cd to its directory, run:
python examples.py
You will see the result hauling.csv generated in the same directory as examples.py.
3. Run tests
Go to a Python editor, run the following code:
from eve_tools import *
import unittest
unittest.main()
You would see around 20+ tests running. Internet connection is required.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eve_tools-0.1.2.tar.gz
(2.5 MB
view details)
File details
Details for the file eve_tools-0.1.2.tar.gz.
File metadata
- Download URL: eve_tools-0.1.2.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1386e870cc9c8e35c959027e4e26aefb011cb1f4d1dec4c0474a5a95f1250ee
|
|
| MD5 |
0835b4718bb64ceb7d9061ff49eeeb6f
|
|
| BLAKE2b-256 |
564a61137c689f84f6618a7c9c85c636f06ef83bbbf88d0cd99fc4cbc49aa15c
|