https://github.com/esi/eve-glue
One place to hold all EVE logic recreated in ESI
https://github.com/esi/eve-glue
Last synced: 25 days ago
JSON representation
One place to hold all EVE logic recreated in ESI
- Host: GitHub
- URL: https://github.com/esi/eve-glue
- Owner: esi
- License: mit
- Created: 2017-03-30T15:18:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-11-17T08:38:29.000Z (4 months ago)
- Last Synced: 2025-11-17T10:21:38.512Z (4 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/eve-glue/
- Size: 124 KB
- Stars: 30
- Watchers: 15
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EVE Glue
This repository contains several enums and dictionaries mapping various EVE
IDs to names. There are also a few helper functions for resolving names from
IDs and working with bitmasks.
This may aid in your transition from XML or CREST to ESI. You should know that
ESI is making an effort to not return single IDs when their only attribute is
name. Going forward, you should be using the string values returned by the
enum, free to use whatever integer (or no integer at all) representation.
# Copyright and License
Copyright (c) 2017 CCP hf.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.